Skip to content

Expose fields in FieldPhraseList and WeightedPhraseInfo with public getters [LUCENE-3512] #4586

@asfimport

Description

@asfimport

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.


Migrated from LUCENE-3512 by Kelsey Francis
Attachments: LUCENE-3512.patch

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions