Package com.algolia.model.search
Class SnippetResultOption
java.lang.Object
com.algolia.model.search.SnippetResultOption
- All Implemented Interfaces:
SnippetResult
Snippets that show the context around a matching search query.
-
Nested Class Summary
Nested classes/interfaces inherited from interface com.algolia.model.search.SnippetResult
SnippetResult.Deserializer, SnippetResult.ListOfSnippetResultWrapper, SnippetResult.MapOfStringSnippetResultWrapper
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionboolean
Get matchLevelgetValue()
Highlighted attribute value, including HTML tags.int
hashCode()
setMatchLevel
(MatchLevel matchLevel) toString()
-
Constructor Details
-
SnippetResultOption
public SnippetResultOption()
-
-
Method Details