HighlightResultOption

algoliasearch.recommend.HighlightResultOption
case class HighlightResultOption(value: String, matchLevel: MatchLevel, matchedWords: Seq[String], fullyHighlighted: Option[Boolean]) extends HighlightResultTrait

Show highlighted section and words matched on a query.

Value parameters

fullyHighlighted

Whether the entire attribute value is highlighted.

matchedWords

List of words from the query that matched the object.

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