Class AbstractSearchResult.AlternateFieldNames

  • Enclosing class:
    AbstractSearchResult

    protected abstract static class AbstractSearchResult.AlternateFieldNames
    extends Object
    Handles alternate names for fields, typically when a field has been split or moved into another field. Needed for backward compatibility reason, so that existing client code can refer to the new field name using the old name, and vice versa (new code against existing index).
    • Constructor Detail

      • AlternateFieldNames

        protected AlternateFieldNames()