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 TypeMethodDescriptionbooleanTurSNProcessQueue.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 TypeMethodDescriptionbooleanTurSNJobItems.add(TurSNJobItem turSNJobItem) booleanTurSNJobItems.remove(TurSNJobItem turSNJobItem) Method parameters in com.viglet.turing.client.sn.job with type arguments of type TurSNJobItemModifier and TypeMethodDescriptionvoidTurSNJobItems.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 TypeMethodDescriptionvoidTurSNNLPProcess.processNLP(TurSNJobItem turSNJobItem, TurSNSite turSNSite, Map<String, Object> consolidateResults) voidTurSNThesaurusProcess.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 TypeMethodDescriptionbooleanTurSNSpotlightProcess.createUnmanagedSpotlight(TurSNJobItem turSNJobItem, TurSNSite turSNSite) booleanTurSNSpotlightProcess.deleteUnmanagedSpotlight(TurSNJobItem turSNJobItem, TurSNSite turSNSite) booleanTurSNSpotlightProcess.isSpotlightJob(TurSNJobItem turSNJobItem)