This setting is pretty dangerous. It’ll build the suggester every time the Solr
instance starts. The DocumentDictionaryFactory will read _every_ document in
your index to extract the stored “suggest” field and create the dictionary.
But this points to the fact that you hadn’t built the dictionar
It's working now that I changed the solrconfig.xml to
mySuggester
FreeTextLookupFactory
DocumentDictionaryFactory
suggest
3
text_en_splitting
*true*
On Wed, Nov 6, 2019 at
What's the command to build it
On Wed, Nov 6, 2019 at 3:06 PM Mikhail Khludnev wrote:
> Hello,
>
> Have you build suggester before requesting?
>
> On Wed, Nov 6, 2019 at 12:50 PM Tyrone Tse wrote:
>
> > Solr version 8.1.1
> >
> > My schema
> >
> > > multiValued="false" indexed="true"/>
> >
>
Hello,
Have you build suggester before requesting?
On Wed, Nov 6, 2019 at 12:50 PM Tyrone Tse wrote:
> Solr version 8.1.1
>
> My schema
>
> multiValued="false" indexed="true"/>
>
>
> solconfig.xml
>
>
>
> mySuggester
> FreeTextLookupFactory
>