Uses of Class
com.viglet.turing.persistence.model.se.TurSEInstance
Packages that use TurSEInstance
Package
Description
-
Uses of TurSEInstance in com.viglet.turing.api.se
Methods in com.viglet.turing.api.se that return TurSEInstanceModifier and TypeMethodDescriptionTurSEInstanceAPI.turSearchEngineStructure()
TurSEInstanceAPI.turSEInstanceAdd
(TurSEInstance turSEInstance) TurSEInstanceAPI.turSEInstanceGet
(String id) TurSEInstanceAPI.turSEInstanceUpdate
(String id, TurSEInstance turSEInstance) Methods in com.viglet.turing.api.se that return types with arguments of type TurSEInstanceMethods in com.viglet.turing.api.se with parameters of type TurSEInstanceModifier and TypeMethodDescriptionTurSEInstanceAPI.turSEInstanceAdd
(TurSEInstance turSEInstance) TurSEInstanceAPI.turSEInstanceUpdate
(String id, TurSEInstance turSEInstance) -
Uses of TurSEInstance in com.viglet.turing.persistence.repository.se
Methods in com.viglet.turing.persistence.repository.se that return TurSEInstanceModifier and TypeMethodDescription@NotNull TurSEInstance
TurSEInstanceRepository.save
(@NotNull TurSEInstance turSEInstance) Methods in com.viglet.turing.persistence.repository.se that return types with arguments of type TurSEInstanceModifier and TypeMethodDescriptionTurSEInstanceRepository.findAll()
@NotNull Optional
<TurSEInstance> Methods in com.viglet.turing.persistence.repository.se with parameters of type TurSEInstanceModifier and TypeMethodDescription@NotNull TurSEInstance
TurSEInstanceRepository.save
(@NotNull TurSEInstance turSEInstance) -
Uses of TurSEInstance in com.viglet.turing.solr
Methods in com.viglet.turing.solr with parameters of type TurSEInstanceModifier and TypeMethodDescriptionstatic void
TurSolrUtils.addOrUpdateField
(TurSolrFieldAction turSolrFieldAction, TurSEInstance turSEInstance, String coreName, String fieldName, TurSEFieldType turSEFieldType, boolean stored, boolean multiValued) static boolean
TurSolrUtils.coreExists
(TurSEInstance turSEInstance, String core) static void
TurSolrUtils.createCopyFieldByCore
(TurSEInstance turSEInstance, String coreName, String fieldName, boolean multiValued) static void
TurSolrUtils.deleteCore
(TurSEInstance turSEInstance, String coreName) static boolean
TurSolrUtils.existsField
(TurSEInstance turSEInstance, String coreName, String fieldName) static TurSolrFieldBean
TurSolrUtils.getField
(TurSEInstance turSEInstance, String coreName, String fieldName) TurSolrInstanceProcess.initSolrInstance
(TurSEInstance turSEInstance, String core) static boolean
TurSolrUtils.isCreateCopyFieldByCore
(TurSEInstance turSEInstance, String coreName, String fieldName, TurSEFieldType turSEFieldType)