Expose fields in FieldPhraseList and WeightedPhraseInfo with public getters
---------------------------------------------------------------------------
Key: LUCENE-3512
URL: https://issues.apache.org/jira/browse/LUCENE-3512
Project: Lucene - Java
Issue Type: Improvement
Components: modules/highlighter
Affects Versions: 3.4
Reporter: Kelsey Francis
Priority: Minor
Currently, to write a custom {{FragListBuilder}} implementation or custom
highlighter, it probably will have to be placed in the
{{org.apache.lucene.search.vectorhighlight}} package so that it has access to
the fields in {{FieldPhraseList}} and its inner class {{WeightedPhraseInfo}}.
It seems that in recent releases, getters were added for fields in many other
classes in {{vectorhighlight}}, and I think it makes sense to add them for
fields in {{FieldPhraseList}} as well to support such custom implementations.
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators:
https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
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]