Hi,
The autosuggest core is filled by a simple script (written in PHP) which
request facet values for all the possible strings one can search for and
adds them one by one as a document. Our case has some special issues due
to the fact that we search in multiple languages (Typing "EspaƱa" will
suggest "Spain" and the other way around when on the Spanish site). We
have about 97500 documents yeilding approximately 12500 different
documents in our autosuggest-core and the autosuggest-update script
takes about 5 minutes to do a full re-index (all this is done on a
separate server and replicated so the indexing has no impact on the
performance of the site).
Regards,
gwk
On 3/10/2010 3:09 PM, stocki wrote:
okay. thx
my suggestion run in another core;)
do you distinct during the import with DIH ?