Interface IndexSchemaRootNodeBuilder
-
- All Superinterfaces:
IndexSchemaBuildContext
,IndexSchemaObjectNodeBuilder
public interface IndexSchemaRootNodeBuilder extends IndexSchemaObjectNodeBuilder
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description IndexFieldTypeFactory
createTypeFactory(IndexFieldTypeDefaultsProvider defaultsProvider)
void
explicitRouting()
Inform the model collector that documents will always be provided along with an explicit routing key, to be used to route the document to a specific shard.void
idDslConverter(ToDocumentIdentifierValueConverter<?> idConverter)
-
Methods inherited from interface org.hibernate.search.engine.backend.document.model.dsl.spi.IndexSchemaBuildContext
eventContext
-
Methods inherited from interface org.hibernate.search.engine.backend.document.model.dsl.spi.IndexSchemaObjectNodeBuilder
addField, addFieldTemplate, addObjectField, addObjectFieldTemplate
-
-
-
-
Method Detail
-
createTypeFactory
IndexFieldTypeFactory createTypeFactory(IndexFieldTypeDefaultsProvider defaultsProvider)
-
explicitRouting
void explicitRouting()
Inform the model collector that documents 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)
-
-