Uses of Interface
org.hibernate.search.engine.backend.document.model.dsl.IndexSchemaFieldTemplateOptionsStep
-
Packages that use IndexSchemaFieldTemplateOptionsStep Package Description org.hibernate.search.engine.backend.document.model.dsl org.hibernate.search.engine.backend.document.model.dsl.spi -
-
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.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, IndexFieldInclusion 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, IndexFieldInclusion inclusion)Create a new object field template and add it to the current builder.
-