Related this, I just created this :
https://issues.apache.org/jira/browse/SOLR-8672
To be fair, I see no utility in returning duplicate suggestions ( if they
have no different payload, they are un-distinguishable from a human
perspective hence useless to have duplication) .
I would like to hear so
You will need to call this service from UI as you are calling suggester
component currently. (may be on every key-press event in text box). You will
pass required parameters too.
Service will internally form a solr suggester query and query Solr. From the
returned response it will keep only uniqu
Hello Nutch Solr user,
You are right I use DocumentDictionaryFactory as you can see in my
solrconfig file
suggest_publisher
AnalyzingInfixLookupFactory
DocumentDictionaryFactory
publisher
text_hu_suggest_ngram
suggester_infix_dir_publisher
price
false
false
You wrote that you you have develo
May be you are using DocumentDictionaryFactory because
HighFrequencyDictionaryFactory will never return duplicate duplicate terms.
We also had same problem with *DocumentDictionaryFactory +
AnalyzingInfixSuggester* We have created one service between UI and Solr
which groups duplicate suggestions.