Uses of Enum Class
org.imixs.workflow.engine.index.DefaultOperator
Package
Description
-
Uses of DefaultOperator in org.imixs.workflow.engine.index
Modifier and TypeMethodDescriptionstatic DefaultOperator
Returns the enum constant of this class with the specified name.static DefaultOperator[]
DefaultOperator.values()
Returns an array containing the constants of this enum class, in the order they are declared.Modifier and TypeMethodDescriptionint
SearchService.getTotalHits
(String _searchTerm, int _maxResult, DefaultOperator defaultOperator) Returns the total hits for a given search term from the lucene index.SearchService.search
(String searchTerm, int pageSize, int pageIndex, SortOrder sortOrder, DefaultOperator defaultOperator, boolean loadStubs) Returns a collection of documents matching the provided search term. -
Uses of DefaultOperator in org.imixs.workflow.engine.lucene
Modifier and TypeMethodDescriptionint
LuceneSearchService.getTotalHits
(String _searchTerm, int _maxResult, DefaultOperator defaultOperator) Returns the total hits for a given search term from the lucene index.LuceneSearchService.search
(String searchTerm, int pageSize, int pageIndex, SortOrder sortOrder, DefaultOperator defaultOperator, boolean loadStubs) Returns a collection of documents matching the provided search term. -
Uses of DefaultOperator in org.imixs.workflow.engine.solr
Modifier and TypeMethodDescriptionint
SolrSearchService.getTotalHits
(String _searchTerm, int _maxResult, DefaultOperator defaultOperator) Returns the total hits for a given search term from the lucene index.SolrIndexService.query
(String searchTerm, int pageSize, int pageIndex, SortOrder sortOrder, DefaultOperator defaultOperator, boolean loadStubs) This method post a search query and returns the result.SolrSearchService.search
(String _searchTerm, int pageSize, int pageIndex, SortOrder sortOrder, DefaultOperator defaultOperator, boolean loadStubs) Returns a collection of documents matching the provided search term.