Uses of Class
io.vertigo.datafactory.search.model.SearchIndex
-
-
Uses of SearchIndex in io.vertigo.datafactory.impl.search
Methods in io.vertigo.datafactory.impl.search with parameters of type SearchIndex Modifier and Type Method Description <S extends io.vertigo.datamodel.structure.model.KeyConcept,I extends io.vertigo.datamodel.structure.model.DtObject>
voidSearchManagerImpl. put(SearchIndexDefinition indexDefinition, SearchIndex<S,I> index)
Ajout d'une ressource à l'index.<K extends io.vertigo.datamodel.structure.model.KeyConcept,I extends io.vertigo.datamodel.structure.model.DtObject>
voidSearchServicesPlugin. put(SearchIndexDefinition indexDefinition, SearchIndex<K,I> index)
Ajout d'une ressource à l'index.Method parameters in io.vertigo.datafactory.impl.search with type arguments of type SearchIndex Modifier and Type Method Description <S extends io.vertigo.datamodel.structure.model.KeyConcept,I extends io.vertigo.datamodel.structure.model.DtObject>
voidSearchManagerImpl. putAll(SearchIndexDefinition indexDefinition, Collection<SearchIndex<S,I>> indexCollection)
Ajout de plusieurs ressources à l'index.<K extends io.vertigo.datamodel.structure.model.KeyConcept,I extends io.vertigo.datamodel.structure.model.DtObject>
voidSearchServicesPlugin. putAll(SearchIndexDefinition indexDefinition, Collection<SearchIndex<K,I>> indexCollection)
Ajout de plusieurs ressources à l'index. -
Uses of SearchIndex in io.vertigo.datafactory.plugins.search.elasticsearch
Methods in io.vertigo.datafactory.plugins.search.elasticsearch with parameters of type SearchIndex Modifier and Type Method Description <S extends io.vertigo.datamodel.structure.model.KeyConcept,I extends io.vertigo.datamodel.structure.model.DtObject>
org.elasticsearch.xcontent.XContentBuilderESDocumentCodec. index2XContentBuilder(SearchIndex<S,I> index)
Transformation d'un index en un document ElasticSearch. -
Uses of SearchIndex in io.vertigo.datafactory.plugins.search.elasticsearch.client
Methods in io.vertigo.datafactory.plugins.search.elasticsearch.client with parameters of type SearchIndex Modifier and Type Method Description <S extends io.vertigo.datamodel.structure.model.KeyConcept,I extends io.vertigo.datamodel.structure.model.DtObject>
voidClientESSearchServicesPlugin. put(SearchIndexDefinition indexDefinition, SearchIndex<S,I> index)
Ajout d'une ressource à l'index.Method parameters in io.vertigo.datafactory.plugins.search.elasticsearch.client with type arguments of type SearchIndex Modifier and Type Method Description <S extends io.vertigo.datamodel.structure.model.KeyConcept,I extends io.vertigo.datamodel.structure.model.DtObject>
voidClientESSearchServicesPlugin. putAll(SearchIndexDefinition indexDefinition, Collection<SearchIndex<S,I>> indexCollection)
Ajout de plusieurs ressources à l'index. -
Uses of SearchIndex in io.vertigo.datafactory.plugins.search.elasticsearch.rest
Methods in io.vertigo.datafactory.plugins.search.elasticsearch.rest with parameters of type SearchIndex Modifier and Type Method Description <S extends io.vertigo.datamodel.structure.model.KeyConcept,I extends io.vertigo.datamodel.structure.model.DtObject>
voidRestHLClientESSearchServicesPlugin. put(SearchIndexDefinition indexDefinition, SearchIndex<S,I> index)
Ajout d'une ressource à l'index.Method parameters in io.vertigo.datafactory.plugins.search.elasticsearch.rest with type arguments of type SearchIndex Modifier and Type Method Description <S extends io.vertigo.datamodel.structure.model.KeyConcept,I extends io.vertigo.datamodel.structure.model.DtObject>
voidRestHLClientESSearchServicesPlugin. putAll(SearchIndexDefinition indexDefinition, Collection<SearchIndex<S,I>> indexCollection)
Ajout de plusieurs ressources à l'index. -
Uses of SearchIndex in io.vertigo.datafactory.search
Methods in io.vertigo.datafactory.search with parameters of type SearchIndex Modifier and Type Method Description <K extends io.vertigo.datamodel.structure.model.KeyConcept,I extends io.vertigo.datamodel.structure.model.DtObject>
voidSearchManager. put(SearchIndexDefinition indexDefinition, SearchIndex<K,I> index)
Ajout d'une ressource à l'index.Method parameters in io.vertigo.datafactory.search with type arguments of type SearchIndex Modifier and Type Method Description <K extends io.vertigo.datamodel.structure.model.KeyConcept,I extends io.vertigo.datamodel.structure.model.DtObject>
voidSearchManager. putAll(SearchIndexDefinition indexDefinition, Collection<SearchIndex<K,I>> indexCollection)
Ajout de plusieurs ressources à l'index. -
Uses of SearchIndex in io.vertigo.datafactory.search.definitions
Methods in io.vertigo.datafactory.search.definitions that return types with arguments of type SearchIndex Modifier and Type Method Description List<SearchIndex<K,I>>
SearchLoader. loadData(SearchChunk<K> searchChunk)
Load all data from a list of keyConcepts. -
Uses of SearchIndex in io.vertigo.datafactory.search.model
Methods in io.vertigo.datafactory.search.model that return SearchIndex Modifier and Type Method Description static <S extends io.vertigo.datamodel.structure.model.KeyConcept,I extends io.vertigo.datamodel.structure.model.DtObject>
SearchIndex<S,I>SearchIndex. createIndex(SearchIndexDefinition indexDefinition, io.vertigo.datamodel.structure.model.UID<S> uid, I indexDto)
Constructeur de l'Objet permettant de créer l'index.
-