Package | Description |
---|---|
org.apache.solr.client.solrj |
Primary APIs for communicating with a Solr Server from a Java client.
|
org.apache.solr.client.solrj.cloud |
Common classes for SolrCloud.
|
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.client.solrj.response |
Convenience classes for dealing with various types of Solr responses.
|
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.params |
Parameter constants and enumerations.
|
org.apache.solr.common.util |
Common utility classes reused on both clients & server.
|
Modifier and Type | Method and Description |
---|---|
void |
SolrResponse.writeMap(MapWriter.EntryWriter ew) |
Modifier and Type | Method and Description |
---|---|
void |
ShardTerms.writeMap(MapWriter.EntryWriter ew) |
Modifier and Type | Method and Description |
---|---|
void |
SolrClientNodeStateProvider.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 |
V2Request.writeMap(MapWriter.EntryWriter ew) |
void |
CollectionAdminRequest.writeMap(MapWriter.EntryWriter ew) |
Modifier and Type | Method and Description |
---|---|
void |
SolrResponseBase.writeMap(MapWriter.EntryWriter ew) |
Modifier and Type | Class and Description |
---|---|
static class |
ConditionalKeyMapWriter.EntryWriterWrapper |
static class |
ConditionalMapWriter.EntryWriterWrapper |
Modifier and Type | Method and Description |
---|---|
default MapWriter.EntryWriter |
MapWriter.EntryWriter.put(CharSequence k,
boolean v) |
MapWriter.EntryWriter |
ConditionalKeyMapWriter.EntryWriterWrapper.put(CharSequence k,
boolean v) |
MapWriter.EntryWriter |
ConditionalMapWriter.EntryWriterWrapper.put(CharSequence k,
boolean v) |
default MapWriter.EntryWriter |
MapWriter.EntryWriter.put(CharSequence k,
CharSequence v)
This is an optimization to avoid the instanceof checks.
|
default MapWriter.EntryWriter |
MapWriter.EntryWriter.put(CharSequence k,
double v) |
MapWriter.EntryWriter |
ConditionalKeyMapWriter.EntryWriterWrapper.put(CharSequence k,
double v) |
MapWriter.EntryWriter |
ConditionalMapWriter.EntryWriterWrapper.put(CharSequence k,
double v) |
default MapWriter.EntryWriter |
MapWriter.EntryWriter.put(CharSequence k,
float v) |
MapWriter.EntryWriter |
ConditionalKeyMapWriter.EntryWriterWrapper.put(CharSequence k,
float v) |
MapWriter.EntryWriter |
ConditionalMapWriter.EntryWriterWrapper.put(CharSequence k,
float v) |
default MapWriter.EntryWriter |
MapWriter.EntryWriter.put(CharSequence k,
int v) |
MapWriter.EntryWriter |
ConditionalKeyMapWriter.EntryWriterWrapper.put(CharSequence k,
int v) |
MapWriter.EntryWriter |
ConditionalMapWriter.EntryWriterWrapper.put(CharSequence k,
int v) |
default MapWriter.EntryWriter |
MapWriter.EntryWriter.put(CharSequence k,
long v) |
MapWriter.EntryWriter |
ConditionalKeyMapWriter.EntryWriterWrapper.put(CharSequence k,
long v) |
MapWriter.EntryWriter |
ConditionalMapWriter.EntryWriterWrapper.put(CharSequence k,
long v) |
MapWriter.EntryWriter |
MapWriter.EntryWriter.put(CharSequence k,
Object v)
Writes a key value into the map
|
MapWriter.EntryWriter |
ConditionalKeyMapWriter.EntryWriterWrapper.put(CharSequence k,
Object v) |
MapWriter.EntryWriter |
ConditionalMapWriter.EntryWriterWrapper.put(CharSequence k,
Object v) |
default MapWriter.EntryWriter |
MapWriter.EntryWriter.put(CharSequence k,
Object v,
BiPredicate<CharSequence,Object> p) |
default MapWriter.EntryWriter |
MapWriter.EntryWriter.putIfNotNull(CharSequence k,
Object v) |
default MapWriter.EntryWriter |
MapWriter.EntryWriter.putNoEx(CharSequence k,
Object v) |
default MapWriter.EntryWriter |
MapWriter.EntryWriter.putStringIfNotNull(CharSequence k,
Object v) |
Modifier and Type | Method and Description |
---|---|
void |
SolrInputDocument.writeMap(MapWriter.EntryWriter ew) |
void |
LinkedHashMapWriter.writeMap(MapWriter.EntryWriter ew) |
void |
MapWriter.writeMap(MapWriter.EntryWriter ew) |
void |
SolrDocument.writeMap(MapWriter.EntryWriter ew) |
void |
ConditionalKeyMapWriter.writeMap(MapWriter.EntryWriter ew) |
void |
ConditionalMapWriter.writeMap(MapWriter.EntryWriter ew) |
void |
MapWriterMap.writeMap(MapWriter.EntryWriter ew) |
Constructor and Description |
---|
EntryWriterWrapper(MapWriter.EntryWriter delegate,
BiPredicate<CharSequence,Object> predicate) |
EntryWriterWrapper(MapWriter.EntryWriter delegate,
Predicate<CharSequence> predicate) |
Modifier and Type | Method and Description |
---|---|
void |
SolrParams.writeMap(MapWriter.EntryWriter ew) |
Modifier and Type | Class and Description |
---|---|
class |
JavaBinCodec.BinEntryWriter |
Modifier and Type | Method and Description |
---|---|
MapWriter.EntryWriter |
JavaBinCodec.BinEntryWriter.put(CharSequence k,
boolean v) |
MapWriter.EntryWriter |
JavaBinCodec.BinEntryWriter.put(CharSequence k,
CharSequence v) |
MapWriter.EntryWriter |
JavaBinCodec.BinEntryWriter.put(CharSequence k,
double v) |
MapWriter.EntryWriter |
JavaBinCodec.BinEntryWriter.put(CharSequence k,
float v) |
MapWriter.EntryWriter |
JavaBinCodec.BinEntryWriter.put(CharSequence k,
int v) |
MapWriter.EntryWriter |
JavaBinCodec.BinEntryWriter.put(CharSequence k,
long v) |
MapWriter.EntryWriter |
JavaBinCodec.BinEntryWriter.put(CharSequence k,
Object v) |
Modifier and Type | Method and Description |
---|---|
default void |
ReflectMapWriter.writeMap(MapWriter.EntryWriter ew) |
void |
NamedList.writeMap(MapWriter.EntryWriter ew) |
void |
Pair.writeMap(MapWriter.EntryWriter ew) |
Copyright © 2000-2020 Apache Software Foundation. All Rights Reserved.