SemanticSearch

algoliasearch.recommend.SemanticSearch
case class SemanticSearch(eventSources: Option[Seq[String]])

Settings for the semantic search part of NeuralSearch. Only used when mode is neuralSearch.

Value parameters

eventSources

Indices from which to collect click and conversion events. If null, the current index and replica group will be used as the event source.

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