Uses of Class
com.viglet.turing.persistence.model.se.TurSEInstance
Packages that use TurSEInstance
Package
Description
-
Uses of TurSEInstance in com.viglet.turing.elasticsearch
Methods in com.viglet.turing.elasticsearch with parameters of type TurSEInstanceModifier and TypeMethodDescriptionTurElasticsearchInstanceProcess.initElasticsearchInstance(TurSEInstance turSEInstance, String index) -
Uses of TurSEInstance in com.viglet.turing.exchange
Method parameters in com.viglet.turing.exchange with type arguments of type TurSEInstance -
Uses of TurSEInstance in com.viglet.turing.lucene
Methods in com.viglet.turing.lucene with parameters of type TurSEInstanceModifier and TypeMethodDescriptionTurLuceneInstanceProcess.initLuceneInstance(TurSEInstance turSEInstance, String coreName) Initialises (or returns a cached) Lucene instance for the given SE instance + core name. -
Uses of TurSEInstance in com.viglet.turing.persistence.dto.se
Subclasses of TurSEInstance in com.viglet.turing.persistence.dto.se -
Uses of TurSEInstance in com.viglet.turing.persistence.mapper.se
Methods in com.viglet.turing.persistence.mapper.se that return TurSEInstanceModifier and TypeMethodDescriptionTurSEInstanceMapper.toEntity(TurSEInstanceDto dto) TurSEInstanceMapperImpl.toEntity(TurSEInstanceDto dto) Methods in com.viglet.turing.persistence.mapper.se with parameters of type TurSEInstanceModifier and TypeMethodDescriptionTurSEInstanceMapper.toDto(TurSEInstance entity) TurSEInstanceMapperImpl.toDto(TurSEInstance entity) Method parameters in com.viglet.turing.persistence.mapper.se with type arguments of type TurSEInstanceModifier and TypeMethodDescriptionTurSEInstanceMapper.toDtoList(List<TurSEInstance> entities) TurSEInstanceMapperImpl.toDtoList(List<TurSEInstance> entities) TurSEInstanceMapper.toDtoSet(Set<TurSEInstance> entities) TurSEInstanceMapperImpl.toDtoSet(Set<TurSEInstance> entities) -
Uses of TurSEInstance in com.viglet.turing.persistence.repository.se
Subinterfaces with type arguments of type TurSEInstance in com.viglet.turing.persistence.repository.seMethods in com.viglet.turing.persistence.repository.se with type parameters of type TurSEInstanceModifier and TypeMethodDescription<S extends TurSEInstance>
STurSEInstanceRepository.save(S entity) Methods in com.viglet.turing.persistence.repository.se that return types with arguments of type TurSEInstanceModifier and TypeMethodDescriptionTurSEInstanceRepository.findAll()@NotNull Optional<TurSEInstance> -
Uses of TurSEInstance in com.viglet.turing.plugins.se
Methods in com.viglet.turing.plugins.se with parameters of type TurSEInstanceModifier and TypeMethodDescriptionvoidTurSearchEnginePlugin.addOrUpdateField(TurSEInstance seInstance, String indexName, String fieldName, TurSEFieldType fieldType, boolean stored, boolean multiValued, boolean isNew) Adds or updates a field in the index schema.voidTurSearchEnginePlugin.clearIndex(TurSEInstance seInstance, String indexName) default voidTurSearchEnginePlugin.createCopyField(TurSEInstance seInstance, String indexName, String fieldName, TurSEFieldType fieldType, boolean multiValued) Creates a copy field mapping if the engine supports it.voidTurSearchEnginePlugin.createIndex(TurSEInstance seInstance, TurSNSiteLocale siteLocale, String indexName, Map<String, TurSEFieldType> fieldTypes) Creates an index/core for the given SE instance.voidTurSearchEnginePlugin.deleteField(TurSEInstance seInstance, String indexName, String fieldName, TurSEFieldType fieldType) voidTurSearchEnginePlugin.deleteIndex(TurSEInstance seInstance, String indexName) booleanTurSearchEnginePlugin.fieldExists(TurSEInstance seInstance, String indexName, String fieldName) TurSearchEnginePluginFactory.getPluginForInstance(TurSEInstance turSEInstance) Resolves the search engine plugin for the given SE instance by inspecting its vendor plugin type.booleanTurSearchEnginePlugin.indexExists(TurSEInstance seInstance, String indexName) TurSearchEnginePlugin.listIndexes(TurSEInstance seInstance) -
Uses of TurSEInstance in com.viglet.turing.plugins.se.elasticsearch
Methods in com.viglet.turing.plugins.se.elasticsearch with parameters of type TurSEInstanceModifier and TypeMethodDescriptionvoidTurElasticsearchSearchEnginePlugin.addOrUpdateField(TurSEInstance seInstance, String indexName, String fieldName, TurSEFieldType fieldType, boolean stored, boolean multiValued, boolean isNew) voidTurElasticsearchSearchEnginePlugin.clearIndex(TurSEInstance seInstance, String indexName) voidTurElasticsearchSearchEnginePlugin.createIndex(TurSEInstance seInstance, TurSNSiteLocale siteLocale, String indexName, Map<String, TurSEFieldType> fieldTypes) voidTurElasticsearchSearchEnginePlugin.deleteField(TurSEInstance seInstance, String indexName, String fieldName, TurSEFieldType fieldType) voidTurElasticsearchSearchEnginePlugin.deleteIndex(TurSEInstance seInstance, String indexName) booleanTurElasticsearchSearchEnginePlugin.fieldExists(TurSEInstance seInstance, String indexName, String fieldName) booleanTurElasticsearchSearchEnginePlugin.indexExists(TurSEInstance seInstance, String indexName) TurElasticsearchSearchEnginePlugin.listIndexes(TurSEInstance seInstance) -
Uses of TurSEInstance in com.viglet.turing.plugins.se.lucene
Methods in com.viglet.turing.plugins.se.lucene with parameters of type TurSEInstanceModifier and TypeMethodDescriptionvoidTurLuceneSearchEnginePlugin.addOrUpdateField(TurSEInstance seInstance, String indexName, String fieldName, TurSEFieldType fieldType, boolean stored, boolean multiValued, boolean isNew) voidTurLuceneSearchEnginePlugin.clearIndex(TurSEInstance seInstance, String indexName) voidTurLuceneSearchEnginePlugin.createIndex(TurSEInstance seInstance, TurSNSiteLocale siteLocale, String indexName, Map<String, TurSEFieldType> fieldTypes) voidTurLuceneSearchEnginePlugin.deleteField(TurSEInstance seInstance, String indexName, String fieldName, TurSEFieldType fieldType) voidTurLuceneSearchEnginePlugin.deleteIndex(TurSEInstance seInstance, String indexName) booleanTurLuceneSearchEnginePlugin.fieldExists(TurSEInstance seInstance, String indexName, String fieldName) booleanTurLuceneSearchEnginePlugin.indexExists(TurSEInstance seInstance, String indexName) TurLuceneSearchEnginePlugin.listIndexes(TurSEInstance seInstance) -
Uses of TurSEInstance in com.viglet.turing.plugins.se.solr
Methods in com.viglet.turing.plugins.se.solr with parameters of type TurSEInstanceModifier and TypeMethodDescriptionvoidTurSolrSearchEnginePlugin.addOrUpdateField(TurSEInstance seInstance, String indexName, String fieldName, TurSEFieldType fieldType, boolean stored, boolean multiValued, boolean isNew) voidTurSolrSearchEnginePlugin.clearIndex(TurSEInstance seInstance, String indexName) voidTurSolrSearchEnginePlugin.createCopyField(TurSEInstance seInstance, String indexName, String fieldName, TurSEFieldType fieldType, boolean multiValued) voidTurSolrSearchEnginePlugin.createIndex(TurSEInstance seInstance, TurSNSiteLocale siteLocale, String indexName, Map<String, TurSEFieldType> fieldTypes) voidTurSolrSearchEnginePlugin.deleteField(TurSEInstance seInstance, String indexName, String fieldName, TurSEFieldType fieldType) voidTurSolrSearchEnginePlugin.deleteIndex(TurSEInstance seInstance, String indexName) booleanTurSolrSearchEnginePlugin.fieldExists(TurSEInstance seInstance, String indexName, String fieldName) booleanTurSolrSearchEnginePlugin.indexExists(TurSEInstance seInstance, String indexName) TurSolrSearchEnginePlugin.listIndexes(TurSEInstance seInstance) -
Uses of TurSEInstance in com.viglet.turing.solr
Methods in com.viglet.turing.solr with parameters of type TurSEInstanceModifier and TypeMethodDescriptionstatic voidTurSolrUtils.addOrUpdateField(TurSolrFieldAction turSolrFieldAction, TurSEInstance turSEInstance, String coreName, String fieldName, TurSEFieldType turSEFieldType, boolean stored, boolean multiValued) static voidTurSolrUtils.clearCore(TurSEInstance turSEInstance, String coreName) static booleanTurSolrUtils.coreExists(TurSEInstance turSEInstance, String core) static voidTurSolrUtils.createCopyFieldByCore(TurSEInstance turSEInstance, String coreName, String fieldName, boolean multiValued) static voidTurSolrUtils.deleteCopyFieldByCore(TurSEInstance turSEInstance, String coreName, String fieldName) static voidTurSolrUtils.deleteField(TurSEInstance turSEInstance, String coreName, String fieldName, TurSEFieldType turSEFieldType) static booleanTurSolrUtils.existsField(TurSEInstance turSEInstance, String coreName, String fieldName) static TurSolrFieldBeanTurSolrUtils.getField(TurSEInstance turSEInstance, String coreName, String fieldName) TurSolrInstanceProcess.initSolrInstance(TurSEInstance turSEInstance, String core) static booleanTurSolrUtils.isCreateCopyFieldByCore(TurSEInstance turSEInstance, String coreName, String fieldName, TurSEFieldType turSEFieldType) static booleanTurSolrUtils.isDeleteCopyFieldByCore(TurSEInstance turSEInstance, String coreName, String fieldName, TurSEFieldType turSEFieldType) static List<TurSECoreInfo> TurSolrUtils.listCores(TurSEInstance turSEInstance)