Uses of Class
org.imixs.workflow.engine.index.Category
Package
Description
-
Uses of Category in org.imixs.workflow.engine.index
Modifier 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
Modifier and TypeMethodDescriptionLuceneSearchService.getTaxonomy
(String... categories) LuceneSearchService.getTaxonomyByQuery
(String searchTerm, String... categories) -
Uses of Category in org.imixs.workflow.engine.solr
Modifier and TypeMethodDescriptionSolrSearchService.getTaxonomy
(String... categories) SolrSearchService.getTaxonomyByQuery
(String searchTerm, String... categories)