SnippetResultOption

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

Snippets that show the context around a matching search query.

Value parameters

value

Highlighted attribute value, including HTML tags.

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