Re: lucene (search) performance tuning

2012-05-28 Thread Lance Norskog
And, no RamDirectory does not help. On Mon, May 28, 2012 at 5:54 PM, Lance Norskog wrote: > Can you use filter queries? Filters short-circuit a lot of search > processing. "City:San Francisco" is a classic filter - it is a small > part of the documents and it is reused a lot. > > On Sat, May 26,

Re: lucene (search) performance tuning

2012-05-28 Thread Lance Norskog
Can you use filter queries? Filters short-circuit a lot of search processing. "City:San Francisco" is a classic filter - it is a small part of the documents and it is reused a lot. On Sat, May 26, 2012 at 7:32 AM, Yang wrote: > I'm using disjunction (OR) query. unfortunately all of the clauses ar

Re: Lucene Exact Match On Analyzed Field

2012-05-28 Thread Ian Lea
KeywordAnalyzer is the normal thing to use if you want exact matches. -- Ian. On Sat, May 26, 2012 at 11:37 AM, Yogesh patel wrote: > Hi > > I would like to search on any analyzed field of lucene index with Exact > Match. > > Is it possible to search with exact match keyword. > > Thanks > > --

Re: ORM for Android + Lucene

2012-05-28 Thread Aditya
Hello GuenterR, I guess you might be using Java in Android. You could very well use Lucene Api. There is no ORM exist. Regards Aditya www.findbestopensource.com On Sun, May 27, 2012 at 2:26 PM, GuenterR wrote: > Hello All! > I would like to use Lucene library on any Android device with a geo D