Interface IndexedEntityBindingContext

    • Method Detail

      • 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

        void idDslConverter​(ToDocumentIdentifierValueConverter<?> idConverter)
        Order the backend to use the given converter to convert IDs passed to the predicate DSL.
        Parameters:
        idConverter - The ID converter to use in the predicate DSL.