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
ijesh > > > > > 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 > &

Re: Using terms and N-gram

2011-02-03 Thread openvictor Open
> >> > > >> > > 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.html >> > > Sent from the Solr - User mailing list archive at Nabble.com. >> > > >> > >> > >

Re: Using terms and N-gram

2011-02-03 Thread openvictor Open
> > > 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.html > > > Sent from the Solr - User mailing list archive at Nabble.com. > > > > > >

Re: Using terms and N-gram

2011-02-03 Thread Erick Erickson
esh > > > > > 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 > > -- >

RE: Using terms and N-gram

2011-02-03 Thread Bob Sandiford
ruary 03, 2011 12:02 AM > To: solr-user@lucene.apache.org > Subject: Using terms and N-gram > > Dear all, > > I am trying to implement an autocomplete system for research. But I am > stuck > on some problems that I can't solve. > > Here is my problem : > I giv

Re: Using terms and N-gram

2011-02-03 Thread openvictor Open
me 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.html >

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

Using terms and N-gram

2011-02-02 Thread openvictor Open
Dear all, I am trying to implement an autocomplete system for research. But I am stuck on some problems that I can't solve. Here is my problem : I give text like : "the cat is black" and I want to explore all 1 gram to 8 gram for all the text that are passed : the, cat, is, black, the cat, cat is