Package | Description |
---|---|
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.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 |
Tuple.writeMap(MapWriter.EntryWriter ew) |
Modifier and Type | Method and Description |
---|---|
void |
TupleStream.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
|
Modifier and Type | Method and Description |
---|---|
void |
MapWriter.writeMap(MapWriter.EntryWriter ew) |
Copyright © 2000-2017 Apache Software Foundation. All Rights Reserved.