Frames | No Frames |
String name
String stringValue
boolean storeTermVector
Reader readerValue
boolean isStored
boolean isIndexed
boolean isTokenized
float boost
private void readObject(java.io.ObjectInputStream in) throws java.io.IOException, ClassNotFoundException
boolean required
If true, documents documents which do not match this sub-query will not match the boolean query.
boolean prohibited
If true, documents documents which do match this sub-query will not match the boolean query.
Comparable[] fields
Expert: The values which are used to sort the referenced document. The order of these will match the original sort criteria given by a Sort object. Each Object will be either an Integer, Float or String, depending on the type of values in the terms of the original field.
- See Also:
Sort
,Searchable.search(Query,Filter,int,Sort)
float score
Expert: The score of this document for the query.
int doc
Expert: A hit document's number.
- See Also:
Searcher.doc(int)