Serialized Form
Package org.apache.solr.client.solrj |
method
SolrRequest.METHOD method
path
String path
responseParser
ResponseParser responseParser
serialVersionUID: 1L
binder
DocumentObjectBinder binder
serialVersionUID: -3371703521752000294L
Package org.apache.solr.client.solrj.embedded |
coreContainer
CoreContainer coreContainer
coreName
String coreName
_parser
SolrRequestParsers _parser
Package org.apache.solr.client.solrj.impl |
serialVersionUID: 1L
_baseURL
String _baseURL
- Deprecated.
- The URL of the Solr server.
_invariantParams
ModifiableSolrParams _invariantParams
- Deprecated.
- Default value: null / empty.
Parameters that are added to every request regardless. This may be a place to add
something like an authentication token.
_parser
ResponseParser _parser
- Deprecated.
- Default response parser is BinaryResponseParser
This parser represents the default Response Parser chosen to
parse the response if the parser were not specified as part of
the request.
- See Also:
BinaryResponseParser
requestWriter
RequestWriter requestWriter
- Deprecated.
- The RequestWriter used to write all requests to Solr
- See Also:
RequestWriter
_httpClient
org.apache.commons.httpclient.HttpClient _httpClient
- Deprecated.
_followRedirects
boolean _followRedirects
- Deprecated.
- This defaults to false under the
assumption that if you are following a redirect to get to a Solr
installation, something is misconfigured somewhere.
_allowCompression
boolean _allowCompression
- Deprecated.
- If compression is enabled, both gzip and deflate compression will
be accepted in the HTTP response.
_maxRetries
int _maxRetries
- Deprecated.
- Maximum number of retries to attempt in the event of transient
errors. Default: 0 (no) retries. No more than 1 recommended.
useMultiPartPost
boolean useMultiPartPost
- Deprecated.
- Default value: false
If set to false, add the query parameters as URL-encoded parameters to the
POST request in a single part. If set to true, create a new part of a
multi-part request for each parameter.
The reason for adding all parameters as parts of a multi-part request is
that this allows us to specify the charset -- standards for single-part
requests specify that non-ASCII characters should be URL-encoded, but don't
specify the charset of the characters to be URL-encoded (cf.
http://www.w3.org/TR/html401/interact/forms.html#form-content-type).
Therefore you have to rely on your servlet container doing the right thing
with single-part requests.
serialVersionUID: 1L
server
HttpSolrServer server
queue
BlockingQueue<E> queue
scheduler
ExecutorService scheduler
updateUrl
String updateUrl
runners
Queue<E> runners
lock
CountDownLatch lock
threadCount
int threadCount
serialVersionUID: 1L
baseUrl
String baseUrl
- The URL of the Solr server.
invariantParams
ModifiableSolrParams invariantParams
- Default value: null / empty.
Parameters that are added to every request regardless. This may be a place
to add something like an authentication token.
parser
ResponseParser parser
- Default response parser is BinaryResponseParser
This parser represents the default Response Parser chosen to parse the
response if the parser were not specified as part of the request.
- See Also:
BinaryResponseParser
requestWriter
RequestWriter requestWriter
- The RequestWriter used to write all requests to Solr
- See Also:
RequestWriter
httpClient
org.apache.http.client.HttpClient httpClient
followRedirects
boolean followRedirects
- This defaults to false under the assumption that if you are following a
redirect to get to a Solr installation, something is misconfigured
somewhere.
maxRetries
int maxRetries
- Maximum number of retries to attempt in the event of transient errors.
Default: 0 (no) retries. No more than 1 recommended.
ccm
org.apache.http.impl.conn.tsccm.ThreadSafeClientConnManager ccm
aliveServers
CopyOnWriteArrayList<E> aliveServers
zombieServers
CopyOnWriteArrayList<E> zombieServers
aliveCheckExecutor
ScheduledExecutorService aliveCheckExecutor
httpClient
org.apache.commons.httpclient.HttpClient httpClient
counter
AtomicInteger counter
checkLock
ReentrantLock checkLock
interval
int interval
queue
BlockingQueue<E> queue
- Deprecated.
scheduler
ExecutorService scheduler
- Deprecated.
updateUrl
String updateUrl
- Deprecated.
runners
Queue<E> runners
- Deprecated.
lock
CountDownLatch lock
- Deprecated.
threadCount
int threadCount
- Deprecated.
Package org.apache.solr.client.solrj.request |
params
ModifiableSolrParams params
commitWithin
int commitWithin
contentStreams
List<E> contentStreams
core
String core
other
String other
action
CoreAdminParams.CoreAdminAction action
instanceDir
String instanceDir
configName
String configName
schemaName
String schemaName
dataDir
String dataDir
indexDirs
List<E> indexDirs
srcCores
List<E> srcCores
fileName
String fileName
deleteIndex
boolean deleteIndex
xml
String xml
params
SolrParams params
documents
List<E> documents
query
String query
showMatch
boolean showMatch
fieldValue
String fieldValue
query
String query
showMatch
boolean showMatch
fieldNames
List<E> fieldNames
fieldTypes
List<E> fieldTypes
fields
List<E> fields
numTerms
int numTerms
showSchema
boolean showSchema
query
SolrParams query
params
ModifiableSolrParams params
documents
List<E> documents
docIterator
Iterator<E> docIterator
deleteById
List<E> deleteById
deleteQuery
List<E> deleteQuery
Package org.apache.solr.client.solrj.response |
documentAnalysisByKey
Map<K,V> documentAnalysisByKey
_name
String _name
_values
List<E> _values
_gap
String _gap
_end
Date _end
_name
String _name
_count
long _count
_ff
FacetField _ff
analysisByFieldTypeName
Map<K,V> analysisByFieldTypeName
analysisByFieldName
Map<K,V> analysisByFieldName
name
String name
min
Double min
max
Double max
sum
Double sum
count
Long count
missing
Long missing
mean
Double mean
sumOfSquares
Double sumOfSquares
stddev
Double stddev
facets
Map<K,V> facets
_groupValue
String _groupValue
_result
SolrDocumentList _result
_name
String _name
_values
List<E> _values
_matches
int _matches
_ngroups
Integer _ngroups
_values
List<E> _values
indexInfo
NamedList<T> indexInfo
fieldInfo
Map<K,V> fieldInfo
fieldTypeInfo
Map<K,V> fieldTypeInfo
name
String name
type
String type
schema
String schema
docs
int docs
distinct
int distinct
flags
EnumSet<E extends Enum<E>> flags
cacheableFaceting
boolean cacheableFaceting
topTerms
NamedList<T> topTerms
name
String name
className
String className
tokenized
boolean tokenized
analyzer
String analyzer
fields
List<E> fields
_header
NamedList<T> _header
_results
SolrDocumentList _results
_sortvalues
NamedList<T> _sortvalues
_facetInfo
NamedList<T> _facetInfo
_debugInfo
NamedList<T> _debugInfo
_highlightingInfo
NamedList<T> _highlightingInfo
_spellInfo
NamedList<T> _spellInfo
_statsInfo
NamedList<T> _statsInfo
_termsInfo
NamedList<T> _termsInfo
_groupedInfo
NamedList<T> _groupedInfo
_groupResponse
GroupResponse _groupResponse
_facetQuery
Map<K,V> _facetQuery
_facetFields
List<E> _facetFields
_limitingFacets
List<E> _limitingFacets
_facetDates
List<E> _facetDates
_facetRanges
List<E> _facetRanges
_highlighting
Map<K,V> _highlighting
_spellResponse
SpellCheckResponse _spellResponse
_termsResponse
TermsResponse _termsResponse
_fieldStatsInfo
Map<K,V> _fieldStatsInfo
_debugMap
Map<K,V> _debugMap
_explainMap
Map<K,V> _explainMap
elapsedTime
long elapsedTime
response
NamedList<T> response
requestUrl
String requestUrl
Package org.apache.solr.common |
_fields
Map<K,V> _fields
numFound
long numFound
start
long start
maxScore
Float maxScore
logged
boolean logged
- Deprecated. Logging should now occur from the top-most level, making this unnecessary in 4.x
code
int code
_fields
Map<K,V> _fields
_documentBoost
float _documentBoost
name
String name
value
Object value
boost
float boost
Package org.apache.solr.common.params |
params
SolrParams params
defaults
SolrParams defaults
map
Map<K,V> map
vals
Map<K,V> vals
map
Map<K,V> map
params
SolrParams params
Package org.apache.solr.common.util |
nvPairs
List<E> nvPairs
Class org.apache.solr.common.util.NamedList$1 extends Object implements Serializable |
Class org.apache.solr.common.util.NamedList$1$1 extends Object implements Serializable |
Package org.apache.solr.core |
server
MBeanServer server
jmxRootName
String jmxRootName
coreHashCode
String coreHashCode
refCount
AtomicInteger refCount
Package org.apache.solr.handler |
basePositions
int[] basePositions
position
int position
Package org.apache.solr.handler.component |
shard
String shard
shardAddress
String shardAddress
orderInShard
int orderInShard
id
Object id
score
Float score
sortFieldValues
NamedList<T> sortFieldValues
positionInResponse
int positionInResponse
Package org.apache.solr.handler.dataimport |
errCode
int errCode
debugged
boolean debugged
Package org.apache.solr.internal.csv |
delimiter
char delimiter
encapsulator
char encapsulator
commentStart
char commentStart
escape
char escape
ignoreLeadingWhitespaces
boolean ignoreLeadingWhitespaces
ignoreTrailingWhitespaces
boolean ignoreTrailingWhitespaces
interpretUnicodeEscapes
boolean interpretUnicodeEscapes
ignoreEmptyLines
boolean ignoreEmptyLines
printerNewline
String printerNewline
Package org.apache.solr.request |
Package org.apache.solr.schema |
field
String field
Class org.apache.solr.schema.SpatialDistanceQuery.SpatialWeight extends Weight implements Serializable |
searcher
Searcher searcher
queryNorm
float queryNorm
queryWeight
float queryWeight
latContext
Map<K,V> latContext
lonContext
Map<K,V> lonContext
Package org.apache.solr.search |
prefix
Term prefix
cost
int cost
cache
boolean cache
cacheSep
boolean cacheSep
Class org.apache.solr.search.LRUCache$1 extends Object implements Serializable |
missingValueProxy
String missingValueProxy
prefix
Term prefix
cache
boolean cache
cost
int cost
similarity
Similarity similarity
queryNorm
float queryNorm
queryWeight
float queryWeight
context
Map<K,V> context
term
Term term
q
Query q
Package org.apache.solr.search.function |
q
Query q
boostVal
ValueSource boostVal
parser
FieldCache.ByteParser parser
constant
float constant
dv
double dv
constant
double constant
fv
float fv
lv
long lv
parser
FieldCache.DoubleParser parser
a
ValueSource a
b
ValueSource b
field
String field
cache
FieldCache cache
field
SchemaField field
keyField
SchemaField keyField
defVal
float defVal
dataDir
String dataDir
parser
FieldCache.FloatParser parser
func
ValueSource func
searcher
Searcher searcher
queryNorm
float queryNorm
queryWeight
float queryWeight
context
Map<K,V> context
parser
FieldCache.IntParser parser
source
ValueSource source
slope
float slope
intercept
float intercept
string
String string
parser
FieldCache.LongParser parser
sources
ValueSource[] sources
field
String field
q
Query q
defVal
float defVal
source
ValueSource source
min
float min
max
float max
target
float target
defaultVal
Float defaultVal
source
ValueSource source
m
float m
a
float a
b
float b
field
String field
source
ValueSource source
min
float min
max
float max
parser
FieldCache.ShortParser parser
source
ValueSource source
vs
ValueSource vs
valueSource
ValueSource valueSource
lowerVal
String lowerVal
upperVal
String upperVal
includeLower
boolean includeLower
includeUpper
boolean includeUpper
sources
List<E> sources
Package org.apache.solr.search.function.distance |
lat
ValueSource lat
lon
ValueSource lon
geoHash1
ValueSource geoHash1
geoHash2
ValueSource geoHash2
radius
double radius
latCenter
double latCenter
lonCenter
double lonCenter
p2
VectorValueSource p2
latSource
ValueSource latSource
lonSource
ValueSource lonSource
latCenterRad_cos
double latCenterRad_cos
p1
MultiValueSource p1
p2
MultiValueSource p2
convertToRadians
boolean convertToRadians
radius
double radius
name
String name
str1
ValueSource str1
str2
ValueSource str2
dist
StringDistance dist
source1
MultiValueSource source1
source2
MultiValueSource source2
power
float power
oneOverPower
float oneOverPower
Package org.apache.solr.servlet |
log
Logger log
log
org.slf4j.Logger log
- Deprecated.
hasMulticore
boolean hasMulticore
- Deprecated.
log
org.slf4j.Logger log
- Deprecated.
legacyUpdateHandler
XmlUpdateRequestHandler legacyUpdateHandler
- Deprecated.
xmlResponseWriter
XMLResponseWriter xmlResponseWriter
- Deprecated.
hasMulticore
boolean hasMulticore
- Deprecated.
Package org.apache.solr.uima.processor.exception |
Package org.apache.solr.util |
maxSize
int maxSize