Package | Description |
---|---|
com.openkm.api | |
com.openkm.bean | |
com.openkm.module | |
com.openkm.module.db | |
com.openkm.module.jcr | |
com.openkm.rest.util | |
com.openkm.util | |
com.openkm.ws.endpoint |
Modifier and Type | Method and Description |
---|---|
List<QueryResult> |
OKMSearch.find(String token,
QueryParams params) |
List<QueryResult> |
OKMSearch.findByContent(String token,
String words) |
List<QueryResult> |
OKMSearch.findByKeywords(String token,
Set<String> words) |
List<QueryResult> |
OKMSearch.findByName(String token,
String words) |
List<QueryResult> |
OKMSearch.findSimpleQuery(String token,
String statement) |
Modifier and Type | Method and Description |
---|---|
List<QueryResult> |
ResultSet.getResults() |
Modifier and Type | Method and Description |
---|---|
void |
ResultSet.setResults(List<QueryResult> results) |
Modifier and Type | Method and Description |
---|---|
List<QueryResult> |
SearchModule.find(String token,
QueryParams params)
Performs a complex search by content, name and keywords (between others).
|
List<QueryResult> |
SearchModule.findByContent(String token,
String expression)
Search for documents using it indexed content.
|
List<QueryResult> |
SearchModule.findByKeywords(String token,
Set<String> expression)
Search for documents using it associated keywords.
|
List<QueryResult> |
SearchModule.findByName(String token,
String expression)
Search for documents by document name.
|
List<QueryResult> |
SearchModule.findSimpleQuery(String token,
String statement)
Performs a simple search using on GQL language.
|
Modifier and Type | Method and Description |
---|---|
List<QueryResult> |
DbSearchModule.find(String token,
QueryParams params) |
List<QueryResult> |
DbSearchModule.findByContent(String token,
String expression) |
List<QueryResult> |
DbSearchModule.findByKeywords(String token,
Set<String> expression) |
List<QueryResult> |
DbSearchModule.findByName(String token,
String expression) |
List<QueryResult> |
DbSearchModule.findSimpleQuery(String token,
String statement) |
Modifier and Type | Method and Description |
---|---|
List<QueryResult> |
JcrSearchModule.find(String token,
QueryParams params) |
List<QueryResult> |
JcrSearchModule.findByContent(String token,
String words) |
List<QueryResult> |
JcrSearchModule.findByKeywords(String token,
Set<String> words) |
List<QueryResult> |
JcrSearchModule.findByName(String token,
String words) |
List<QueryResult> |
JcrSearchModule.findByStatement(String token,
String statement,
String type) |
List<QueryResult> |
JcrSearchModule.findSimpleQuery(String token,
String statement) |
Modifier and Type | Method and Description |
---|---|
List<QueryResult> |
QueryResultList.getList() |
Modifier and Type | Method and Description |
---|---|
static GWTQueryResult |
GWTUtil.copy(QueryResult queryResult,
GWTWorkspace workspace)
Copy the QueryResult data to GWTQueryResult
|
Modifier and Type | Method and Description |
---|---|
QueryResult[] |
SearchService.find(String token,
QueryParams params) |
QueryResult[] |
SearchService.findByContent(String token,
String content) |
QueryResult[] |
SearchService.findByKeywords(String token,
String[] keywords) |
QueryResult[] |
SearchService.findByName(String token,
String name) |
Copyright © 2016. All rights reserved.