Results ranking on filtered multi-field query

2005-05-01 Thread Mike Baranczak
I'm building a search engine that searches multiple document fields by default. Given a query string like Bruce Lee, I would expect the results list to first show the documents containing both Bruce and Lee, and then the documents which only contain one of those names. Most of the time, this

Re: Results ranking on filtered multi-field query

2005-05-01 Thread Chuck Williams
Mike Baranczak wrote: I'm building a search engine that searches multiple document fields by default. Given a query string like Bruce Lee, I would expect the results list to first show the documents containing both Bruce and Lee, and then the documents which only contain one of those names.

Re: CVS Lucene 2.0

2005-05-01 Thread Yonik Seeley
I can't say whats actually ready, but I am very interested in sparse filter representations. I'm working on a project that needs to dynamic categorization of search results, and this requires caching thousands of filters. http://issues.apache.org/bugzilla/show_bug.cgi?id=32965