Re: MoreLikeThis return no results

2008-09-01 Thread davood
Thanks so much for hints, now it works correctly, the problem was with mlt.setMinTermFreq. Many thanks. -- View this message in context: http://www.nabble.com/Re%3A-MoreLikeThis-return-no-results-tp19230763p19256118.html Sent from the Lucene - Java Users mailing list archive at Nabble.com

Re: MoreLikeThis return no results

2008-09-01 Thread mark harwood
mber, 2008 14:16:42 Subject: Re: MoreLikeThis return no results Hi, I enabled the TermVector for required fields using following piece of code, Field titleField = new Field("title", title, Field.Store.NO, Field.Index.TOKENIZED, TermVector.YES); and then re-indexed it. But again it s

Re: MoreLikeThis return no results

2008-09-01 Thread Marcelo Ochoa
rned on or >> set an appropriate choice of analyzer. >> >> Cheers, >> Mark >> (only 3 days to go until Tom Roberts is back in the office! ) >> > > -- > View this message in cont

Re: MoreLikeThis return no results

2008-09-01 Thread davood
options are probably to re-index with term vectors turned on or > set an appropriate choice of analyzer. > > Cheers, > Mark > (only 3 days to go until Tom Roberts is back in the office! ) > -- View this message in context: http://www.nabble.com/Re%3A-MoreLikeThis-return-no-

Re: MoreLikeThis return no results

2008-08-30 Thread mark harwood
n the office! ) - Original Message From: davood <[EMAIL PROTECTED]> To: java-user@lucene.apache.org Sent: Saturday, 30 August, 2008 7:05:35 Subject: MoreLikeThis return no results Hi, I'm trying to get MoreLikeThis working but it just returns no results. I have lucene wo

Re: Re: MoreLikeThis return no results

2008-08-29 Thread tom
AUTOMATIC REPLY Tom Roberts is out of the office till 2nd September 2008. LUX reopens on 1st September 2008 - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: MoreLikeThis return no results

2008-08-29 Thread tom
AUTOMATIC REPLY Tom Roberts is out of the office till 2nd September 2008. LUX reopens on 1st September 2008 - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

MoreLikeThis return no results

2008-08-29 Thread davood
emoved from subversion? http://svn.apache.org/repos/asf/lucene/java/trunk/contrib/similarity/src/java/org/apache/lucene/search/similar/ Best. -- View this message in context: http://www.nabble.com/MoreLikeThis-return-no-results-tp19230752p19230752.html Sent from the Lucene -