| Package | Description |
|---|---|
| org.imixs.workflow.engine.index |
| 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.
|
Copyright © 2006–2020 Imixs Software Solutions GmbH. All rights reserved.