RE: Issue with indexed tokens position

2007-08-20 Thread Ramana Jelda
t; To: java-user@lucene.apache.org > Subject: RE: Issue with indexed tokens position > > > : My lucene query: fieldName:"pinki i" finds document. (see > "i" in "pinki") > > i'm guessing that in this debuging output you provided... > > :

RE: Issue with indexed tokens position

2007-08-17 Thread Chris Hostetter
: My lucene query: fieldName:"pinki i" finds document. (see "i" in "pinki") i'm guessing that in this debuging output you provided... : > indexed value: pink-I : > Indexed tokens:1: [pink:0->5] 2: [pinki:0->5] 3: [i:5->6] : > (ex. explanation: : > "pink" is a term "0->5" term-position) ...tha

Re: Issue with indexed tokens position

2007-08-17 Thread Erick Erickson
are totally ignored by PhraseQuery. > > Any thoughts? > > Thx, > Jelda > > -Original Message- > > From: Erick Erickson [mailto:[EMAIL PROTECTED] > > Sent: Friday, August 17, 2007 3:31 PM > > To: java-user@lucene.apache.org > > Subject: Re:

RE: Issue with indexed tokens position

2007-08-17 Thread Ramana Jelda
ent: Friday, August 17, 2007 3:31 PM > To: java-user@lucene.apache.org > Subject: Re: Issue with indexed tokens position > > You'd get much better answers if you posted a concise example > (or possibly code snippets), especially including the > analyzers you used. > >

Re: Issue with indexed tokens position

2007-08-17 Thread Erick Erickson
e: > > Strangely.. > My lucene query: fieldName:"pinki i" finds document. (see "i" > in "pinki") > > Jelda > > > -Original Message- > > From: Ramana Jelda [mailto:[EMAIL PROTECTED] > > Sent: Friday, August 17, 2007 12:33 P

RE: Issue with indexed tokens position

2007-08-17 Thread Ramana Jelda
Strangely.. My lucene query: fieldName:"pinki i" finds document. (see "i" in "pinki") Jelda > -Original Message- > From: Ramana Jelda [mailto:[EMAIL PROTECTED] > Sent: Friday, August 17, 2007 12:33 PM > To: java-user@lucene.apache.org >

Issue with indexed tokens position

2007-08-17 Thread Ramana Jelda
Hi, Lucene doesn't find following value. Some issues with PhraseQuery. indexed value: pink-I Indexed tokens:1: [pink:0->5] 2: [pinki:0->5] 3: [i:5->6] (ex. explanation: "pink" is a term "0->5" term-position) And I have indexed in a field called "fieldName". My lucene search with the query [fieldN