Re: [ot] a reverse lucene

2008-11-22 Thread Ian Holsman
Anshum wrote: Hi Ian, I guess that could be achieved if you write code to read the queries and query for each document (using lucene). Assuming that I got the question right! :) yes.. that is one way, but probably not the most efficient one. think of something like http://www.google.com/al

Re: [ot] a reverse lucene

2008-11-22 Thread Anshum
Hi Ian, I guess that could be achieved if you write code to read the queries and query for each document (using lucene). Assuming that I got the question right! :) -- Anshum Gupta Naukri Labs! http://ai-cafe.blogspot.com The facts expressed here belong to everybody, the opinions to me. The distin

[ot] a reverse lucene

2008-11-22 Thread Ian Holsman
Hi. apologies for the off-topic question. I was wondering if anyone knew of a open source solution (or a pointer to the algorithms) that do the reverse of lucene. By that I mean store a whole lot of queries, and run them against a document to see which queries match it. (with a score etc) I

Re: BigDecimal values

2008-11-22 Thread Yonik Seeley
On Thu, Nov 20, 2008 at 9:30 AM, Sergey Kabashnyuk <[EMAIL PROTECTED]> wrote: > Thanks Ian > > Unfortunately, I have to index any possible number of java.math.BigDecimal > I can rephrase my question this way: > > How can I convert java.math.BigDecimal numbers in to string > for its storing in lexic