Robert: I'm trying to follow the steps that are mentioned in: http://wiki.apache.org/lucene-java/HowToContribute
in order to make a patch with my contribution. But, in the source code that I get from: http://svn.apache.org/repos/asf/lucene/dev/trunk/ the class org.apache.lucene.search.Searcher is missing and the only method available to obtain a Scorer from a Weight object is scorer(IndexReader.AtomicReaderContext, ScorerContext) I just checked and class Searcher still exists in Lucene 3.0.3. In which version the trunk that I've checkout is based? The patch that I want to submit is based on Lucene 2.9.1. Thanks in advance. Regards. Fernando. ________________________________ De: Robert Muir <[email protected]> Para: [email protected] Enviado: miƩrcoles, 2 de febrero, 2011 16:52:58 Asunto: Re: CustomScoreQueryWithSubqueries On Wed, Feb 2, 2011 at 2:37 PM, Fernando Wasylyszyn <[email protected]> wrote: > Hi everyone. My name is Fernando and I am a researcher and developer in the > R+D lab at Snoop Consulting S.R.L. in Argentina. > Based on the patch suggested in LUCENE-1608 > (https://issues.apache.org/jira/browse/LUCENE-1608) and in the needs of one > of our customers, for who we are developing a customized search engine on > top of Lucene and Solr, we have developed the class > CustomScoreQueryWithSubqueries, which is a variation of CustomScoreQuery > that allows the use of arbitrary Query objects besides instances of > ValueSourceQuery, without the need of wrapping the arbitrary/ies query/ies > with the QueryValueSource proposed in Jira, which has the disadvantage of > create an instance of an IndexSearcher in each invocation of the method > getValues(IndexReader). > If you think that this contribution can be useful for the Lucene community, > please let me know the steps in order to contribute. Hi Fernando: https://issues.apache.org/jira/browse/LUCENE-1608 is still an open issue. If you have a better solution, please don't hesitate to upload a patch file to the issue! There are some more detailed instructions here: http://wiki.apache.org/lucene-java/HowToContribute --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
