Package com.algolia.model.recommend
Class SemanticSearch
java.lang.Object
com.algolia.model.recommend.SemanticSearch
Settings for the semantic search part of NeuralSearch. Only used when `mode` is _neuralSearch_.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionaddEventSources(String eventSourcesItem) booleanIndices from which to collect click and conversion events.inthashCode()setEventSources(List<String> eventSources) toString()
-
Constructor Details
-
SemanticSearch
public SemanticSearch()
-
-
Method Details
-
setEventSources
-
addEventSources
-
getEventSources
Indices from which to collect click and conversion events. If null, the current index and replica group will be used as the event source. -
equals
-
hashCode
public int hashCode() -
toString
-