Package | Description |
---|---|
org.apache.solr.client.solrj |
Primary APIs for communicating with a Solr Server from a Java client.
|
org.apache.solr.client.solrj.beans |
Annotation based mapping of client objects to Solr documents.
|
org.apache.solr.client.solrj.impl |
Concrete implementations of client API classes.
|
org.apache.solr.common |
Common classes reused on both clients & server for dealing with
documents to be indexed and result documents . |
org.apache.solr.common.util |
Common utility classes reused on both clients & server.
|
Modifier and Type | Method and Description |
---|---|
SolrDocument |
SolrClient.getById(String id)
Retrieves the SolrDocument associated with the given identifier.
|
SolrDocument |
SolrClient.getById(String id,
SolrParams params)
Retrieves the SolrDocument associated with the given identifier and uses
the SolrParams to execute the request.
|
SolrDocument |
SolrClient.getById(String collection,
String id)
Retrieves the SolrDocument associated with the given identifier.
|
SolrDocument |
SolrClient.getById(String collection,
String id,
SolrParams params)
Retrieves the SolrDocument associated with the given identifier and uses
the SolrParams to execute the request.
|
Modifier and Type | Method and Description |
---|---|
abstract void |
StreamingResponseCallback.streamSolrDocument(SolrDocument doc) |
Modifier and Type | Method and Description |
---|---|
<T> T |
DocumentObjectBinder.getBean(Class<T> clazz,
SolrDocument solrDoc) |
Modifier and Type | Method and Description |
---|---|
protected SolrDocument |
XMLResponseParser.readDocument(XMLStreamReader parser) |
Modifier and Type | Method and Description |
---|---|
List<SolrDocument> |
SolrDocument.getChildDocuments() |
Modifier and Type | Method and Description |
---|---|
void |
SolrDocument.addChildDocument(SolrDocument child) |
Modifier and Type | Method and Description |
---|---|
void |
SolrDocument.addChildDocuments(Collection<SolrDocument> children) |
Modifier and Type | Method and Description |
---|---|
SolrDocument |
JavaBinCodec.readSolrDocument(DataInputInputStream dis) |
Modifier and Type | Method and Description |
---|---|
void |
JavaBinCodec.writeSolrDocument(SolrDocument doc) |
Copyright © 2000-2020 Apache Software Foundation. All Rights Reserved.