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 indexedandresult 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 voidAutoScalingConfig.ActionConfig. writeMap(MapWriter.EntryWriter ew)voidAutoScalingConfig.TriggerConfig. writeMap(MapWriter.EntryWriter ew)voidAutoScalingConfig.TriggerListenerConfig. writeMap(MapWriter.EntryWriter ew)voidAutoScalingConfig. writeMap(MapWriter.EntryWriter ew)voidCell. writeMap(MapWriter.EntryWriter ew)voidClause. writeMap(MapWriter.EntryWriter ew)voidCondition. writeMap(MapWriter.EntryWriter ew)voidPolicy.Session. writeMap(MapWriter.EntryWriter ew)voidPolicy. writeMap(MapWriter.EntryWriter ew)voidPreference. writeMap(MapWriter.EntryWriter ew)voidReplicaInfo. writeMap(MapWriter.EntryWriter ew)voidRow. writeMap(MapWriter.EntryWriter ew)voidSuggester.SuggestionInfo. writeMap(MapWriter.EntryWriter ew)voidSuggester. writeMap(MapWriter.EntryWriter ew)voidViolation. 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 voidSolrClientNodeStateProvider. 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 voidTuple. 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 voidTupleStream. 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 voidCollectionAdminRequest. writeMap(MapWriter.EntryWriter ew)voidV2Request. 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 voidSolrResponseBase. 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 classConditionalMapWriter.EntryWriterWrapperMethods in org.apache.solr.common that return MapWriter.EntryWriter Modifier and Type Method Description MapWriter.EntryWriterConditionalMapWriter.EntryWriterWrapper. put(CharSequence k, boolean v)MapWriter.EntryWriterConditionalMapWriter.EntryWriterWrapper. put(CharSequence k, double v)MapWriter.EntryWriterConditionalMapWriter.EntryWriterWrapper. put(CharSequence k, float v)MapWriter.EntryWriterConditionalMapWriter.EntryWriterWrapper. put(CharSequence k, int v)MapWriter.EntryWriterConditionalMapWriter.EntryWriterWrapper. put(CharSequence k, long v)MapWriter.EntryWriterConditionalMapWriter.EntryWriterWrapper. put(CharSequence k, Object v)default MapWriter.EntryWriterMapWriter.EntryWriter. put(CharSequence k, boolean v)default MapWriter.EntryWriterMapWriter.EntryWriter. put(CharSequence k, double v)default MapWriter.EntryWriterMapWriter.EntryWriter. put(CharSequence k, float v)default MapWriter.EntryWriterMapWriter.EntryWriter. put(CharSequence k, int v)default MapWriter.EntryWriterMapWriter.EntryWriter. put(CharSequence k, long v)default MapWriter.EntryWriterMapWriter.EntryWriter. put(CharSequence k, CharSequence v)This is an optimization to avoid the instanceof checks.MapWriter.EntryWriterMapWriter.EntryWriter. put(CharSequence k, Object v)Writes a key value into the mapdefault MapWriter.EntryWriterMapWriter.EntryWriter. put(CharSequence k, Object v, BiPredicate<CharSequence,Object> p)default MapWriter.EntryWriterMapWriter.EntryWriter. putIfNotNull(CharSequence k, Object v)default MapWriter.EntryWriterMapWriter.EntryWriter. putNoEx(CharSequence k, Object v)default MapWriter.EntryWriterMapWriter.EntryWriter. putStringIfNotNull(CharSequence k, Object v)Methods in org.apache.solr.common with parameters of type MapWriter.EntryWriter Modifier and Type Method Description voidConditionalMapWriter. writeMap(MapWriter.EntryWriter ew)voidLinkedHashMapWriter. writeMap(MapWriter.EntryWriter ew)voidMapWriter. writeMap(MapWriter.EntryWriter ew)voidMapWriterMap. writeMap(MapWriter.EntryWriter ew)voidSolrDocument. writeMap(MapWriter.EntryWriter ew)voidSolrInputDocument. 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 voidSolrParams. 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 classJavaBinCodec.BinEntryWriterMethods in org.apache.solr.common.util that return MapWriter.EntryWriter Modifier and Type Method Description MapWriter.EntryWriterJavaBinCodec.BinEntryWriter. put(CharSequence k, boolean v)MapWriter.EntryWriterJavaBinCodec.BinEntryWriter. put(CharSequence k, double v)MapWriter.EntryWriterJavaBinCodec.BinEntryWriter. put(CharSequence k, float v)MapWriter.EntryWriterJavaBinCodec.BinEntryWriter. put(CharSequence k, int v)MapWriter.EntryWriterJavaBinCodec.BinEntryWriter. put(CharSequence k, long v)MapWriter.EntryWriterJavaBinCodec.BinEntryWriter. put(CharSequence k, CharSequence v)MapWriter.EntryWriterJavaBinCodec.BinEntryWriter. put(CharSequence k, Object v)Methods in org.apache.solr.common.util with parameters of type MapWriter.EntryWriter Modifier and Type Method Description voidNamedList. writeMap(MapWriter.EntryWriter ew)voidPair. writeMap(MapWriter.EntryWriter ew)
-