Uses of Interface
org.apache.solr.common.MapWriter.EntryWriter
-
Packages that use MapWriter.EntryWriter Package Description org.apache.solr.client.solrj.cloud.autoscaling Common classes for autoscaling parsing filtering nodes and sortingorg.apache.solr.client.solrj.impl Concrete implementations of client API classes.org.apache.solr.client.solrj.io Streaming Aggregation APIorg.apache.solr.client.solrj.io.stream Stream implementations for the Streaming Aggregation APIorg.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 withdocuments to be indexed
andresult documents
.org.apache.solr.common.params Parameter constants and enumerations.org.apache.solr.common.util Common utility classes reused on both clients & server. -
-
Uses of MapWriter.EntryWriter in org.apache.solr.client.solrj.cloud.autoscaling
Methods in org.apache.solr.client.solrj.cloud.autoscaling with parameters of type MapWriter.EntryWriter Modifier and Type Method Description void
AutoScalingConfig.ActionConfig. writeMap(MapWriter.EntryWriter ew)
void
AutoScalingConfig.TriggerConfig. writeMap(MapWriter.EntryWriter ew)
void
AutoScalingConfig.TriggerListenerConfig. writeMap(MapWriter.EntryWriter ew)
void
AutoScalingConfig. writeMap(MapWriter.EntryWriter ew)
void
Cell. writeMap(MapWriter.EntryWriter ew)
void
Clause. writeMap(MapWriter.EntryWriter ew)
void
Condition. writeMap(MapWriter.EntryWriter ew)
void
Policy.Session. writeMap(MapWriter.EntryWriter ew)
void
Policy. writeMap(MapWriter.EntryWriter ew)
void
Preference. writeMap(MapWriter.EntryWriter ew)
void
ReplicaInfo. writeMap(MapWriter.EntryWriter ew)
void
Row. writeMap(MapWriter.EntryWriter ew)
void
Suggester.SuggestionInfo. writeMap(MapWriter.EntryWriter ew)
void
Suggester. writeMap(MapWriter.EntryWriter ew)
void
Violation. writeMap(MapWriter.EntryWriter ew)
-
Uses of MapWriter.EntryWriter in org.apache.solr.client.solrj.impl
Methods in org.apache.solr.client.solrj.impl with parameters of type MapWriter.EntryWriter Modifier and Type Method Description void
SolrClientNodeStateProvider. writeMap(MapWriter.EntryWriter ew)
-
Uses of MapWriter.EntryWriter in org.apache.solr.client.solrj.io
Methods in org.apache.solr.client.solrj.io with parameters of type MapWriter.EntryWriter Modifier and Type Method Description void
Tuple. writeMap(MapWriter.EntryWriter ew)
-
Uses of MapWriter.EntryWriter in org.apache.solr.client.solrj.io.stream
Methods in org.apache.solr.client.solrj.io.stream with parameters of type MapWriter.EntryWriter Modifier and Type Method Description void
TupleStream. writeMap(MapWriter.EntryWriter ew)
-
Uses of MapWriter.EntryWriter in org.apache.solr.client.solrj.request
Methods in org.apache.solr.client.solrj.request with parameters of type MapWriter.EntryWriter Modifier and Type Method Description void
CollectionAdminRequest. writeMap(MapWriter.EntryWriter ew)
void
V2Request. writeMap(MapWriter.EntryWriter ew)
-
Uses of MapWriter.EntryWriter in org.apache.solr.client.solrj.response
Methods in org.apache.solr.client.solrj.response with parameters of type MapWriter.EntryWriter Modifier and Type Method Description void
SolrResponseBase. writeMap(MapWriter.EntryWriter ew)
-
Uses of MapWriter.EntryWriter in org.apache.solr.common
Classes in org.apache.solr.common that implement MapWriter.EntryWriter Modifier and Type Class Description static class
ConditionalMapWriter.EntryWriterWrapper
Methods in org.apache.solr.common that return MapWriter.EntryWriter Modifier and Type Method Description MapWriter.EntryWriter
ConditionalMapWriter.EntryWriterWrapper. put(CharSequence k, boolean v)
MapWriter.EntryWriter
ConditionalMapWriter.EntryWriterWrapper. put(CharSequence k, double v)
MapWriter.EntryWriter
ConditionalMapWriter.EntryWriterWrapper. put(CharSequence k, float v)
MapWriter.EntryWriter
ConditionalMapWriter.EntryWriterWrapper. put(CharSequence k, int v)
MapWriter.EntryWriter
ConditionalMapWriter.EntryWriterWrapper. put(CharSequence k, long v)
MapWriter.EntryWriter
ConditionalMapWriter.EntryWriterWrapper. put(CharSequence k, Object v)
default MapWriter.EntryWriter
MapWriter.EntryWriter. put(CharSequence k, boolean v)
default MapWriter.EntryWriter
MapWriter.EntryWriter. put(CharSequence k, double v)
default MapWriter.EntryWriter
MapWriter.EntryWriter. put(CharSequence k, float v)
default MapWriter.EntryWriter
MapWriter.EntryWriter. put(CharSequence k, int v)
default MapWriter.EntryWriter
MapWriter.EntryWriter. put(CharSequence k, long v)
default MapWriter.EntryWriter
MapWriter.EntryWriter. put(CharSequence k, CharSequence v)
This is an optimization to avoid the instanceof checks.MapWriter.EntryWriter
MapWriter.EntryWriter. put(CharSequence k, Object v)
Writes a key value into the mapdefault 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)
Methods in org.apache.solr.common with parameters of type MapWriter.EntryWriter Modifier and Type Method Description void
ConditionalMapWriter. writeMap(MapWriter.EntryWriter ew)
void
LinkedHashMapWriter. writeMap(MapWriter.EntryWriter ew)
void
MapWriter. writeMap(MapWriter.EntryWriter ew)
void
MapWriterMap. writeMap(MapWriter.EntryWriter ew)
void
SolrDocument. writeMap(MapWriter.EntryWriter ew)
void
SolrInputDocument. writeMap(MapWriter.EntryWriter ew)
Constructors in org.apache.solr.common with parameters of type MapWriter.EntryWriter Constructor Description EntryWriterWrapper(MapWriter.EntryWriter delegate, BiPredicate<CharSequence,Object> predicate)
-
Uses of MapWriter.EntryWriter in org.apache.solr.common.params
Methods in org.apache.solr.common.params with parameters of type MapWriter.EntryWriter Modifier and Type Method Description void
SolrParams. writeMap(MapWriter.EntryWriter ew)
-
Uses of MapWriter.EntryWriter in org.apache.solr.common.util
Classes in org.apache.solr.common.util that implement MapWriter.EntryWriter Modifier and Type Class Description class
JavaBinCodec.BinEntryWriter
Methods in org.apache.solr.common.util that return MapWriter.EntryWriter Modifier and Type Method Description MapWriter.EntryWriter
JavaBinCodec.BinEntryWriter. put(CharSequence k, boolean 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, CharSequence v)
MapWriter.EntryWriter
JavaBinCodec.BinEntryWriter. put(CharSequence k, Object v)
Methods in org.apache.solr.common.util with parameters of type MapWriter.EntryWriter Modifier and Type Method Description void
NamedList. writeMap(MapWriter.EntryWriter ew)
void
Pair. writeMap(MapWriter.EntryWriter ew)
-