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.client.solrj.util |
Utilities for Solr client applications.
|
org.apache.solr.common.util |
Common utility classes reused on both clients & server.
|
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 |
---|---|
static SolrDocument |
ClientUtils.toSolrDocument(SolrInputDocument d) |
Modifier and Type | Method and Description |
---|---|
static SolrInputDocument |
ClientUtils.toSolrInputDocument(SolrDocument d) |
Modifier and Type | Method and Description |
---|---|
SolrDocument |
JavaBinCodec.readSolrDocument(FastInputStream dis) |
Modifier and Type | Method and Description |
---|---|
void |
JavaBinCodec.writeSolrDocument(SolrDocument doc) |
Copyright © 2000-2013 Apache Software Foundation. All Rights Reserved.