Re: Using terms and N-gram

2011-02-04 Thread openvictor Open
sematext.com/ :: Solr - Lucene - Nutch > Lucene ecosystem search :: http://search-lucene.com/ > > > > - Original Message > > From: openvictor Open > > To: solr-user@lucene.apache.org > > Sent: Thu, February 3, 2011 10:15:47 AM > > Subject: Re:

Re: Using terms and N-gram

2011-02-04 Thread Otis Gospodnetic
/autocomplete/index.html Otis Sematext :: http://sematext.com/ :: Solr - Lucene - Nutch Lucene ecosystem search :: http://search-lucene.com/ - Original Message > From: openvictor Open > To: solr-user@lucene.apache.org > Sent: Thu, February 3, 2011 10:15:47 AM > Subject: Re: Using

Re: Using terms and N-gram

2011-02-03 Thread openvictor Open
Okay so as suggested Shingle works perfectly well for what I need ! Thank you Erick 2011/2/3 openvictor Open > Thank you for these inputs. > > I was silly asking for ngrams because I already knew it. I think I was > tired yesterday... > > Thank you Eric Erickson, once again you gave me a more th

Re: Using terms and N-gram

2011-02-03 Thread openvictor Open
Thank you for these inputs. I was silly asking for ngrams because I already knew it. I think I was tired yesterday... Thank you Eric Erickson, once again you gave me a more than useful comment. Indeed Shingles seems to be the perfect fit for the work I want to do. I will try to implement that ton

Re: Using terms and N-gram

2011-02-03 Thread Erick Erickson
First, you'll get a lot of insight by defining something simply and looking at the analysis page from solr admin. That's a very valuable page. To your question: commongrams are "shingles" that work between stopwords and other words. For instance, "this is some text" gets analyzed into this, this_i

RE: Using terms and N-gram

2011-02-03 Thread Bob Sandiford
I don't suppose it's something silly like the fact that your indexing chain includes 'words="stopwords.txt"', and your query chain does not? Bob Sandiford | Lead Software Engineer | SirsiDynix P: 800.288.8020 X6943 | bob.sandif...@sirsidynix.com www.sirsidynix.com  _ Early COSUGI birds get th

Re: Using terms and N-gram

2011-02-03 Thread openvictor Open
Thank you, I will do that and hopefuly it will be handy ! But can someone explain me difference between CommonGramFIlterFactory et NGramFilterFactory ? ( Maybe the solution is there) Thank you all, best regards 2011/2/3 Grijesh > > Use analysis.jsp to see what happening at index time and query

Re: Using terms and N-gram

2011-02-02 Thread Grijesh
Use analysis.jsp to see what happening at index time and query time with your input data.You can use highlighting to see if match found. - Thanx: Grijesh http://lucidimagination.com -- View this message in context: http://lucene.472066.n3.nabble.com/Using-terms-and-N-gram-tp2410938p2411244.