Re: Problems creating index for suggestions

2017-04-07 Thread Alexis Aravena Silva
g Subject: Re: Problems creating index for suggestions Hi Alexis, this is not a reason for the 20Gb overhead, but for sure you are using ina wrong way the suggester component. You don't want the analysis chain to produce edge ngrams and then build the FST out of those tokens. Read the chapte

Re: Problems creating index for suggestions

2017-04-07 Thread alessandro.benedetti
Hi Alexis, this is not a reason for the 20Gb overhead, but for sure you are using ina wrong way the suggester component. You don't want the analysis chain to produce edge ngrams and then build the FST out of those tokens. Read the chapters related the suggesters you are interested. it may be usefu

Re: Problems creating index for suggestions

2017-04-05 Thread Alexis Aravena Silva
h it disappears. Regards. From: Erick Erickson Sent: Tuesday, April 4, 2017 8:05:42 PM To: solr-user Subject: Re: Problems creating index for suggestions Something's indeed not what I'd expect here. One note: buildOnCommit will rebuild the suggester

Re: Problems creating index for suggestions

2017-04-04 Thread Erick Erickson
Something's indeed not what I'd expect here. One note: buildOnCommit will rebuild the suggester every time the index has a document committed _anywhere_. So if there's any activity at all in terms of indexing your suggester is being built. I.e. if you have your autocommit interval set to 1 minute a