tf=0 while lucene is finding matches?

2005-05-24 Thread M. Mokotov
Hi, Anyone knows what is exactly Similarity.tf()? I understood it's term frequency on a document. Still, when I'm searching for a string a document contains, and the Explain().toString() shows tf=0. search string: "SubTitle:(Without)" matching documents: 3 0: 1.0: "Dropping Out," Drifting O

RE: tf=0 while lucene is finding matches?

2005-05-24 Thread Santanu Dutta
Hi All java.io.IOException: Lock obtain timed out: [EMAIL PROTECTED]:\WINNT\TEMP\lucene-4bf302dec76f27bff81fc3dd3118abbb-write.lock at org.apache.lucene.store.Lock.obtain(Lock.java:58) Sometimes it happens and it again start working if I remove the lock file from the temp directory. I did

RE: tf=0 while lucene is finding matches?

2005-05-24 Thread M. Mokotov
: tf=0 while lucene is finding matches? Hi All java.io.IOException: Lock obtain timed out: [EMAIL PROTECTED]:\WINNT\TEMP\lucene-4bf302dec76f27bff81fc3dd3118abbb-write.lock at org.apache.lucene.store.Lock.obtain(Lock.java:58) Sometimes it happens and it again start working if I remove the

RE: tf=0 while lucene is finding matches?

2005-05-24 Thread M. Mokotov
OK, I think I'm missing something big time... Can someone point me to the documentation of the explain? Thanks a lot, M -Original Message- From: M. Mokotov [mailto:[EMAIL PROTECTED] Sent: Tuesday, May 24, 2005 4:46 PM To: 'java-user@lucene.apache.org' Subject: tf=0

Re: tf=0 while lucene is finding matches?

2005-05-24 Thread Erik Hatcher
of the explain? Thanks a lot, M -Original Message- From: M. Mokotov [mailto:[EMAIL PROTECTED] Sent: Tuesday, May 24, 2005 4:46 PM To: 'java-user@lucene.apache.org' Subject: tf=0 while lucene is finding matches? Hi, Anyone knows what is exactly Similarity.tf()? I understood

RE: tf=0 while lucene is finding matches?

2005-05-24 Thread M. Mokotov
tov wrote: > OK, I think I'm missing something big time... > Can someone point me to the documentation of the explain? > > Thanks a lot, > M > > -Original Message- > From: M. Mokotov [mailto:[EMAIL PROTECTED] > Sent: Tuesday, May 24, 2005 4:46 PM > To:

RE: tf=0 while lucene is finding matches?

2005-05-24 Thread Chris Hostetter
cher.explain(query, i)); : } : I would be very thankful for an explanation since I'm feeling quite lost. : : : -Original Message- : From: Erik Hatcher [mailto:[EMAIL PROTECTED] : Sent: Tuesday, May 24, 2005 5:28 PM : To: java-user@lucene.apache.org : Subject: Re: tf=0 while lucene is

RE: tf=0 while lucene is finding matches?

2005-05-25 Thread M. Mokotov
Got you :-) -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Chris Hostetter Sent: Wednesday, May 25, 2005 8:48 AM To: java-user@lucene.apache.org Subject: RE: tf=0 while lucene is finding matches? : I believe I do use the index number for the explain