Package | Description |
---|---|
org.apache.solr.client.solrj.cloud.autoscaling |
Common classes for autoscaling parsing filtering nodes and sorting
|
org.apache.solr.client.solrj.impl |
Concrete implementations of client API classes.
|
org.apache.solr.client.solrj.io |
Streaming Aggregation API
|
org.apache.solr.client.solrj.io.stream |
Stream implementations for the Streaming Aggregation API
|
org.apache.solr.client.solrj.request |
Convenience classes for dealing with various types of Solr requests.
|
org.apache.solr.common |
Common classes reused on both clients & server for dealing with
documents to be indexed and result documents . |
Modifier and Type | Method and Description |
---|---|
void |
Row.writeMap(MapWriter.EntryWriter ew) |
void |
ReplicaInfo.writeMap(MapWriter.EntryWriter ew) |
void |
Preference.writeMap(MapWriter.EntryWriter ew) |
void |
Policy.writeMap(MapWriter.EntryWriter ew) |
void |
Policy.Session.writeMap(MapWriter.EntryWriter ew) |
void |
Clause.writeMap(MapWriter.EntryWriter ew) |
void |
Clause.Violation.writeMap(MapWriter.EntryWriter ew) |
void |
Cell.writeMap(MapWriter.EntryWriter ew) |
void |
AutoScalingConfig.writeMap(MapWriter.EntryWriter ew) |
void |
AutoScalingConfig.TriggerListenerConfig.writeMap(MapWriter.EntryWriter ew) |
void |
AutoScalingConfig.TriggerConfig.writeMap(MapWriter.EntryWriter ew) |
void |
AutoScalingConfig.ActionConfig.writeMap(MapWriter.EntryWriter ew) |
Modifier and Type | Method and Description |
---|---|
void |
SolrClientDataProvider.writeMap(MapWriter.EntryWriter ew) |
Modifier and Type | Method and Description |
---|---|
void |
Tuple.writeMap(MapWriter.EntryWriter ew) |
Modifier and Type | Method and Description |
---|---|
void |
TupleStream.writeMap(MapWriter.EntryWriter ew) |
Modifier and Type | Method and Description |
---|---|
void |
CollectionAdminRequest.writeMap(MapWriter.EntryWriter ew) |
Modifier and Type | Method and Description |
---|---|
default MapWriter.EntryWriter |
MapWriter.EntryWriter.put(String k,
boolean v) |
default MapWriter.EntryWriter |
MapWriter.EntryWriter.put(String k,
double v) |
default MapWriter.EntryWriter |
MapWriter.EntryWriter.put(String k,
float v) |
default MapWriter.EntryWriter |
MapWriter.EntryWriter.put(String k,
int v) |
default MapWriter.EntryWriter |
MapWriter.EntryWriter.put(String k,
long v) |
MapWriter.EntryWriter |
MapWriter.EntryWriter.put(String k,
Object v)
Writes a key value into the map
|
default MapWriter.EntryWriter |
MapWriter.EntryWriter.putIfNotNull(String k,
Object v) |
Modifier and Type | Method and Description |
---|---|
void |
MapWriter.writeMap(MapWriter.EntryWriter ew) |
Copyright © 2000-2017 Apache Software Foundation. All Rights Reserved.