Java org.apache.solr.common.params CommonParams fields, constructors, methods, implement or subclass

Example usage for Java org.apache.solr.common.params CommonParams fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for org.apache.solr.common.params CommonParams.

The text is from its open source code.

Field

StringQT
the Request Handler (formerly known as the Query Type) - which Request Handler should handle the request
StringWT
the response writer type - the format of the response
StringQ
query string
StringRQ
rank query
StringSORT
sort order
StringFQ
Lucene query string(s) for filtering the results without affecting scoring
StringSTART
zero based offset of matching documents to retrieve
intSTART_DEFAULT
StringROWS
number of documents to return starting at "start"
intROWS_DEFAULT
StringACTION
"action" parameter for SolrPing
StringVERSION
version parameter to check request-response compatibility
StringFL
query and init param for field list
StringDF
default query field
StringDEBUG_QUERY
whether to include debug data for all components pieces, including doing explains
StringDEBUG
Whether to provide debug info for specific items.
StringRESULTS
#DEBUG value indicating an interest in debug output related to the results (explains)
StringQUERY
#DEBUG value indicating an interest in debug output related to the Query (parsing, etc.)
StringEXPLAIN_STRUCT
boolean indicating whether score explanations should structured (true), or plain text (false)
StringSTREAM_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.
StringTIME_ALLOWED
Timeout value in milliseconds.
StringHEADER_ECHO_PARAMS
include the parameters in the header
StringCORES_HANDLER_PATH
StringEXCLUDE
StringTERMS
StringOUTPUT_KEY
StringFIELD
StringVALUE
StringCACHE
Used as a local parameter on queries.
StringNAME
StringID