A B C D E F G I J L M O P Q R S T U V W X _

A

action - Variable in class org.apache.solr.client.solrj.request.CoreAdminRequest
 
add(SolrInputDocument) - Method in class org.apache.solr.client.solrj.request.UpdateRequest
 
add(Collection<SolrInputDocument>) - Method in class org.apache.solr.client.solrj.request.UpdateRequest
 
add(String, long) - Method in class org.apache.solr.client.solrj.response.FacetField
Insert at the end of the list
add(Collection<SolrInputDocument>) - Method in class org.apache.solr.client.solrj.SolrServer
 
add(SolrInputDocument) - Method in class org.apache.solr.client.solrj.SolrServer
 
addBean(Object) - Method in class org.apache.solr.client.solrj.SolrServer
 
addBeans(Collection<?>) - Method in class org.apache.solr.client.solrj.SolrServer
 
addFacetField(String...) - Method in class org.apache.solr.client.solrj.SolrQuery
add a field for facet computation
addFacetQuery(String) - Method in class org.apache.solr.client.solrj.SolrQuery
add a faceting query
addField(String) - Method in class org.apache.solr.client.solrj.request.LukeRequest
 
addField(String) - Method in class org.apache.solr.client.solrj.SolrQuery
 
addFilterQuery(String...) - Method in class org.apache.solr.client.solrj.SolrQuery
 
addHighlightField(String) - Method in class org.apache.solr.client.solrj.SolrQuery
add highlight field
addSortField(String, SolrQuery.ORDER) - Method in class org.apache.solr.client.solrj.SolrQuery
 
AGENT - Static variable in class org.apache.solr.client.solrj.impl.CommonsHttpSolrServer
 
aliasCore(String, String, SolrServer) - Static method in class org.apache.solr.client.solrj.request.CoreAdminRequest
 

B

BinaryResponseParser - Class in org.apache.solr.client.solrj.impl
 
BinaryResponseParser() - Constructor for class org.apache.solr.client.solrj.impl.BinaryResponseParser
 

C

clear() - Method in class org.apache.solr.client.solrj.request.UpdateRequest
clear the pending documents and delete commands
ClientUtils - Class in org.apache.solr.client.solrj.util
TODO? should this go in common?
ClientUtils() - Constructor for class org.apache.solr.client.solrj.util.ClientUtils
 
commit() - Method in class org.apache.solr.client.solrj.SolrServer
waitFlush=true and waitSearcher=true to be inline with the defaults for plain HTTP access
commit(boolean, boolean) - Method in class org.apache.solr.client.solrj.SolrServer
 
CommonsHttpSolrServer - Class in org.apache.solr.client.solrj.impl
 
CommonsHttpSolrServer(String) - Constructor for class org.apache.solr.client.solrj.impl.CommonsHttpSolrServer
 
CommonsHttpSolrServer(String, HttpClient) - Constructor for class org.apache.solr.client.solrj.impl.CommonsHttpSolrServer
Talk to the Solr server via the given HttpClient.
CommonsHttpSolrServer(String, HttpClient, boolean) - Constructor for class org.apache.solr.client.solrj.impl.CommonsHttpSolrServer
 
CommonsHttpSolrServer(String, HttpClient, ResponseParser) - Constructor for class org.apache.solr.client.solrj.impl.CommonsHttpSolrServer
 
CommonsHttpSolrServer(URL) - Constructor for class org.apache.solr.client.solrj.impl.CommonsHttpSolrServer
 
CommonsHttpSolrServer(URL, HttpClient) - Constructor for class org.apache.solr.client.solrj.impl.CommonsHttpSolrServer
 
CommonsHttpSolrServer(URL, HttpClient, boolean) - Constructor for class org.apache.solr.client.solrj.impl.CommonsHttpSolrServer
 
CommonsHttpSolrServer(URL, HttpClient, ResponseParser, boolean) - Constructor for class org.apache.solr.client.solrj.impl.CommonsHttpSolrServer
 
configName - Variable in class org.apache.solr.client.solrj.request.CoreAdminRequest.Create
 
core - Variable in class org.apache.solr.client.solrj.request.CoreAdminRequest
 
CoreAdminRequest - Class in org.apache.solr.client.solrj.request
This class is experimental and subject to change.
CoreAdminRequest() - Constructor for class org.apache.solr.client.solrj.request.CoreAdminRequest
 
CoreAdminRequest(String) - Constructor for class org.apache.solr.client.solrj.request.CoreAdminRequest
 
CoreAdminRequest.Create - Class in org.apache.solr.client.solrj.request
 
CoreAdminRequest.Create() - Constructor for class org.apache.solr.client.solrj.request.CoreAdminRequest.Create
 
CoreAdminRequest.Persist - Class in org.apache.solr.client.solrj.request
 
CoreAdminRequest.Persist() - Constructor for class org.apache.solr.client.solrj.request.CoreAdminRequest.Persist
 
CoreAdminResponse - Class in org.apache.solr.client.solrj.response
 
CoreAdminResponse() - Constructor for class org.apache.solr.client.solrj.response.CoreAdminResponse
 
coreContainer - Variable in class org.apache.solr.client.solrj.embedded.EmbeddedSolrServer
 
coreName - Variable in class org.apache.solr.client.solrj.embedded.EmbeddedSolrServer
 
createCore(String, String, SolrServer) - Static method in class org.apache.solr.client.solrj.request.CoreAdminRequest
 

D

DEFAULT - Static variable in annotation type org.apache.solr.client.solrj.beans.Field
 
deleteById(String) - Method in class org.apache.solr.client.solrj.request.UpdateRequest
 
deleteById(String) - Method in class org.apache.solr.client.solrj.SolrServer
 
deleteByQuery(String) - Method in class org.apache.solr.client.solrj.request.UpdateRequest
 
deleteByQuery(String) - Method in class org.apache.solr.client.solrj.SolrServer
 
DirectXmlRequest - Class in org.apache.solr.client.solrj.request
Send arbitrary XML to a request handler
DirectXmlRequest(String, String) - Constructor for class org.apache.solr.client.solrj.request.DirectXmlRequest
 
DocumentObjectBinder - Class in org.apache.solr.client.solrj.beans
A class to map objects to and from solr documents.
DocumentObjectBinder() - Constructor for class org.apache.solr.client.solrj.beans.DocumentObjectBinder
 

E

EmbeddedSolrServer - Class in org.apache.solr.client.solrj.embedded
SolrServer that connects directly to SolrCore TODO -- this implementation sends the response to XML and then parses it.
EmbeddedSolrServer(SolrCore) - Constructor for class org.apache.solr.client.solrj.embedded.EmbeddedSolrServer
Deprecated.  
EmbeddedSolrServer(CoreContainer, String) - Constructor for class org.apache.solr.client.solrj.embedded.EmbeddedSolrServer
Creates a SolrServer.
escapeQueryChars(String) - Static method in class org.apache.solr.client.solrj.util.ClientUtils
See: http://lucene.apache.org/java/docs/queryparsersyntax.html#Escaping Special Characters

F

FacetField - Class in org.apache.solr.client.solrj.response
A utility class to hold the facet response.
FacetField(String) - Constructor for class org.apache.solr.client.solrj.response.FacetField
 
FacetField(String, String, Date) - Constructor for class org.apache.solr.client.solrj.response.FacetField
 
FacetField.Count - Class in org.apache.solr.client.solrj.response
 
FacetField.Count(FacetField, String, long) - Constructor for class org.apache.solr.client.solrj.response.FacetField.Count
 
Field - Annotation Type in org.apache.solr.client.solrj.beans
 
fileName - Variable in class org.apache.solr.client.solrj.request.CoreAdminRequest.Persist
 
fmts - Static variable in class org.apache.solr.client.solrj.util.ClientUtils
 

G

get(String) - Static method in enum org.apache.solr.client.solrj.impl.XMLResponseParser.KnownType
 
getAction() - Method in class org.apache.solr.client.solrj.request.UpdateRequest
 
getAnalyzer() - Method in class org.apache.solr.client.solrj.response.LukeResponse.FieldTypeInfo
 
getAsFilterQuery() - Method in class org.apache.solr.client.solrj.response.FacetField.Count
 
getBaseURL() - Method in class org.apache.solr.client.solrj.impl.CommonsHttpSolrServer
 
getBeans(Class<T>, SolrDocumentList) - Method in class org.apache.solr.client.solrj.beans.DocumentObjectBinder
 
getBeans(Class<T>) - Method in class org.apache.solr.client.solrj.response.QueryResponse
 
getBinder() - Method in class org.apache.solr.client.solrj.SolrServer
 
getClassName() - Method in class org.apache.solr.client.solrj.response.LukeResponse.FieldTypeInfo
 
getCollatedResult() - Method in class org.apache.solr.client.solrj.response.SpellCheckResponse
 
getConfigName() - Method in class org.apache.solr.client.solrj.request.CoreAdminRequest.Create
 
getContentStreams() - Method in class org.apache.solr.client.solrj.request.CoreAdminRequest
 
getContentStreams() - Method in class org.apache.solr.client.solrj.request.DirectXmlRequest
 
getContentStreams() - Method in class org.apache.solr.client.solrj.request.LukeRequest
 
getContentStreams() - Method in class org.apache.solr.client.solrj.request.QueryRequest
 
getContentStreams() - Method in class org.apache.solr.client.solrj.request.SolrPing
 
getContentStreams() - Method in class org.apache.solr.client.solrj.request.UpdateRequest
 
getContentStreams() - Method in class org.apache.solr.client.solrj.SolrRequest
 
getCopy() - Method in class org.apache.solr.client.solrj.SolrQuery
get a deep copy of this object *
getCoreStatus() - Method in class org.apache.solr.client.solrj.response.CoreAdminResponse
 
getCoreStatus(String) - Method in class org.apache.solr.client.solrj.response.CoreAdminResponse
 
getCount() - Method in class org.apache.solr.client.solrj.response.FacetField.Count
 
getDebugMap() - Method in class org.apache.solr.client.solrj.response.QueryResponse
 
getDistinct() - Method in class org.apache.solr.client.solrj.response.LukeResponse.FieldInfo
 
getDocs() - Method in class org.apache.solr.client.solrj.response.LukeResponse.FieldInfo
 
getElapsedTime() - Method in class org.apache.solr.client.solrj.response.SolrResponseBase
 
getElapsedTime() - Method in class org.apache.solr.client.solrj.SolrResponse
 
getEnd() - Method in class org.apache.solr.client.solrj.response.FacetField
Date End Facet parameter
getEndOffset() - Method in class org.apache.solr.client.solrj.response.SpellCheckResponse.Suggestion
 
getExplainMap() - Method in class org.apache.solr.client.solrj.response.QueryResponse
 
getFacetDate(String) - Method in class org.apache.solr.client.solrj.response.QueryResponse
 
getFacetDates() - Method in class org.apache.solr.client.solrj.response.QueryResponse
 
getFacetField() - Method in class org.apache.solr.client.solrj.response.FacetField.Count
 
getFacetField(String) - Method in class org.apache.solr.client.solrj.response.QueryResponse
get
getFacetFields() - Method in class org.apache.solr.client.solrj.response.QueryResponse
 
getFacetFields() - Method in class org.apache.solr.client.solrj.SolrQuery
get the facet fields
getFacetLimit() - Method in class org.apache.solr.client.solrj.SolrQuery
get current facet limit
getFacetMinCount() - Method in class org.apache.solr.client.solrj.SolrQuery
get facet minimum count
getFacetQuery() - Method in class org.apache.solr.client.solrj.response.QueryResponse
 
getFacetQuery() - Method in class org.apache.solr.client.solrj.SolrQuery
get facet queries
getFacetSort() - Method in class org.apache.solr.client.solrj.SolrQuery
get facet sort
getFieldInfo() - Method in class org.apache.solr.client.solrj.response.LukeResponse
 
getFieldInfo(String) - Method in class org.apache.solr.client.solrj.response.LukeResponse
 
getFields() - Method in class org.apache.solr.client.solrj.response.LukeResponse.FieldTypeInfo
 
getFields() - Method in class org.apache.solr.client.solrj.SolrQuery
 
getFieldTypeInfo() - Method in class org.apache.solr.client.solrj.response.LukeResponse
 
getFieldTypeInfo(String) - Method in class org.apache.solr.client.solrj.response.LukeResponse
 
getFileName() - Method in class org.apache.solr.client.solrj.request.CoreAdminRequest.Persist
 
getFilterQueries() - Method in class org.apache.solr.client.solrj.SolrQuery
 
getFirstSuggestion(String) - Method in class org.apache.solr.client.solrj.response.SpellCheckResponse
 
getFlags() - Method in class org.apache.solr.client.solrj.response.LukeResponse.FieldInfo
 
getGap() - Method in class org.apache.solr.client.solrj.response.FacetField
Date Gap Facet parameter
getHeader() - Method in class org.apache.solr.client.solrj.response.QueryResponse
 
getHighlight() - Method in class org.apache.solr.client.solrj.SolrQuery
 
getHighlightFields() - Method in class org.apache.solr.client.solrj.SolrQuery
get list of hl fields
getHighlightFragsize() - Method in class org.apache.solr.client.solrj.SolrQuery
 
getHighlighting() - Method in class org.apache.solr.client.solrj.response.QueryResponse
 
getHighlightSimplePost() - Method in class org.apache.solr.client.solrj.SolrQuery
 
getHighlightSimplePre() - Method in class org.apache.solr.client.solrj.SolrQuery
 
getHighlightSnippets() - Method in class org.apache.solr.client.solrj.SolrQuery
 
getHttpClient() - Method in class org.apache.solr.client.solrj.impl.CommonsHttpSolrServer
 
getIndexDirectory() - Method in class org.apache.solr.client.solrj.response.LukeResponse
 
getIndexInfo() - Method in class org.apache.solr.client.solrj.response.LukeResponse
 
getInstanceDir() - Method in class org.apache.solr.client.solrj.request.CoreAdminRequest.Create
 
getInvariantParams() - Method in class org.apache.solr.client.solrj.impl.CommonsHttpSolrServer
Parameters are added to ever request regardless.
getLimitingFacets() - Method in class org.apache.solr.client.solrj.response.QueryResponse
 
getLimitingFields(long) - Method in class org.apache.solr.client.solrj.response.FacetField
 
getLocalPort() - Method in class org.apache.solr.client.solrj.embedded.JettySolrRunner
Returns the Local Port of the first Connector found for the jetty Server.
getMaxDoc() - Method in class org.apache.solr.client.solrj.response.LukeResponse
 
getMethod() - Method in class org.apache.solr.client.solrj.SolrRequest
 
getName() - Method in class org.apache.solr.client.solrj.response.FacetField.Count
 
getName() - Method in class org.apache.solr.client.solrj.response.FacetField
 
getName() - Method in class org.apache.solr.client.solrj.response.LukeResponse.FieldInfo
 
getName() - Method in class org.apache.solr.client.solrj.response.LukeResponse.FieldTypeInfo
 
getNumDocs() - Method in class org.apache.solr.client.solrj.response.LukeResponse
 
getNumFound() - Method in class org.apache.solr.client.solrj.response.SpellCheckResponse.Suggestion
 
getNumTerms() - Method in class org.apache.solr.client.solrj.request.LukeRequest
 
getNumTerms() - Method in class org.apache.solr.client.solrj.response.LukeResponse
 
getOriginalFrequency() - Method in class org.apache.solr.client.solrj.response.SpellCheckResponse.Suggestion
 
getParams() - Method in class org.apache.solr.client.solrj.request.CoreAdminRequest.Create
 
getParams() - Method in class org.apache.solr.client.solrj.request.CoreAdminRequest
 
getParams() - Method in class org.apache.solr.client.solrj.request.CoreAdminRequest.Persist
 
getParams() - Method in class org.apache.solr.client.solrj.request.DirectXmlRequest
 
getParams() - Method in class org.apache.solr.client.solrj.request.LukeRequest
 
getParams() - Method in class org.apache.solr.client.solrj.request.QueryRequest
 
getParams() - Method in class org.apache.solr.client.solrj.request.SolrPing
 
getParams() - Method in class org.apache.solr.client.solrj.request.UpdateRequest
 
getParams() - Method in class org.apache.solr.client.solrj.SolrRequest
 
getParsedResponse(SolrQueryRequest, SolrQueryResponse) - Method in class org.apache.solr.client.solrj.embedded.EmbeddedSolrServer
TODO -- in the future, this could perhaps transform the NamedList without serializing it then parsing it from the serialized form.
getParser() - Method in class org.apache.solr.client.solrj.impl.CommonsHttpSolrServer
 
getPath() - Method in class org.apache.solr.client.solrj.request.QueryRequest
Use the params 'QT' parameter if it exists
getPath() - Method in class org.apache.solr.client.solrj.SolrRequest
 
getQTime() - Method in class org.apache.solr.client.solrj.response.SolrResponseBase
 
getQuery() - Method in class org.apache.solr.client.solrj.SolrQuery
 
getQueryType() - Method in class org.apache.solr.client.solrj.SolrQuery
 
getRequestUrl() - Method in class org.apache.solr.client.solrj.response.SolrResponseBase
 
getResponse() - Method in class org.apache.solr.client.solrj.response.SolrResponseBase
 
getResponse() - Method in class org.apache.solr.client.solrj.SolrResponse
 
getResponseHeader() - Method in class org.apache.solr.client.solrj.response.SolrResponseBase
 
getResponseParser() - Method in class org.apache.solr.client.solrj.SolrRequest
 
getResults() - Method in class org.apache.solr.client.solrj.response.QueryResponse
 
getRootCause() - Method in exception org.apache.solr.client.solrj.SolrServerException
 
getRows() - Method in class org.apache.solr.client.solrj.SolrQuery
 
getSchema() - Method in class org.apache.solr.client.solrj.response.LukeResponse.FieldInfo
 
getSchemaName() - Method in class org.apache.solr.client.solrj.request.CoreAdminRequest.Create
 
getSortField() - Method in class org.apache.solr.client.solrj.SolrQuery
 
getSortFields() - Method in class org.apache.solr.client.solrj.SolrQuery
 
getSortValues() - Method in class org.apache.solr.client.solrj.response.QueryResponse
 
getSpellCheckResponse() - Method in class org.apache.solr.client.solrj.response.QueryResponse
 
getStart() - Method in class org.apache.solr.client.solrj.SolrQuery
 
getStartOffset() - Method in class org.apache.solr.client.solrj.response.SpellCheckResponse.Suggestion
 
getStartTime(String) - Method in class org.apache.solr.client.solrj.response.CoreAdminResponse
 
getStatus(String, SolrServer) - Static method in class org.apache.solr.client.solrj.request.CoreAdminRequest
 
getStatus() - Method in class org.apache.solr.client.solrj.response.SolrResponseBase
 
getSuggestion(String) - Method in class org.apache.solr.client.solrj.response.SpellCheckResponse
 
getSuggestionFrequencies() - Method in class org.apache.solr.client.solrj.response.SpellCheckResponse.Suggestion
 
getSuggestionMap() - Method in class org.apache.solr.client.solrj.response.SpellCheckResponse
 
getSuggestions() - Method in class org.apache.solr.client.solrj.response.SpellCheckResponse
 
getSuggestions() - Method in class org.apache.solr.client.solrj.response.SpellCheckResponse.Suggestion
 
getThreadLocalDateFormat() - Static method in class org.apache.solr.client.solrj.util.ClientUtils
Returns a formatter that can be use by the current thread if needed to convert Date objects to the Internal representation.
getTimeAllowed() - Method in class org.apache.solr.client.solrj.SolrQuery
Get the maximum time allowed for this query.
getToken() - Method in class org.apache.solr.client.solrj.response.SpellCheckResponse.Suggestion
 
getTopTerms() - Method in class org.apache.solr.client.solrj.response.LukeResponse.FieldInfo
 
getType() - Method in class org.apache.solr.client.solrj.response.LukeResponse.FieldInfo
 
getUptime(String) - Method in class org.apache.solr.client.solrj.response.CoreAdminResponse
 
getValueCount() - Method in class org.apache.solr.client.solrj.response.FacetField
 
getValues() - Method in class org.apache.solr.client.solrj.response.FacetField
 
getVersion() - Method in class org.apache.solr.client.solrj.ResponseParser
 
getWriterType() - Method in class org.apache.solr.client.solrj.impl.BinaryResponseParser
 
getWriterType() - Method in class org.apache.solr.client.solrj.impl.XMLResponseParser
 
getWriterType() - Method in class org.apache.solr.client.solrj.ResponseParser
 
getXML() - Method in class org.apache.solr.client.solrj.request.UpdateRequest
 

I

insert(String, long) - Method in class org.apache.solr.client.solrj.response.FacetField
Insert at the beginning of the list.
instanceDir - Variable in class org.apache.solr.client.solrj.request.CoreAdminRequest.Create
 
isCacheableFaceting() - Method in class org.apache.solr.client.solrj.response.LukeResponse.FieldInfo
 
isCorrectlySpelled() - Method in class org.apache.solr.client.solrj.response.SpellCheckResponse
 
isShowSchema() - Method in class org.apache.solr.client.solrj.request.LukeRequest
 
isTokenized() - Method in class org.apache.solr.client.solrj.response.LukeResponse.FieldTypeInfo
 
isWaitFlush() - Method in class org.apache.solr.client.solrj.request.UpdateRequest
 
isWaitSearcher() - Method in class org.apache.solr.client.solrj.request.UpdateRequest
 

J

JettySolrRunner - Class in org.apache.solr.client.solrj.embedded
Run solr using jetty
JettySolrRunner(String, int) - Constructor for class org.apache.solr.client.solrj.embedded.JettySolrRunner
 
JettySolrRunner(String, int, String) - Constructor for class org.apache.solr.client.solrj.embedded.JettySolrRunner
 
JettySolrRunner.Servlet404 - Class in org.apache.solr.client.solrj.embedded
This is a stupid hack to give jetty something to attach to
JettySolrRunner.Servlet404() - Constructor for class org.apache.solr.client.solrj.embedded.JettySolrRunner.Servlet404
 

L

log - Static variable in class org.apache.solr.client.solrj.impl.XMLResponseParser
 
LukeRequest - Class in org.apache.solr.client.solrj.request
 
LukeRequest() - Constructor for class org.apache.solr.client.solrj.request.LukeRequest
 
LukeRequest(String) - Constructor for class org.apache.solr.client.solrj.request.LukeRequest
 
LukeResponse - Class in org.apache.solr.client.solrj.response
This is an incomplete representation of the data returned from Luke
LukeResponse() - Constructor for class org.apache.solr.client.solrj.response.LukeResponse
 
LukeResponse.FieldInfo - Class in org.apache.solr.client.solrj.response
 
LukeResponse.FieldInfo(String) - Constructor for class org.apache.solr.client.solrj.response.LukeResponse.FieldInfo
 
LukeResponse.FieldTypeInfo - Class in org.apache.solr.client.solrj.response
 
LukeResponse.FieldTypeInfo(String) - Constructor for class org.apache.solr.client.solrj.response.LukeResponse.FieldTypeInfo
 

M

main(String[]) - Static method in class org.apache.solr.client.solrj.embedded.JettySolrRunner
A main class that starts jetty+solr This is useful for debugging

O

optimize() - Method in class org.apache.solr.client.solrj.SolrServer
waitFlush=true and waitSearcher=true to be inline with the defaults for plain HTTP access
optimize(boolean, boolean) - Method in class org.apache.solr.client.solrj.SolrServer
 
optimize(boolean, boolean, int) - Method in class org.apache.solr.client.solrj.SolrServer
 
org.apache.solr.client.solrj - package org.apache.solr.client.solrj
 
org.apache.solr.client.solrj.beans - package org.apache.solr.client.solrj.beans
 
org.apache.solr.client.solrj.embedded - package org.apache.solr.client.solrj.embedded
 
org.apache.solr.client.solrj.impl - package org.apache.solr.client.solrj.impl
 
org.apache.solr.client.solrj.request - package org.apache.solr.client.solrj.request
 
org.apache.solr.client.solrj.response - package org.apache.solr.client.solrj.response
 
org.apache.solr.client.solrj.util - package org.apache.solr.client.solrj.util
 
other - Variable in class org.apache.solr.client.solrj.request.CoreAdminRequest
 

P

parseDate(String) - Static method in class org.apache.solr.client.solrj.util.ClientUtils
Returns a formatter that can be use by the current thread if needed to convert Date objects to the Internal representation.
parseFlags(String) - Static method in class org.apache.solr.client.solrj.response.LukeResponse.FieldInfo
 
persist(String, SolrServer) - Static method in class org.apache.solr.client.solrj.request.CoreAdminRequest
 
ping() - Method in class org.apache.solr.client.solrj.SolrServer
 
process(SolrServer) - Method in class org.apache.solr.client.solrj.request.CoreAdminRequest
 
process(SolrServer) - Method in class org.apache.solr.client.solrj.request.DirectXmlRequest
 
process(SolrServer) - Method in class org.apache.solr.client.solrj.request.LukeRequest
 
process(SolrServer) - Method in class org.apache.solr.client.solrj.request.QueryRequest
 
process(SolrServer) - Method in class org.apache.solr.client.solrj.request.SolrPing
 
process(SolrServer) - Method in class org.apache.solr.client.solrj.request.UpdateRequest
 
process(SolrServer) - Method in class org.apache.solr.client.solrj.SolrRequest
 
processResponse(InputStream, String) - Method in class org.apache.solr.client.solrj.impl.BinaryResponseParser
 
processResponse(Reader) - Method in class org.apache.solr.client.solrj.impl.BinaryResponseParser
 
processResponse(Reader) - Method in class org.apache.solr.client.solrj.impl.XMLResponseParser
 
processResponse(InputStream, String) - Method in class org.apache.solr.client.solrj.impl.XMLResponseParser
 
processResponse(InputStream, String) - Method in class org.apache.solr.client.solrj.ResponseParser
 
processResponse(Reader) - Method in class org.apache.solr.client.solrj.ResponseParser
 

Q

query(SolrParams) - Method in class org.apache.solr.client.solrj.SolrServer
 
query(SolrParams, SolrRequest.METHOD) - Method in class org.apache.solr.client.solrj.SolrServer
 
QueryRequest - Class in org.apache.solr.client.solrj.request
 
QueryRequest() - Constructor for class org.apache.solr.client.solrj.request.QueryRequest
 
QueryRequest(SolrParams) - Constructor for class org.apache.solr.client.solrj.request.QueryRequest
 
QueryRequest(SolrParams, SolrRequest.METHOD) - Constructor for class org.apache.solr.client.solrj.request.QueryRequest
 
QueryResponse - Class in org.apache.solr.client.solrj.response
 
QueryResponse() - Constructor for class org.apache.solr.client.solrj.response.QueryResponse
 
QueryResponse(NamedList<Object>, SolrServer) - Constructor for class org.apache.solr.client.solrj.response.QueryResponse
Utility constructor to set the solrServer and namedList

R

read(String) - Method in enum org.apache.solr.client.solrj.impl.XMLResponseParser.KnownType
 
read(NamedList<Object>) - Method in class org.apache.solr.client.solrj.response.LukeResponse.FieldInfo
 
read(NamedList<Object>) - Method in class org.apache.solr.client.solrj.response.LukeResponse.FieldTypeInfo
 
readArray(XMLStreamReader) - Method in class org.apache.solr.client.solrj.impl.XMLResponseParser
 
readDocument(XMLStreamReader) - Method in class org.apache.solr.client.solrj.impl.XMLResponseParser
 
readDocuments(XMLStreamReader) - Method in class org.apache.solr.client.solrj.impl.XMLResponseParser
 
readNamedList(XMLStreamReader) - Method in class org.apache.solr.client.solrj.impl.XMLResponseParser
 
reloadCore(String, SolrServer) - Static method in class org.apache.solr.client.solrj.request.CoreAdminRequest
 
removeFacetField(String) - Method in class org.apache.solr.client.solrj.SolrQuery
remove a facet field
removeFacetQuery(String) - Method in class org.apache.solr.client.solrj.SolrQuery
remove a facet query
removeFacets() - Method in class org.apache.solr.client.solrj.response.QueryResponse
Remove the field facet info
removeFilterQuery(String) - Method in class org.apache.solr.client.solrj.SolrQuery
 
removeHighlightField(String) - Method in class org.apache.solr.client.solrj.SolrQuery
remove a field for highlighting
removeSortField(String, SolrQuery.ORDER) - Method in class org.apache.solr.client.solrj.SolrQuery
 
renameCore(String, String, SolrServer) - Static method in class org.apache.solr.client.solrj.request.CoreAdminRequest
 
request(SolrRequest) - Method in class org.apache.solr.client.solrj.embedded.EmbeddedSolrServer
 
request(SolrRequest) - Method in class org.apache.solr.client.solrj.impl.CommonsHttpSolrServer
Process the request.
request(SolrRequest, ResponseParser) - Method in class org.apache.solr.client.solrj.impl.CommonsHttpSolrServer
 
request(SolrRequest) - Method in class org.apache.solr.client.solrj.SolrServer
SolrServer implementations need to implement a how a request is actually processed
ResponseParser - Class in org.apache.solr.client.solrj
 
ResponseParser() - Constructor for class org.apache.solr.client.solrj.ResponseParser
 
reverse() - Method in enum org.apache.solr.client.solrj.SolrQuery.ORDER
 

S

schemaName - Variable in class org.apache.solr.client.solrj.request.CoreAdminRequest.Create
 
service(HttpServletRequest, HttpServletResponse) - Method in class org.apache.solr.client.solrj.embedded.JettySolrRunner.Servlet404
 
setAction(CoreAdminParams.CoreAdminAction) - Method in class org.apache.solr.client.solrj.request.CoreAdminRequest
 
setAction(UpdateRequest.ACTION, boolean, boolean) - Method in class org.apache.solr.client.solrj.request.UpdateRequest
Sets appropriate parameters for the given ACTION
setAction(UpdateRequest.ACTION, boolean, boolean, int) - Method in class org.apache.solr.client.solrj.request.UpdateRequest
 
setAllowCompression(boolean) - Method in class org.apache.solr.client.solrj.impl.CommonsHttpSolrServer
set allowCompression.
setBaseURL(String) - Method in class org.apache.solr.client.solrj.impl.CommonsHttpSolrServer
 
setConfigName(String) - Method in class org.apache.solr.client.solrj.request.CoreAdminRequest.Create
 
setConnectionManagerTimeout(int) - Method in class org.apache.solr.client.solrj.impl.CommonsHttpSolrServer
set connectionManagerTimeout on the HttpClient.
setConnectionTimeout(int) - Method in class org.apache.solr.client.solrj.impl.CommonsHttpSolrServer
set connectionTimeout on the underlying HttpConnectionManager
setCoreName(String) - Method in class org.apache.solr.client.solrj.request.CoreAdminRequest
 
setCount(long) - Method in class org.apache.solr.client.solrj.response.FacetField.Count
 
setDefaultMaxConnectionsPerHost(int) - Method in class org.apache.solr.client.solrj.impl.CommonsHttpSolrServer
set maxConnectionsPerHost on the underlying HttpConnectionManager
setElapsedTime(long) - Method in class org.apache.solr.client.solrj.response.SolrResponseBase
 
setFacet(boolean) - Method in class org.apache.solr.client.solrj.SolrQuery
enable/disable faceting.
setFacetLimit(int) - Method in class org.apache.solr.client.solrj.SolrQuery
se the facet limit
setFacetMinCount(int) - Method in class org.apache.solr.client.solrj.SolrQuery
set facet minimum count
setFacetPrefix(String) - Method in class org.apache.solr.client.solrj.SolrQuery
 
setFacetPrefix(String, String) - Method in class org.apache.solr.client.solrj.SolrQuery
 
setFacetSort(Boolean) - Method in class org.apache.solr.client.solrj.SolrQuery
set facet sort
setFields(List<String>) - Method in class org.apache.solr.client.solrj.request.LukeRequest
 
setFields(String...) - Method in class org.apache.solr.client.solrj.SolrQuery
 
setFileName(String) - Method in class org.apache.solr.client.solrj.request.CoreAdminRequest.Persist
 
setFilterQueries(String...) - Method in class org.apache.solr.client.solrj.SolrQuery
 
setFollowRedirects(boolean) - Method in class org.apache.solr.client.solrj.impl.CommonsHttpSolrServer
set followRedirects.
setHighlight(boolean) - Method in class org.apache.solr.client.solrj.SolrQuery
 
setHighlightFragsize(int) - Method in class org.apache.solr.client.solrj.SolrQuery
 
setHighlightRequireFieldMatch(boolean) - Method in class org.apache.solr.client.solrj.SolrQuery
 
setHighlightRequireFieldMatch() - Method in class org.apache.solr.client.solrj.SolrQuery
 
setHighlightSimplePost(String) - Method in class org.apache.solr.client.solrj.SolrQuery
 
setHighlightSimplePre(String) - Method in class org.apache.solr.client.solrj.SolrQuery
 
setHighlightSnippets(int) - Method in class org.apache.solr.client.solrj.SolrQuery
 
setIncludeScore(boolean) - Method in class org.apache.solr.client.solrj.SolrQuery
 
setInstanceDir(String) - Method in class org.apache.solr.client.solrj.request.CoreAdminRequest.Create
 
setMaxRetries(int) - Method in class org.apache.solr.client.solrj.impl.CommonsHttpSolrServer
set maximum number of retries to attempt in the event of transient errors.
setMaxTotalConnections(int) - Method in class org.apache.solr.client.solrj.impl.CommonsHttpSolrServer
set maxTotalConnection on the underlying HttpConnectionManager
setMethod(SolrRequest.METHOD) - Method in class org.apache.solr.client.solrj.SolrRequest
 
setMissing(String) - Method in class org.apache.solr.client.solrj.SolrQuery
 
setName(String) - Method in class org.apache.solr.client.solrj.response.FacetField.Count
 
setNumTerms(int) - Method in class org.apache.solr.client.solrj.request.LukeRequest
the number of terms to return for a given field.
setOtherCoreName(String) - Method in class org.apache.solr.client.solrj.request.CoreAdminRequest
 
setParam(String, String) - Method in class org.apache.solr.client.solrj.request.UpdateRequest
 
setParam(String, String...) - Method in class org.apache.solr.client.solrj.SolrQuery
 
setParam(String, boolean) - Method in class org.apache.solr.client.solrj.SolrQuery
 
setParams(ModifiableSolrParams) - Method in class org.apache.solr.client.solrj.request.UpdateRequest
Sets the parameters for this update request, overwriting any previous
setParser(ResponseParser) - Method in class org.apache.solr.client.solrj.impl.CommonsHttpSolrServer
Note: Setting this value is not thread-safe.
setPath(String) - Method in class org.apache.solr.client.solrj.SolrRequest
 
setQuery(String) - Method in class org.apache.solr.client.solrj.SolrQuery
 
setQueryType(String) - Method in class org.apache.solr.client.solrj.SolrQuery
 
setRequestUrl(String) - Method in class org.apache.solr.client.solrj.response.SolrResponseBase
 
setResponse(NamedList<Object>) - Method in class org.apache.solr.client.solrj.response.LukeResponse
 
setResponse(NamedList<Object>) - Method in class org.apache.solr.client.solrj.response.QueryResponse
 
setResponse(NamedList<Object>) - Method in class org.apache.solr.client.solrj.response.SolrResponseBase
 
setResponse(NamedList<Object>) - Method in class org.apache.solr.client.solrj.SolrResponse
 
setResponseParser(ResponseParser) - Method in class org.apache.solr.client.solrj.SolrRequest
Optionally specify how the Response should be parsed.
setRows(Integer) - Method in class org.apache.solr.client.solrj.SolrQuery
 
setSchemaName(String) - Method in class org.apache.solr.client.solrj.request.CoreAdminRequest.Create
 
setShowDebugInfo(boolean) - Method in class org.apache.solr.client.solrj.SolrQuery
 
setShowSchema(boolean) - Method in class org.apache.solr.client.solrj.request.LukeRequest
 
setSortField(String, SolrQuery.ORDER) - Method in class org.apache.solr.client.solrj.SolrQuery
 
setSoTimeout(int) - Method in class org.apache.solr.client.solrj.impl.CommonsHttpSolrServer
set soTimeout (read timeout) on the underlying HttpConnectionManager.
setStart(Integer) - Method in class org.apache.solr.client.solrj.SolrQuery
 
setTimeAllowed(Integer) - Method in class org.apache.solr.client.solrj.SolrQuery
Set the maximum time allowed for this query.
setWaitFlush(boolean) - Method in class org.apache.solr.client.solrj.request.UpdateRequest
 
setWaitSearcher(boolean) - Method in class org.apache.solr.client.solrj.request.UpdateRequest
 
SolrPing - Class in org.apache.solr.client.solrj.request
 
SolrPing() - Constructor for class org.apache.solr.client.solrj.request.SolrPing
 
SolrPingResponse - Class in org.apache.solr.client.solrj.response
 
SolrPingResponse() - Constructor for class org.apache.solr.client.solrj.response.SolrPingResponse
 
SolrQuery - Class in org.apache.solr.client.solrj
This is an augmented SolrParams with get/set/add fields for common fields used in the Standard and Dismax request handlers
SolrQuery() - Constructor for class org.apache.solr.client.solrj.SolrQuery
 
SolrQuery(String) - Constructor for class org.apache.solr.client.solrj.SolrQuery
Create a new SolrQuery
SolrQuery.ORDER - Enum in org.apache.solr.client.solrj
 
SolrRequest - Class in org.apache.solr.client.solrj
 
SolrRequest(SolrRequest.METHOD, String) - Constructor for class org.apache.solr.client.solrj.SolrRequest
 
SolrRequest.METHOD - Enum in org.apache.solr.client.solrj
 
SolrResponse - Class in org.apache.solr.client.solrj
 
SolrResponse() - Constructor for class org.apache.solr.client.solrj.SolrResponse
 
SolrResponseBase - Class in org.apache.solr.client.solrj.response
 
SolrResponseBase() - Constructor for class org.apache.solr.client.solrj.response.SolrResponseBase
 
SolrServer - Class in org.apache.solr.client.solrj
 
SolrServer() - Constructor for class org.apache.solr.client.solrj.SolrServer
 
SolrServerException - Exception in org.apache.solr.client.solrj
Exception to catch all types of communication / parsing issues associated with talking to SOLR
SolrServerException(String, Throwable) - Constructor for exception org.apache.solr.client.solrj.SolrServerException
 
SolrServerException(String) - Constructor for exception org.apache.solr.client.solrj.SolrServerException
 
SolrServerException(Throwable) - Constructor for exception org.apache.solr.client.solrj.SolrServerException
 
SpellCheckResponse - Class in org.apache.solr.client.solrj.response
Encapsulates responses from SpellCheckComponent
SpellCheckResponse(NamedList<Object>) - Constructor for class org.apache.solr.client.solrj.response.SpellCheckResponse
 
SpellCheckResponse.Suggestion - Class in org.apache.solr.client.solrj.response
 
SpellCheckResponse.Suggestion(String, NamedList<Object>) - Constructor for class org.apache.solr.client.solrj.response.SpellCheckResponse.Suggestion
 
start() - Method in class org.apache.solr.client.solrj.embedded.JettySolrRunner
 
stop() - Method in class org.apache.solr.client.solrj.embedded.JettySolrRunner
 

T

TEXT_XML - Static variable in class org.apache.solr.client.solrj.util.ClientUtils
 
toContentStreams(String, String) - Static method in class org.apache.solr.client.solrj.util.ClientUtils
Take a string and make it an iterable ContentStream
toQueryString(SolrParams, boolean) - Static method in class org.apache.solr.client.solrj.util.ClientUtils
 
toSolrDocument(SolrInputDocument) - Static method in class org.apache.solr.client.solrj.util.ClientUtils
 
toSolrInputDocument(Object) - Method in class org.apache.solr.client.solrj.beans.DocumentObjectBinder
 
toSolrInputDocument(SolrDocument) - Static method in class org.apache.solr.client.solrj.util.ClientUtils
 
toString() - Method in class org.apache.solr.client.solrj.response.FacetField.Count
 
toString() - Method in class org.apache.solr.client.solrj.response.FacetField
 
toString() - Method in class org.apache.solr.client.solrj.response.SolrResponseBase
 
toXML(SolrInputDocument) - Static method in class org.apache.solr.client.solrj.util.ClientUtils
 

U

unloadCore(String, SolrServer) - Static method in class org.apache.solr.client.solrj.request.CoreAdminRequest
 
UpdateRequest - Class in org.apache.solr.client.solrj.request
 
UpdateRequest() - Constructor for class org.apache.solr.client.solrj.request.UpdateRequest
 
UpdateRequest(String) - Constructor for class org.apache.solr.client.solrj.request.UpdateRequest
 
UpdateRequest.ACTION - Enum in org.apache.solr.client.solrj.request
 
UpdateResponse - Class in org.apache.solr.client.solrj.response
TODO -- mostly a stub until we have a defined output format
UpdateResponse() - Constructor for class org.apache.solr.client.solrj.response.UpdateResponse
 
UTC - Static variable in class org.apache.solr.client.solrj.util.ClientUtils
 

V

valueOf(String) - Static method in enum org.apache.solr.client.solrj.impl.XMLResponseParser.KnownType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.apache.solr.client.solrj.request.UpdateRequest.ACTION
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.apache.solr.client.solrj.SolrQuery.ORDER
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.apache.solr.client.solrj.SolrRequest.METHOD
Returns the enum constant of this type with the specified name.
values() - Static method in enum org.apache.solr.client.solrj.impl.XMLResponseParser.KnownType
Returns an array containing the constants of this enum type, in the order they're declared.
values() - Static method in enum org.apache.solr.client.solrj.request.UpdateRequest.ACTION
Returns an array containing the constants of this enum type, in the order they're declared.
values() - Static method in enum org.apache.solr.client.solrj.SolrQuery.ORDER
Returns an array containing the constants of this enum type, in the order they're declared.
values() - Static method in enum org.apache.solr.client.solrj.SolrRequest.METHOD
Returns an array containing the constants of this enum type, in the order they're declared.

W

writeXML(SolrInputDocument, Writer) - Static method in class org.apache.solr.client.solrj.util.ClientUtils
 

X

XMLResponseParser - Class in org.apache.solr.client.solrj.impl
 
XMLResponseParser() - Constructor for class org.apache.solr.client.solrj.impl.XMLResponseParser
 
XMLResponseParser.KnownType - Enum in org.apache.solr.client.solrj.impl
 

_

_baseURL - Variable in class org.apache.solr.client.solrj.impl.CommonsHttpSolrServer
The URL of the Solr server.
_invariantParams - Variable in class org.apache.solr.client.solrj.impl.CommonsHttpSolrServer
 
_parser - Variable in class org.apache.solr.client.solrj.impl.CommonsHttpSolrServer
 

A B C D E F G I J L M O P Q R S T U V W X _

Copyright © 2008 Apache Software Foundation. All Rights Reserved.