public class SearchResult extends java.util.ArrayList<SearchResultItem>
Search.search(String, int)
method.
SearchResultItem
objects.
Each search item related to the indexed ObjectContent object.SearchResultItem
,
Serialized FormModifier and Type | Field and Description |
---|---|
int |
cnt
A quantity of found objects.
|
int |
queryResultExtractTime
A time (milliseconds) of extracting query results for page.
|
int |
queryTime
A time (milliseconds) of core searching.
|
int |
queryWordsTime
A time (milliseconds) of words searching.
|
int |
scnt
Total scanning cycles.
|
int |
totalSearchTime
Total search time (milliseconds).
|
java.lang.String[] |
words
An array of searching words.
|
Constructor and Description |
---|
SearchResult() |
Modifier and Type | Method and Description |
---|---|
void |
print()
Print search result to console.
|
add, add, addAll, addAll, clear, clone, contains, ensureCapacity, get, indexOf, isEmpty, iterator, lastIndexOf, listIterator, listIterator, remove, remove, removeAll, removeRange, retainAll, set, size, subList, toArray, toArray, trimToSize
public int cnt
public int scnt
public int queryWordsTime
public int queryTime
public int queryResultExtractTime
public int totalSearchTime
public java.lang.String[] words