Uses of Class
com.viglet.turing.client.sn.job.TurSNJobItem
Packages that use TurSNJobItem
Package
Description
Provides the classes necessary to create jobs with content indexing and desindexing to Viglet Turing AI.
-
Uses of TurSNJobItem in com.viglet.turing.api.sn.queue
Methods in com.viglet.turing.api.sn.queue with parameters of type TurSNJobItemModifier and TypeMethodDescriptionboolean
TurSNProcessQueue.deIndex
(TurSNJobItem turSNJobItem, TurSNSite turSNSite) -
Uses of TurSNJobItem in com.viglet.turing.client.sn.job
Methods in com.viglet.turing.client.sn.job that return types with arguments of type TurSNJobItemMethods in com.viglet.turing.client.sn.job with parameters of type TurSNJobItemModifier and TypeMethodDescriptionboolean
TurSNJobItems.add
(TurSNJobItem turSNJobItem) boolean
TurSNJobItems.remove
(TurSNJobItem turSNJobItem) Method parameters in com.viglet.turing.client.sn.job with type arguments of type TurSNJobItemModifier and TypeMethodDescriptionvoid
TurSNJobItems.setTuringDocuments
(List<TurSNJobItem> jobItems) Constructors in com.viglet.turing.client.sn.job with parameters of type TurSNJobItemConstructor parameters in com.viglet.turing.client.sn.job with type arguments of type TurSNJobItem -
Uses of TurSNJobItem in com.viglet.turing.connector.db
Methods in com.viglet.turing.connector.db with parameters of type TurSNJobItem -
Uses of TurSNJobItem in com.viglet.turing.connector.filesystem
Methods in com.viglet.turing.connector.filesystem with parameters of type TurSNJobItem -
Uses of TurSNJobItem in com.viglet.turing.connector.webcrawler
Methods in com.viglet.turing.connector.webcrawler that return TurSNJobItem -
Uses of TurSNJobItem in com.viglet.turing.connector.webcrawler.api
Methods in com.viglet.turing.connector.webcrawler.api that return types with arguments of type TurSNJobItem -
Uses of TurSNJobItem in com.viglet.turing.sn
Methods in com.viglet.turing.sn with parameters of type TurSNJobItemModifier and TypeMethodDescriptionvoid
TurSNNLPProcess.processNLP
(TurSNJobItem turSNJobItem, TurSNSite turSNSite, Map<String, Object> consolidateResults) void
TurSNThesaurusProcess.processThesaurus
(TurSNJobItem turSNJobItem, TurSNSite turSNSite, Map<String, Object> consolidateResults) -
Uses of TurSNJobItem in com.viglet.turing.sn.spotlight
Methods in com.viglet.turing.sn.spotlight with parameters of type TurSNJobItemModifier and TypeMethodDescriptionboolean
TurSNSpotlightProcess.createUnmanagedSpotlight
(TurSNJobItem turSNJobItem, TurSNSite turSNSite) boolean
TurSNSpotlightProcess.deleteUnmanagedSpotlight
(TurSNJobItem turSNJobItem, TurSNSite turSNSite) boolean
TurSNSpotlightProcess.isSpotlightJob
(TurSNJobItem turSNJobItem)