Re: Counting term frequency without using Explanation

2007-02-07 Thread csahat
Counting terms' hits from phrases Counting hits in a document as well as searching the archive on highlighting and/or hitcount Best Erick On 2/7/07, csahat <[EMAIL PROTECTED]> wrote: > > Hi all, > > I'm so sorry if this question already answered before in this li

Counting term frequency without using Explanation

2007-02-07 Thread csahat
Hi all, I'm so sorry if this question already answered before in this list, but I already search the list, and I couldn't find the answer. This is what I want to do : When the user type in the query, for example "WebSphere Java", Lucene will show not only the score, but showing the term cou

Counting terms' hits from phrase

2007-01-31 Thread csahat
Hi all, What I want to do is like this : Search for : C++ Java Phyton And then the result will be displayed like this : document1.txt C++(20 hits)Java(15 hits) Phyton(4 hits) document2.txt C++(19 hits)Java(14 hits) Phyton(3 hits) document3.txt