SnippetResultOption

algoliasearch.recommend.SnippetResultOption
case class SnippetResultOption(value: String, matchLevel: MatchLevel) extends SnippetResultTrait

Snippeted attributes show parts of the matched attributes. Only returned when attributesToSnippet is non-empty.

Value parameters

value

Markup text with facetQuery matches highlighted.

Attributes

Graph
Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all

Members list

Value members

Inherited methods

def productElementNames: Iterator[String]

Attributes

Inherited from:
Product
def productIterator: Iterator[Any]

Attributes

Inherited from:
Product