| Package | Description |
|---|---|
| org.apache.solr.client.solrj.impl | |
| org.apache.solr.client.solrj.request |
| Modifier and Type | Method and Description |
|---|---|
ContentStream |
BinaryRequestWriter.getContentStream(UpdateRequest request) |
| Modifier and Type | Method and Description |
|---|---|
UpdateRequest |
UpdateRequest.add(Collection<SolrInputDocument> docs) |
UpdateRequest |
UpdateRequest.add(SolrInputDocument doc) |
UpdateRequest |
UpdateRequest.deleteById(List<String> ids) |
UpdateRequest |
UpdateRequest.deleteById(String id) |
UpdateRequest |
UpdateRequest.deleteByQuery(String q) |
UpdateRequest |
UpdateRequest.setAction(UpdateRequest.ACTION action,
boolean waitFlush,
boolean waitSearcher)
Deprecated.
Use
AbstractUpdateRequest.ACTION instead |
UpdateRequest |
UpdateRequest.setAction(UpdateRequest.ACTION action,
boolean waitFlush,
boolean waitSearcher,
int maxSegments)
Deprecated.
Use
AbstractUpdateRequest.ACTION instead |
UpdateRequest |
UpdateRequest.setAction(UpdateRequest.ACTION action,
boolean waitFlush,
boolean waitSearcher,
int maxSegments,
boolean expungeDeletes)
Deprecated.
Use
AbstractUpdateRequest.ACTION instead |
UpdateRequest |
JavaBinUpdateRequestCodec.unmarshal(InputStream is,
JavaBinUpdateRequestCodec.StreamingUpdateHandler handler)
Reads a NamedList from the given InputStream, converts it into a SolrInputDocument and passes it to the given
StreamingDocumentHandler
|
| Modifier and Type | Method and Description |
|---|---|
ContentStream |
RequestWriter.getContentStream(UpdateRequest req) |
void |
JavaBinUpdateRequestCodec.marshal(UpdateRequest updateRequest,
OutputStream os)
Converts an UpdateRequest to a NamedList which can be serialized to the given OutputStream in the javabin format
|
void |
JavaBinUpdateRequestCodec.StreamingUpdateHandler.update(SolrInputDocument document,
UpdateRequest req) |
| Constructor and Description |
|---|
RequestWriter.LazyContentStream(UpdateRequest req) |