HighlightResultOption

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

Surround words that match the query with HTML tags for highlighting.

Value parameters

fullyHighlighted

Whether the entire attribute value is highlighted.

matchedWords

List of matched words from the search query.

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