[
https://issues.apache.org/jira/browse/LUCENE-6350?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Adrien Grand updated LUCENE-6350:
---------------------------------
Attachment: LUCENE-6350.patch
Here is a new patch that iterates on Robert's and tries to address Mike's
comments:
- Updated to trunk and uses the new iterator from LUCENE-6315
- PrefixCodedTerms is @lucene.internal
- When building the scorer we use == instead of equals to compare fields
(which is correct as per FieldTermIterator.field() javadocs)
> switch TermsQuery to prefixcodedterms
> -------------------------------------
>
> Key: LUCENE-6350
> URL: https://issues.apache.org/jira/browse/LUCENE-6350
> Project: Lucene - Core
> Issue Type: Task
> Reporter: Robert Muir
> Attachments: LUCENE-6350.patch, LUCENE-6350.patch, LUCENE-6350.patch
>
>
> This will save ram and cleanup a lot of the code.
> Unfortunately the code is still a mess, it has a custom iterator api, and
> prefixcodedterms has yet another custom iterator api (seriously, maybe the
> worst one ever).
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]