Serialized Form
Package org.apache.noggit |
Package org.apache.solr.client.solrj |
method
SolrRequest.METHOD method
path
String path
responseParser
ResponseParser responseParser
callback
StreamingResponseCallback callback
serialVersionUID: 1L
binder
DocumentObjectBinder binder
serialVersionUID: -3371703521752000294L
Package org.apache.solr.client.solrj.beans |
Package org.apache.solr.client.solrj.embedded |
coreContainer
CoreContainer coreContainer
coreName
String coreName
_parser
SolrRequestParsers _parser
Package org.apache.solr.client.solrj.impl |
zkStateReader
ZkStateReader zkStateReader
zkHost
String zkHost
zkConnectTimeout
int zkConnectTimeout
zkClientTimeout
int zkClientTimeout
defaultCollection
String defaultCollection
lbServer
LBHttpSolrServer lbServer
myClient
org.apache.http.client.HttpClient myClient
rand
Random rand
serialVersionUID: 1L
server
HttpSolrServer server
queue
BlockingQueue<E> queue
scheduler
ExecutorService scheduler
runners
Queue<E> runners
lock
CountDownLatch lock
threadCount
int threadCount
serialVersionUID: -946812319974801896L
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
maxRetries
int maxRetries
useMultiPartPost
boolean useMultiPartPost
internalClient
boolean internalClient
aliveServers
Map<K,V> aliveServers
zombieServers
Map<K,V> zombieServers
aliveServerList
org.apache.solr.client.solrj.impl.LBHttpSolrServer.ServerWrapper[] aliveServerList
aliveCheckExecutor
ScheduledExecutorService aliveCheckExecutor
httpClient
org.apache.http.client.HttpClient httpClient
clientIsInternal
boolean clientIsInternal
counter
AtomicInteger counter
interval
int interval
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
collection
String collection
numShards
Integer numShards
shardId
String shardId
roles
String roles
indexDirs
List<E> indexDirs
srcCores
List<E> srcCores
fileName
String fileName
deleteIndex
boolean deleteIndex
nodeName
String nodeName
coreNodeName
String coreNodeName
state
String state
checkLive
Boolean checkLive
pauseFor
Integer pauseFor
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
documents
List<E> documents
deleteById
Map<K,V> 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
Object min
max
Object max
sum
Object sum
count
Long count
missing
Long missing
mean
Object 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
_field
String _field
_value
Object _value
_count
int _count
_pivot
List<E> _pivot
_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
_facetPivot
NamedList<T> _facetPivot
_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
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.cloud |
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
Package org.apache.solr.core |
server
MBeanServer server
jmxRootName
String jmxRootName
coreHashCode
String coreHashCode
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.servlet |
destination
String destination
code
int code
Package org.apache.solr.uima.processor.exception |
Package org.apache.solr.util |
maxSize
int maxSize
Package org.apache.zookeeper |
Class org.apache.zookeeper.KeeperException extends Exception implements Serializable |
code
org.apache.zookeeper.KeeperException.Code code
path
String path
Class org.apache.zookeeper.KeeperException.APIErrorException extends org.apache.zookeeper.KeeperException implements Serializable |
Class org.apache.zookeeper.KeeperException.AuthFailedException extends org.apache.zookeeper.KeeperException implements Serializable |
Class org.apache.zookeeper.KeeperException.BadArgumentsException extends org.apache.zookeeper.KeeperException implements Serializable |
Class org.apache.zookeeper.KeeperException.BadVersionException extends org.apache.zookeeper.KeeperException implements Serializable |
Class org.apache.zookeeper.KeeperException.ConnectionLossException extends org.apache.zookeeper.KeeperException implements Serializable |
Class org.apache.zookeeper.KeeperException.DataInconsistencyException extends org.apache.zookeeper.KeeperException implements Serializable |
Class org.apache.zookeeper.KeeperException.InvalidACLException extends org.apache.zookeeper.KeeperException implements Serializable |
Class org.apache.zookeeper.KeeperException.InvalidCallbackException extends org.apache.zookeeper.KeeperException implements Serializable |
Class org.apache.zookeeper.KeeperException.MarshallingErrorException extends org.apache.zookeeper.KeeperException implements Serializable |
Class org.apache.zookeeper.KeeperException.NoAuthException extends org.apache.zookeeper.KeeperException implements Serializable |
Class org.apache.zookeeper.KeeperException.NoChildrenForEphemeralsException extends org.apache.zookeeper.KeeperException implements Serializable |
Class org.apache.zookeeper.KeeperException.NodeExistsException extends org.apache.zookeeper.KeeperException implements Serializable |
Class org.apache.zookeeper.KeeperException.NoNodeException extends org.apache.zookeeper.KeeperException implements Serializable |
Class org.apache.zookeeper.KeeperException.NotEmptyException extends org.apache.zookeeper.KeeperException implements Serializable |
Class org.apache.zookeeper.KeeperException.OperationTimeoutException extends org.apache.zookeeper.KeeperException implements Serializable |
Class org.apache.zookeeper.KeeperException.RuntimeInconsistencyException extends org.apache.zookeeper.KeeperException implements Serializable |
Class org.apache.zookeeper.KeeperException.SessionExpiredException extends org.apache.zookeeper.KeeperException implements Serializable |
Class org.apache.zookeeper.KeeperException.SessionMovedException extends org.apache.zookeeper.KeeperException implements Serializable |
Class org.apache.zookeeper.KeeperException.SystemErrorException extends org.apache.zookeeper.KeeperException implements Serializable |
Class org.apache.zookeeper.KeeperException.UnimplementedException extends org.apache.zookeeper.KeeperException implements Serializable |
Copyright © 2000-2012 Apache Software Foundation. All Rights Reserved.