Interface IndexedEntityBindingContext

All Superinterfaces:
IndexBindingContext

public interface IndexedEntityBindingContext extends IndexBindingContext
The binding context associated to the root node in the entity tree.
See Also:
  • Method Details

    • explicitRouting

      void explicitRouting()
      Inform the backend that documents for the mapped index will always be provided along with an explicit routing key, to be used to route the document to a specific shard.
    • idDslConverter

      <I> void idDslConverter(Class<I> valueType, ToDocumentValueConverter<I,String> converter)
    • idProjectionConverter

      <I> void idProjectionConverter(Class<I> valueType, FromDocumentValueConverter<String,I> converter)