Re: Solr AutoComplete - Address Search

2011-12-16 Thread Vijay Sampath
Just to add to it, I'm using Suggester component to implement Auto Complete http://wiki.apache.org/solr/Suggester -- View this message in context: http://lucene.472066.n3.nabble.com/Solr-AutoComplete-Address-Search-tp3590112p3592017.html Sent from the Solr - User mailing list archive at

Solr AutoComplete - Address Search

2011-12-15 Thread Vijay Sampath
Hi, I'm trying to implement autocomplete functionality for Address search. I've used the KeywordTokenizerFactory LowerCaseFilterFactory. Problem is, when I start typing the numbers at start, I got any results from SOLR (Eg: 3500 W South). Could you please guide on this fieldType

Re: Solr real-time update taking time

2011-11-02 Thread Vijay Sampath
I'll try to use CommitWithin. Just to confirm, if I have the value as 2 seconds, will it affect my search performance? To answer you questions, 1. spellCheck is not used with buildOnCommit 2. Index size is 16.1 GB and RAM allocated to JVM 1GB. -- View this message in context:

Re: Solr real-time update taking time

2011-11-02 Thread Vijay Sampath
Hi Jan, Thanks very much for the suggestion. I used CommitWithin(5000) and the response came down to less than a second. But I see an inconsistent behaviour on the response times. Sometimes it's taking more than 20-25 seconds. May be I'll open up a separate thread. -- View this message in

SOLRJ commitWithin inconsistent

2011-11-02 Thread Vijay Sampath
Hi, I'm using CommitWithin for immediate commit. The response times are inconsistent. Sometimes it's less than a second. Sometimes more than 25 seconds. I'm not sending concurrent requests. Any idea? http://wiki.apache.org/solr/CommitWithin Snippet: UpdateRequest req = new