When does Solr
(v4) generate or build its suggestions (when indexing
or when searching
)?
Because, I dont understand the two options buildOnCommit
& buildOnOptimize
in Solr? Which of the two is the best (in speed and efficiency) to use?
And, in the configuration file solrconfig.xml
, is there a parameter to adjust tolerance
in order to have multiple suggestions even if the number of different letters between the query
& the suggestion
is equal to four
?