|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
ObjectQueryRequest
public class QueryRequest
Stores a single query request to be processed by the XTF text engine.
Field Summary | |
---|---|
BoostSetParams |
boostSetParams
Experimental, and probably temporary: Boost set info |
String |
displayStyle
Path (base dir relative) for the resultFormatter stylesheet |
boolean |
explainScores
Whether to calculate an explanation of each score. |
FacetSpec[] |
facetSpecs
Facet specifications (if any) |
String |
indexPath
Path to the Lucene index we want to search |
int |
maxContext
Target size, in characters, for snippets |
int |
maxDocs
Max # documents to return from this query |
boolean |
normalizeScores
Whether to normalize scores (turn off to help debug ranking problems) |
String |
parserInput
Optional: the |
String |
parserOutput
Optional: the raw output of the query parser stylesheet |
Query |
query
The Lucene query to perform |
String |
returnMetaFields
Optional: list of metadata fields to return (defaults to all) |
String |
sortMetaFields
Optional list of fields to sort documents by |
SpellcheckParams |
spellcheckParams
Experimental: provide spelling suggestions |
int |
startDoc
Document rank to start with (0-based) |
int |
termLimit
Limit on the total number of terms allowed |
int |
termMode
Term marking mode |
int |
workLimit
Limit on the total amount of "work" |
Constructor Summary | |
---|---|
QueryRequest()
|
Method Summary | |
---|---|
Object |
clone()
|
Methods inherited from class Object |
---|
equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public String displayStyle
public int startDoc
public int maxDocs
public String indexPath
public Query query
public String sortMetaFields
public int maxContext
public int termLimit
public int workLimit
public int termMode
public FacetSpec[] facetSpecs
public boolean normalizeScores
public boolean explainScores
public BoostSetParams boostSetParams
public SpellcheckParams spellcheckParams
public String parserInput
public String parserOutput
public String returnMetaFields
Constructor Detail |
---|
public QueryRequest()
Method Detail |
---|
public Object clone()
clone
in class Object
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |