Package | Description |
---|---|
org.imixs.workflow.engine.index | |
org.imixs.workflow.engine.lucene | |
org.imixs.workflow.engine.solr |
Modifier and Type | Method and Description |
---|---|
static DefaultOperator |
DefaultOperator.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static DefaultOperator[] |
DefaultOperator.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
int |
SearchService.getTotalHits(String _searchTerm,
int _maxResult,
DefaultOperator defaultOperator)
Returns the total hits for a given search term from the lucene index.
|
List<ItemCollection> |
SearchService.search(String searchTerm,
int pageSize,
int pageIndex,
SortOrder sortOrder,
DefaultOperator defaultOperator,
boolean loadStubs)
Returns a collection of documents matching the provided search term.
|
Modifier and Type | Method and Description |
---|---|
int |
LuceneSearchService.getTotalHits(String _searchTerm,
int _maxResult,
DefaultOperator defaultOperator)
Returns the total hits for a given search term from the lucene index.
|
List<ItemCollection> |
LuceneSearchService.search(String searchTerm,
int pageSize,
int pageIndex,
SortOrder sortOrder,
DefaultOperator defaultOperator,
boolean loadStubs)
Returns a collection of documents matching the provided search term.
|
Modifier and Type | Method and Description |
---|---|
int |
SolrSearchService.getTotalHits(String _searchTerm,
int _maxResult,
DefaultOperator defaultOperator)
Returns the total hits for a given search term from the lucene index.
|
String |
SolrIndexService.query(String searchTerm,
int pageSize,
int pageIndex,
SortOrder sortOrder,
DefaultOperator defaultOperator,
boolean loadStubs)
This method post a search query and returns the result.
|
List<ItemCollection> |
SolrSearchService.search(String _searchTerm,
int pageSize,
int pageIndex,
SortOrder sortOrder,
DefaultOperator defaultOperator,
boolean loadStubs)
Returns a collection of documents matching the provided search term.
|
Copyright © 2006–2022 Imixs Software Solutions GmbH. All rights reserved.