[
https://issues.apache.org/jira/browse/LUCENE-4744?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13569493#comment-13569493
]
Robert Muir commented on LUCENE-4744:
-------------------------------------
I like it too: my only suggestion would be to pass Terms instead of TermsEnum
to the new API.
In your example above (filtering out only high-frequency terms), you might want
the stats from Terms to do this calculation.
> Attempt to get rid of FieldCache.StopFillCacheException
> -------------------------------------------------------
>
> Key: LUCENE-4744
> URL: https://issues.apache.org/jira/browse/LUCENE-4744
> Project: Lucene - Core
> Issue Type: Bug
> Components: core/other
> Affects Versions: 4.1
> Reporter: Simon Willnauer
> Assignee: Simon Willnauer
> Priority: Minor
> Fix For: 4.2, 5.0
>
> Attachments: LUCENE-4744.patch
>
>
> FieldCache.StopFillCacheException bugged me for a while and I think its a
> pretty hacky way to make our FC work with prefix coded terms. I think we
> should try to get rid of it... I will attach a patch soon.
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]