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
tor Sease Ltd. - www.sease.io -- View this message in context: http://lucene.472066.n3.nabble.com/Problems-creating-index-for-suggestions-tp4328392p4328914.html Sent from the Solr - User mailing list archive at Nabble.com.

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

Problems creating index for suggestions

2017-04-04 Thread Alexis Aravena Silva
Hi, I'm creating an index for suggestions, when I rebuild the index with 8 documents, Solr creates a temp file that consumes over 20GB in the process and It takes more than 10 minutes in reindex, what is the problem?, It's illogic that Solr takes so long and consumes such size of my disk: F