(11/03/19 6:16), madhuri_1...@yahoo.com wrote:
Hi,
I am new to lucene ... I have a question while implementing similarity search
using MoreLikeThis query. I have written a small program but it is not giving
any results. In my index file I have both strored and unstored(analyzed) fields.
Sampl
Hi,
I am new to lucene ... I have a question while implementing similarity search
using MoreLikeThis query. I have written a small program but it is not giving
any results. In my index file I have both strored and unstored(analyzed)
fields.
Sample Code :
IndexReader ir = IndexReader.open(i
We are excited to announce Surge 2011, the Scalability and Performance
Conference, to be held in Baltimore on Sept 28-30, 2011. The event focuses
on case studies that demonstrate successes (and failures) in Web
applications and Internet architectures. This year, we're adding Hack Day on
September 2
For your field configuration, the TokenStream you get with getAnyTokenStream is
built from TermVectors.
What tokenizer do you use for populating your field ? Have you check with luke
that your term vectors are Ok ?
And what version of lucene ? A change was made on this code recently, for
anoth