Re: EdgeNgram Auto suggest - doubles ignore

2011-01-25 Thread mesenthil
Right now our configuration says multivalues=true. But that need not be "true" in our case. Will make it false and try and update this thread with more details.. -- View this message in context: http://lucene.472066.n3.nabble.com/EdgeNgram-Auto-suggest-doubles-ignore-tp2321919p2334627.html Sent

Re: EdgeNgram Auto suggest - doubles ignore

2011-01-25 Thread mesenthil
The index contains around 1.5 million documents. As this is used for autosuggest feature, performance is an important factor. So it looks like, using edgeNgram it is difficult to achieve the the following Result should return only those terms where search letter is matching with the first word

Re: Meaning of avgTimePerRequest & avgRequestsPerSecond in SOLR stats page

2010-11-18 Thread mesenthil
We have recently upgraded some of our solr instances to 1.4.1 from 1.3. Interestingly both these parameter values got increased after our upgrade. When avgRequestsPerSecond increases, avgTimePerRequest should be increased. But it is not in our case.. Any thoughts ? -- View this message in conte