Uses of Interface
org.hibernate.search.engine.backend.document.model.dsl.IndexSchemaFieldTemplateOptionsStep
-
-
Uses of IndexSchemaFieldTemplateOptionsStep in org.hibernate.search.backend.elasticsearch.document.model.dsl.impl
Methods in org.hibernate.search.backend.elasticsearch.document.model.dsl.impl that return IndexSchemaFieldTemplateOptionsStep Modifier and Type Method Description IndexSchemaFieldTemplateOptionsStep<?>AbstractElasticsearchIndexCompositeNodeBuilder. addFieldTemplate(String templateName, TreeNodeInclusion inclusion, IndexFieldType<?> indexFieldType, String prefix)IndexSchemaFieldTemplateOptionsStep<?>AbstractElasticsearchIndexCompositeNodeBuilder. addObjectFieldTemplate(String templateName, ObjectStructure structure, String prefix, TreeNodeInclusion inclusion) -
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 IndexSchemaFieldTemplateOptionsStep Modifier and Type Interface Description interfaceIndexSchemaFieldTemplateOptionsStep<S extends IndexSchemaFieldTemplateOptionsStep<?>>The 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 IndexSchemaFieldTemplateOptionsStep Modifier and Type Method Description IndexSchemaFieldTemplateOptionsStep<?>IndexSchemaElement. 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.IndexSchemaFieldTemplateOptionsStep<?>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.IndexSchemaFieldTemplateOptionsStep<?>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.impl
Methods in org.hibernate.search.engine.backend.document.model.dsl.impl that return IndexSchemaFieldTemplateOptionsStep Modifier and Type Method Description IndexSchemaFieldTemplateOptionsStep<?>IndexSchemaElementImpl. fieldTemplate(String templateName, Function<? super IndexFieldTypeFactory,? extends IndexFieldTypeFinalStep<?>> typeContributor)IndexSchemaFieldTemplateOptionsStep<?>IndexSchemaElementImpl. fieldTemplate(String templateName, IndexFieldType<?> type)IndexSchemaFieldTemplateOptionsStep<?>IndexSchemaElementImpl. objectFieldTemplate(String templateName, ObjectStructure 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 IndexSchemaFieldTemplateOptionsStep Modifier and Type Method Description IndexSchemaFieldTemplateOptionsStep<?>IndexCompositeNodeBuilder. addFieldTemplate(String templateName, TreeNodeInclusion inclusion, IndexFieldType<?> indexFieldType, String prefix)Create a new field template and add it to the current builder.IndexSchemaFieldTemplateOptionsStep<?>IndexCompositeNodeBuilder. addObjectFieldTemplate(String templateName, ObjectStructure structure, String prefix, TreeNodeInclusion inclusion)Create a new object field template and add it to the current builder.
-