Uses of Enum Class
com.viglet.turing.commons.se.field.TurSEFieldType
Packages that use TurSEFieldType
Package
Description
Provides the classes necessary to return facets of Turing AI response.
Provides the classes necessary to create jobs with content indexing and desindexing to Viglet Turing AI.
-
Uses of TurSEFieldType in com.viglet.turing.client.sn.facet
Methods in com.viglet.turing.client.sn.facet that return TurSEFieldTypeMethods in com.viglet.turing.client.sn.facet with parameters of type TurSEFieldType -
Uses of TurSEFieldType in com.viglet.turing.client.sn.job
Fields in com.viglet.turing.client.sn.job declared as TurSEFieldType -
Uses of TurSEFieldType in com.viglet.turing.commons.se.field
Methods in com.viglet.turing.commons.se.field that return TurSEFieldTypeModifier and TypeMethodDescriptionstatic TurSEFieldTypeReturns the enum constant of this class with the specified name.static TurSEFieldType[]TurSEFieldType.values()Returns an array containing the constants of this enum class, in the order they are declared. -
Uses of TurSEFieldType in com.viglet.turing.persistence.repository.sn.field
Methods in com.viglet.turing.persistence.repository.sn.field with parameters of type TurSEFieldTypeModifier and TypeMethodDescriptionTurSNSiteFieldExtRepository.findByTurSNSiteAndFacetAndEnabledAndType(TurSNSite turSNSite, int facet, int enabled, TurSEFieldType type) -
Uses of TurSEFieldType in com.viglet.turing.solr
Methods in com.viglet.turing.solr with parameters of type TurSEFieldTypeModifier and TypeMethodDescriptionstatic voidTurSolrUtils.addOrUpdateField(TurSolrFieldAction turSolrFieldAction, TurSEInstance turSEInstance, String coreName, String fieldName, TurSEFieldType turSEFieldType, boolean stored, boolean multiValued) static @NotNull StringTurSolrUtils.getSolrFieldType(TurSEFieldType turSEFieldType) static booleanTurSolrUtils.isCreateCopyFieldByCore(TurSEInstance turSEInstance, String coreName, String fieldName, TurSEFieldType turSEFieldType)