[ 
https://issues.apache.org/jira/browse/LUCENE-3381?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13086899#comment-13086899
 ] 

Robert Muir commented on LUCENE-3381:
-------------------------------------

But this query has serious problems:
* the fact it caches 'rewrittenQuery' in the *QUERY* itself, this means the 
Query is keeping IndexSearcher-dependent state in the Query: this is broken.
* the static similarity, which at the moment must extend TFIDFSimilarity (does 
not work with other scoring systems)

Sorry, I think these problems should be fixed first!

> Sandbox remaining contrib queries
> ---------------------------------
>
>                 Key: LUCENE-3381
>                 URL: https://issues.apache.org/jira/browse/LUCENE-3381
>             Project: Lucene - Java
>          Issue Type: Improvement
>            Reporter: Chris Male
>         Attachments: LUCENE-3381.patch
>
>
> In LUCENE-3271, I moved the 'good' queries from the queries contrib to new 
> destinations (primarily the queries module).  The remnants now need to find 
> their home.  As suggested in LUCENE-3271, these classes are not bad per se, 
> just odd.  So lets create a sandbox contrib that they and other 'odd' contrib 
> classes can go to.  We can then decide their fate at another time.

--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscr...@lucene.apache.org
For additional commands, e-mail: dev-h...@lucene.apache.org

Reply via email to