[ 
https://issues.apache.org/jira/browse/LUCENE-1517?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Uwe Schindler resolved LUCENE-1517.
-----------------------------------

       Resolution: Fixed
    Lucene Fields: [New, Patch Available]  (was: [Patch Available, New])

Committed change.

> Change superclass of TrieRangeQuery
> -----------------------------------
>
>                 Key: LUCENE-1517
>                 URL: https://issues.apache.org/jira/browse/LUCENE-1517
>             Project: Lucene - Java
>          Issue Type: Improvement
>          Components: contrib/*
>    Affects Versions: 2.9
>            Reporter: Uwe Schindler
>            Assignee: Uwe Schindler
>             Fix For: 2.9
>
>         Attachments: LUCENE-1517.patch
>
>   Original Estimate: 24h
>  Remaining Estimate: 24h
>
> This patch changes the superclass of TrieRangeQuery to ConstantScoreQuery. 
> The current implementation is using rewrite() and was copied from early 
> RangeQueries. But this is not needed, the TrieRangeQuery can easily 
> subclassed from ConstantScoreQuery.
> If LUCENE-1345 is solved, the whole TrieRangeQuery can be removed, as 
> TrieRangeFilter can be added to BooleanQueries. The whole TrieRangeQuery 
> class is just a convenience class for easier usage of the trie contrib.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


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

Reply via email to