Package com.algolia.model.search
Class SnippetResultOption
java.lang.Object
com.algolia.model.search.SnippetResultOption
- All Implemented Interfaces:
SnippetResult
Snippeted attributes show parts of the matched attributes. Only returned when attributesToSnippet
is non-empty.
-
Nested Class Summary
Nested classes/interfaces inherited from interface com.algolia.model.search.SnippetResult
SnippetResult.Deserializer, SnippetResult.ListOfSnippetResultOptionWrapper -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleanGet matchLevelgetValue()Markup text with `facetQuery` matches highlighted.inthashCode()setMatchLevel(MatchLevel matchLevel) toString()
-
Constructor Details
-
SnippetResultOption
public SnippetResultOption()
-
-
Method Details