Uses of Enum Class
org.imixs.workflow.engine.index.DefaultOperator
Packages that use DefaultOperator
Package
Description
-
Uses of DefaultOperator in org.imixs.workflow.engine.index
Methods in org.imixs.workflow.engine.index that return DefaultOperatorModifier and TypeMethodDescriptionstatic DefaultOperatorReturns 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.Methods in org.imixs.workflow.engine.index with parameters of type DefaultOperatorModifier and TypeMethodDescriptionintSearchService.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
Methods in org.imixs.workflow.engine.lucene with parameters of type DefaultOperatorModifier and TypeMethodDescriptionintLuceneSearchService.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
Methods in org.imixs.workflow.engine.solr with parameters of type DefaultOperatorModifier and TypeMethodDescriptionintSolrSearchService.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.