Class ParentIdFieldMapper

All Implemented Interfaces:
Cloneable, Iterable<Mapper>, org.opensearch.core.xcontent.ToXContent, org.opensearch.core.xcontent.ToXContentFragment

public final class ParentIdFieldMapper extends FieldMapper
A field mapper used internally by the ParentJoinFieldMapper to index the value that link documents in the index (parent _id or _id if the document is a parent).
  • Constructor Details

    • ParentIdFieldMapper

      protected ParentIdFieldMapper(String simpleName, String parentName, Set<String> children, org.apache.lucene.document.FieldType fieldType, MappedFieldType mappedFieldType)
  • Method Details