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.ListOfSnippetResultOptionWrapper, SnippetResult.MapOfStringSnippetResultOptionWrapper -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleanGet matchLevelgetValue()Highlighted attribute value, including HTML tags.inthashCode()setMatchLevel(MatchLevel matchLevel) toString()
-
Constructor Details
-
SnippetResultOption
public SnippetResultOption()
-
-
Method Details