Re: n-gram word support

2009-06-18 Thread Sameer Maggon
Yeah, look at the spellcheck component in Solr. They are doing something similar. Sameer. On Thu, Jun 18, 2009 at 7:15 PM, Neha Gupta wrote: > Hey, > > I was wondering if there is a way to read the index and generate n-grams of > words for a document in lucene? I am quite new to it and am using

Re: Faceted search with OpenBitSet/SortedVIntList

2009-02-07 Thread Sameer Maggon
Did you look at Solr? It provides faceted search out of the box and is built on top of Lucene. Sameer. On Feb 7, 2009, at 10:57 AM, Raffaella Ventaglio wrote: Hi, I am trying to implement a kind of faceted search using Lucene 2.4.0. I have a list of configuration rules that tell me how

Re: Quotes dependent StopWords removal

2006-08-15 Thread Sameer Maggon
I won't remove the stop words while indexing. Sameer. -Original Message- >From Mark Miller <[EMAIL PROTECTED]> Sent Tue 8/15/2006 3:36 PM To java-user@lucene.apache.org Subject Re: Quotes dependent StopWords removal If you do not put the stop words in the index during analysis what use

Quotes dependent StopWords removal

2006-08-15 Thread Sameer Maggon
reads.com/lists/lucene/java-user/38946 Is there any way I can avoid subclassing QueryParser ? Thanks, Sameer Maggon.