Class SearchIndexDefinitionSupplier
- java.lang.Object
-
- io.vertigo.datafactory.search.definitions.SearchIndexDefinitionSupplier
-
- All Implemented Interfaces:
io.vertigo.core.node.definition.DefinitionSupplier
public final class SearchIndexDefinitionSupplier extends Object implements io.vertigo.core.node.definition.DefinitionSupplier
-
-
Constructor Summary
Constructors Constructor Description SearchIndexDefinitionSupplier(String name)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description SearchIndexDefinition
get(io.vertigo.core.node.definition.DefinitionSpace definitionSpace)
SearchIndexDefinitionSupplier
withCopyToFields(String fromField, String... toFields)
SearchIndexDefinitionSupplier
withIndexDtDefinition(String indexDtDefinitionName)
SearchIndexDefinitionSupplier
withKeyConcept(String keyConceptDtDefinitionName)
SearchIndexDefinitionSupplier
withLoaderId(String indexLoaderId)
-
-
-
Constructor Detail
-
SearchIndexDefinitionSupplier
public SearchIndexDefinitionSupplier(String name)
-
-
Method Detail
-
withKeyConcept
public SearchIndexDefinitionSupplier withKeyConcept(String keyConceptDtDefinitionName)
-
withIndexDtDefinition
public SearchIndexDefinitionSupplier withIndexDtDefinition(String indexDtDefinitionName)
-
withCopyToFields
public SearchIndexDefinitionSupplier withCopyToFields(String fromField, String... toFields)
-
withLoaderId
public SearchIndexDefinitionSupplier withLoaderId(String indexLoaderId)
-
get
public SearchIndexDefinition get(io.vertigo.core.node.definition.DefinitionSpace definitionSpace)
- Specified by:
get
in interfaceio.vertigo.core.node.definition.DefinitionSupplier
-
-