|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface CommonParams
Parameters used across many handlers
Nested Class Summary | |
---|---|
static class |
CommonParams.EchoParamStyle
valid values for: echoParams |
Field Summary | |
---|---|
static String |
CACHE
Used as a local parameter on queries. |
static String |
COST
Used as a local param on filter queries in conjunction with cache=false. |
static String |
DEBUG
Whether to provide debug info for specific items. |
static String |
DEBUG_QUERY
whether to include debug data for all components pieces, including doing explains |
static String |
DF
default query field |
static String |
EXCLUDE
|
static String |
EXPLAIN_OTHER
another query to explain against |
static String |
EXPLAIN_STRUCT
boolean indicating whether score explanations should structured (true), or plain text (false) |
static String |
FALSE
|
static String |
FIELD
|
static String |
FL
query and init param for field list |
static String |
FQ
Lucene query string(s) for filtering the results without affecting scoring |
static String |
HEADER_ECHO_HANDLER
'true' if the header should include the handler name |
static String |
HEADER_ECHO_PARAMS
include the parameters in the header |
static String |
NOW
Override for the concept of "NOW" to be used throughout this request, expressed as milliseconds since epoch. |
static String |
OMIT_HEADER
include header in the response |
static String |
OUTPUT_KEY
|
static String |
PAGEDOC
docid of the last document of the previous page |
static String |
PAGESCORE
score of the last document of the previous page |
static String |
Q
query string |
static String |
QT
the Request Handler (formerly known as the Query Type) - which Request Handler should handle the request |
static String |
QUERY
DEBUG value indicating an interest in debug output related to the Query (parsing, etc.) |
static String |
RESULTS
DEBUG value indicating an interest in debug output related to the results (explains) |
static String |
ROWS
number of documents to return starting at "start" |
static String |
SORT
sort order |
static String |
START
zero based offset of matching documents to retrieve |
static String |
STREAM_BODY
If the content stream should come directly from a field |
static String |
STREAM_CONTENTTYPE
Explicitly set the content type for the input stream If multiple streams are specified, the explicit contentType will be used for all of them. |
static String |
STREAM_FILE
If the content stream should come from a File (using FileReader) |
static String |
STREAM_URL
If the content stream should come from a URL (using URLConnection) |
static String |
TAG
|
static String |
TERMS
|
static String |
THREADS
|
static String |
TIME_ALLOWED
Timeout value in milliseconds. |
static String |
TIMING
DEBUG value indicating an interest in debug output related to timing |
static String |
TR
Transformer param -- used with XSLT |
static String |
TRUE
|
static String |
TZ
Specifies the TimeZone used by the client for the purposes of any DateMath rounding that may take place when executing the request |
static String |
VALUE
|
static String |
VERSION
version parameter to check request-response compatibility |
static String |
WT
the response writer type - the format of the response |
static String |
XSL
stylesheet to apply to XML results |
Field Detail |
---|
static final String NOW
static final String TZ
static final String QT
static final String WT
static final String Q
static final String SORT
static final String FQ
static final String START
static final String ROWS
static final String PAGESCORE
static final String PAGEDOC
static final String XSL
static final String VERSION
static final String FL
static final String DF
static final String TR
static final String DEBUG_QUERY
static final String DEBUG
DEBUG_QUERY
,
Constant Field Valuesstatic final String TIMING
DEBUG
value indicating an interest in debug output related to timing
static final String RESULTS
DEBUG
value indicating an interest in debug output related to the results (explains)
static final String QUERY
DEBUG
value indicating an interest in debug output related to the Query (parsing, etc.)
static final String EXPLAIN_STRUCT
static final String EXPLAIN_OTHER
static final String STREAM_URL
static final String STREAM_FILE
static final String STREAM_BODY
static final String STREAM_CONTENTTYPE
static final String TIME_ALLOWED
static final String HEADER_ECHO_HANDLER
static final String HEADER_ECHO_PARAMS
static final String OMIT_HEADER
static final String EXCLUDE
static final String TAG
static final String TERMS
static final String OUTPUT_KEY
static final String FIELD
static final String VALUE
static final String THREADS
static final String TRUE
static final String FALSE
static final String CACHE
static final String COST
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |