Package com.algolia.model.search
Class SemanticSearch
java.lang.Object
com.algolia.model.search.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) boolean
Indices from which to collect click and conversion events.int
hashCode()
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
-