Re: Regarding MoreLikeThis similarity Search

2011-03-18 Thread Koji Sekiguchi
(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

Regarding MoreLikeThis similarity Search

2011-03-18 Thread madhuri_1820
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

Surge 2011 Conference CFP

2011-03-18 Thread Katherine Jeschke
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

RE: Re:RE: About highlighter

2011-03-18 Thread Pierre GOSSE
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