| Package | Description |
|---|---|
| org.appng.search.json |
Model classes representing the results of a search
|
| org.appng.search.searcher |
Types used to provide search functionality
|
| Modifier and Type | Method and Description |
|---|---|
static Result |
Result.fromDocument(Document d) |
| Modifier and Type | Method and Description |
|---|---|
List<Result> |
Part.getData() |
List<Result> |
Results.getData() |
| Modifier and Type | Method and Description |
|---|---|
int |
Result.compareTo(Result other) |
| Modifier and Type | Method and Description |
|---|---|
void |
Part.setData(List<Result> data) |
void |
Results.setData(List<Result> data) |
| Modifier and Type | Method and Description |
|---|---|
protected List<Result> |
SearchFormatter.getSortedDocs() |
| Modifier and Type | Method and Description |
|---|---|
protected Search<SearchFilter> |
SearchFormatter.paginate(List<Result> sortedDocs) |
protected void |
SearchFormatter.processXML(Writer writer,
List<Result> sortedDocs,
DateFormat dateFormat) |
Copyright © 2011–2017 aiticon GmbH. All rights reserved.