Re: Reverse Lucene queries

2010-07-23 Thread Ivan Provalov
You can also look at carrot2 open source project, which does search results clustering. Cluster labels which carrot2 generates can be used as query terms "fitting" the documents in these clusters. Keep in mind that carrot2 is designed for a small set of documents (1000). http://project.carrot

Re: Reverse Lucene queries

2010-07-23 Thread Grant Ingersoll
On Jul 23, 2010, at 5:06 AM, Karl Wettin wrote: > > 23 jul 2010 kl. 08.30 skrev sk...@sloan.mit.edu: > >> Hi all, I have an interesting problem...instead of going from a query >> to a document collection, is it possible to come up with the best fit >> query for a given document collection (resu

Re: Reverse Lucene queries

2010-07-23 Thread Karl Wettin
23 jul 2010 kl. 08.30 skrev sk...@sloan.mit.edu: Hi all, I have an interesting problem...instead of going from a query to a document collection, is it possible to come up with the best fit query for a given document collection (results)? "Best fit" being a query which maximizes the hit scores o

Reverse Lucene queries

2010-07-22 Thread skant
Hi all, I have an interesting problem...instead of going from a query to a document collection, is it possible to come up with the best fit query for a given document collection (results)? "Best fit" being a query which maximizes the hit scores of the resulting document collection. How should I ap