Interface IndexObjectFieldBuilder

All Superinterfaces:
IndexCompositeNodeBuilder, IndexSchemaBuildContext

public interface IndexObjectFieldBuilder extends IndexCompositeNodeBuilder
  • Method Details

    • multiValued

      void multiValued()
      Mark the current node as multi-valued.

      This informs the backend that this field may contain multiple objects for a single document.

    • toReference