Uses of Class
org.imixs.workflow.engine.index.Category
Packages that use Category
Package
Description
-
Uses of Category in org.imixs.workflow.engine.index
Methods in org.imixs.workflow.engine.index that return types with arguments of type CategoryModifier and TypeMethodDescriptionSearchService.getTaxonomy
(String... categories) Returns the total hits for a given set of categories from the lucene taxonomy index.SearchService.getTaxonomyByQuery
(String searchTerm, String... categories) Returns the total hits for a given set of categories from the lucene taxonomy index based on a search query. -
Uses of Category in org.imixs.workflow.engine.lucene
Methods in org.imixs.workflow.engine.lucene that return types with arguments of type CategoryModifier and TypeMethodDescriptionLuceneSearchService.getTaxonomy
(String... categories) LuceneSearchService.getTaxonomyByQuery
(String searchTerm, String... categories) -
Uses of Category in org.imixs.workflow.engine.solr
Methods in org.imixs.workflow.engine.solr that return types with arguments of type CategoryModifier and TypeMethodDescriptionSolrSearchService.getTaxonomy
(String... categories) SolrSearchService.getTaxonomyByQuery
(String searchTerm, String... categories)