Serialized Form
Package org.apache.solr.client.solrj |
method
SolrRequest.METHOD method
path
String path
responseParser
ResponseParser responseParser
binder
DocumentObjectBinder binder
serialVersionUID: -3371703521752000294L
Package org.apache.solr.client.solrj.embedded |
coreContainer
org.apache.solr.core.CoreContainer coreContainer
coreName
String coreName
_parser
org.apache.solr.servlet.SolrRequestParsers _parser
Package org.apache.solr.client.solrj.impl |
_baseURL
String _baseURL
- The URL of the Solr server.
_invariantParams
org.apache.solr.common.params.ModifiableSolrParams _invariantParams
_parser
ResponseParser _parser
_httpClient
org.apache.commons.httpclient.HttpClient _httpClient
_followRedirects
boolean _followRedirects
_allowCompression
boolean _allowCompression
_maxRetries
int _maxRetries
useMultiPartPost
boolean useMultiPartPost
- 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.
Package org.apache.solr.client.solrj.request |
core
String core
other
String other
action
org.apache.solr.common.params.CoreAdminParams.CoreAdminAction action
instanceDir
String instanceDir
configName
String configName
schemaName
String schemaName
fileName
String fileName
xml
String xml
fields
List<E> fields
numTerms
int numTerms
showSchema
boolean showSchema
query
org.apache.solr.common.params.SolrParams query
params
org.apache.solr.common.params.ModifiableSolrParams params
documents
List<E> documents
deleteById
List<E> deleteById
deleteQuery
List<E> deleteQuery
params
org.apache.solr.common.params.ModifiableSolrParams params
Package org.apache.solr.client.solrj.response |
_name
String _name
_values
List<E> _values
_gap
String _gap
_end
Date _end
_name
String _name
_count
long _count
_ff
FacetField _ff
indexInfo
org.apache.solr.common.util.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
org.apache.solr.common.util.NamedList<T> topTerms
name
String name
className
String className
tokenized
boolean tokenized
analyzer
String analyzer
fields
List<E> fields
_header
org.apache.solr.common.util.NamedList<T> _header
_results
org.apache.solr.common.SolrDocumentList _results
_sortvalues
org.apache.solr.common.util.NamedList<T> _sortvalues
_facetInfo
org.apache.solr.common.util.NamedList<T> _facetInfo
_debugInfo
org.apache.solr.common.util.NamedList<T> _debugInfo
_highlightingInfo
org.apache.solr.common.util.NamedList<T> _highlightingInfo
_spellInfo
org.apache.solr.common.util.NamedList<T> _spellInfo
_facetQuery
Map<K,V> _facetQuery
_facetFields
List<E> _facetFields
_limitingFacets
List<E> _limitingFacets
_facetDates
List<E> _facetDates
_highlighting
Map<K,V> _highlighting
_spellResponse
SpellCheckResponse _spellResponse
_debugMap
Map<K,V> _debugMap
_explainMap
Map<K,V> _explainMap
elapsedTime
long elapsedTime
response
org.apache.solr.common.util.NamedList<T> response
requestUrl
String requestUrl
Copyright © 2008 Apache Software Foundation. All Rights Reserved.