Implementing customized Scorer with solr API 1.4

2009-08-20 Thread Jérôme Etévé
Hi all, I'm kind of struggling with a customized lucene.Scorer of mine, since I use solr 1.4. Here's the problem: I wrote a DocSetQuery which inherit from a lucene.Query. This query is a decorator for a lucene.Query that filters out the documents which are not in a given set of predefined

Re: Implementing customized Scorer with solr API 1.4

2009-08-20 Thread Mark Miller
You might be interested in this issue: http://issues.apache.org/jira/browse/LUCENE-1821 -- - Mark http://www.lucidimagination.com Jérôme Etévé wrote: Hi all, I'm kind of struggling with a customized lucene.Scorer of mine, since I use solr 1.4. Here's the problem: I wrote a

Re: Implementing customized Scorer with solr API 1.4

2009-08-20 Thread Jason Rutherglen
We should probably move to using Lucene's Filters/DocIdSets instead of DocSets and merge the two. Then we will not need to maintain two separate but similar and confusing functionality classes. This will make seamlessly integrating searching with Solr's Filters/DocSets into Lucene's new per

Re: Implementing customized Scorer with solr API 1.4

2009-08-20 Thread Mark Miller
Jérôme Etévé wrote: Hi all, I'm kind of struggling with a customized lucene.Scorer of mine, since I use solr 1.4. Here's the problem: I wrote a DocSetQuery which inherit from a lucene.Query. This query is a decorator for a lucene.Query that filters out the documents which are not in a