Re: distinct queries for search and scoring

2009-02-17 Thread Michael McCandless
Is your scoring query also doing some filtering? If so, you could drive the search with your scoring query, and then pass in as a filter your second query wrapped with QueryWrapperFilter. I think that's effectively your last option, which should be the most efficient one. Or, if the scoring que

distinct queries for search and scoring

2009-02-17 Thread Morus Walter
Hallo, I'm currently thinking about what the best solution would be for the following request: - a lucene index should be queried for a number of search criteria - the score for each result should not be the normal query score, but an indicator on the similarity between the matched document and