Re: Autosuggest on very large index

2013-08-20 Thread Greg Preston
Two possibilities: > > 1. You need a lot more hardware. > 2. You need to scale back your ambitions. > > -- Jack Krupansky > > -Original Message- From: Greg Preston > Sent: Tuesday, August 20, 2013 2:00 PM > > To: solr-user@lucene.apache.org > Subject: Autosug

Re: Autosuggest on very large index

2013-08-20 Thread Jack Krupansky
. -- Jack Krupansky -Original Message- From: Greg Preston Sent: Tuesday, August 20, 2013 2:00 PM To: solr-user@lucene.apache.org Subject: Autosuggest on very large index Using 4.4.0 - I would like to be able to do an autosuggest query against one of the fields in our index and have the

Re: Autosuggest on very large index

2013-08-20 Thread Greg Preston
t;> Sent: Tuesday 20th August 2013 20:00 >> To: solr-user@lucene.apache.org >> Subject: Autosuggest on very large index >> >> Using 4.4.0 - >> >> I would like to be able to do an autosuggest query against one of the >> fields in our index and have the resu

RE: Autosuggest on very large index

2013-08-20 Thread Markus Jelsma
ene.apache.org > Subject: Autosuggest on very large index > > Using 4.4.0 - > > I would like to be able to do an autosuggest query against one of the > fields in our index and have the results be limited by an fq. > > I can get exactly the results I want with a facet query

Autosuggest on very large index

2013-08-20 Thread Greg Preston
Using 4.4.0 - I would like to be able to do an autosuggest query against one of the fields in our index and have the results be limited by an fq. I can get exactly the results I want with a facet query using a facet.prefix, but the first query takes ~5 minutes to run on our QA env (~240M docs).