Uses of Interface
org.hibernate.search.engine.backend.document.model.dsl.IndexSchemaFieldTemplateOptionsStep
Packages that use IndexSchemaFieldTemplateOptionsStep
Package
Description
-
Uses of IndexSchemaFieldTemplateOptionsStep in org.hibernate.search.engine.backend.document.model.dsl
Classes in org.hibernate.search.engine.backend.document.model.dsl with type parameters of type IndexSchemaFieldTemplateOptionsStepModifier and TypeInterfaceDescriptioninterfaceThe final step in the definition of a field template in the index schema, where options can be set.Methods in org.hibernate.search.engine.backend.document.model.dsl that return IndexSchemaFieldTemplateOptionsStepModifier and TypeMethodDescriptionIndexSchemaElement.fieldTemplate(String templateName, Function<? super IndexFieldTypeFactory, ? extends IndexFieldTypeFinalStep<?>> typeContributor) Add a field to this index schema element with the type to be defined by the given function.default IndexSchemaFieldTemplateOptionsStep<?> IndexSchemaElement.fieldTemplate(String templateName, IndexFieldTypeFinalStep<?> dslFinalStep) Add a field template to this index schema element with the given almost-built type.IndexSchemaElement.fieldTemplate(String templateName, IndexFieldType<?> type) Add a field template to this index schema element with the given type.default IndexSchemaFieldTemplateOptionsStep<?> IndexSchemaElement.objectFieldTemplate(String templateName) Add an object field template to this index schema element with the default structure.IndexSchemaElement.objectFieldTemplate(String templateName, ObjectStructure structure) Add an object field template to this index schema element with the given structure. -
Uses of IndexSchemaFieldTemplateOptionsStep in org.hibernate.search.engine.backend.document.model.dsl.spi
Methods in org.hibernate.search.engine.backend.document.model.dsl.spi that return IndexSchemaFieldTemplateOptionsStepModifier and TypeMethodDescriptionIndexCompositeNodeBuilder.addFieldTemplate(String templateName, TreeNodeInclusion inclusion, IndexFieldType<?> indexFieldType, String prefix) Create a new field template and add it to the current builder.IndexCompositeNodeBuilder.addObjectFieldTemplate(String templateName, ObjectStructure structure, String prefix, TreeNodeInclusion inclusion) Create a new object field template and add it to the current builder.