Re: Results ranking on filtered multi-field query

2005-05-02 Thread Doug Cutting
Chuck Williams wrote: I found this to be a problem as well and created alternative classes, DistributedMultiFieldQueryParser and MaxDisjunctionQuery, which are available here: http://issues.apache.org/bugzilla/show_bug.cgi?id=32674 You might check these out and see if they provide the ranking

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.