Re: Arbitrary String to String Similarity Score

2008-06-20 Thread Otis Gospodnetic
M > Subject: Re: Arbitrary String to String Similarity Score > > > > Yes, "MoreLikeThis" is more like what I want. > > But theres one problem. Even here one has to run the query against an > indexed set of documents. > > While I would like to create two Queries

Re: Arbitrary String to String Similarity Score

2008-06-20 Thread Sangrish
> 1) Create an IndexWriter using a RAMDirectory (I don't want to store >> >> those >> >> strings on the disk) >> >> 2) Index str1 and store it >> >> 3) Search str2 in the index. ( shall the indexWriter be closed >> >> before yo

Re: Arbitrary String to String Similarity Score

2008-06-19 Thread Otis Gospodnetic
you are after. Otis -- Sematext -- http://sematext.com/ -- Lucene - Solr - Nutch - Original Message > From: Sangrish <[EMAIL PROTECTED]> > To: java-user@lucene.apache.org > Sent: Friday, June 20, 2008 12:20:02 AM > Subject: Re: Arbitrary String to String Similarity Sco

Re: Arbitrary String to String Similarity Score

2008-06-19 Thread Sangrish
earch on the index? ) >> 4) Get the similarity score & publish it >> 5) Delete str1 from the index and make the index available for a new >> comparison >> >> Any comments & suggestions on making the process optimal >> >>

Re: Arbitrary String to String Similarity Score

2008-06-19 Thread Grant Ingersoll
lete str1 from the index and make the index available for a new comparison Any comments & suggestions on making the process optimal Siddharth -- View this message in context: http://www.nabble.com/Arbitrary-String-to-String-Similarity-Score-tp18020806p18020806.html Sent from the Lucene - Java

Arbitrary String to String Similarity Score

2008-06-19 Thread Sangrish
; publish it 5) Delete str1 from the index and make the index available for a new comparison Any comments & suggestions on making the process optimal Siddharth -- View this message in context: http://www.nabble.com/Arbitrary-String-to-String-Similarity-Score-tp18020806p18020806.html Sent fr