Uses of Interface
org.apache.solr.common.MapWriter.EntryWriter
-
Packages that use MapWriter.EntryWriter 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.request Convenience classes for dealing with various types of Solr requests.org.apache.solr.client.solrj.request.beans Annotated Data objects used in V2 Requestsorg.apache.solr.client.solrj.response Convenience classes for dealing with various types of Solr responses.org.apache.solr.cluster.api API interfaces for core SolrCloud classesorg.apache.solr.common Common classes reused on both clients & server for dealing withdocuments to be indexedandresult documents.org.apache.solr.common.cloud Common Solr Cloud and ZooKeeper related classes reused on both clients & server.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
Methods in org.apache.solr.client.solrj with parameters of type MapWriter.EntryWriter Modifier and Type Method Description voidSolrResponse. writeMap(MapWriter.EntryWriter ew) -
Uses of MapWriter.EntryWriter in org.apache.solr.client.solrj.cloud
Methods in org.apache.solr.client.solrj.cloud with parameters of type MapWriter.EntryWriter Modifier and Type Method Description voidShardTerms. 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.request.beans
Methods in org.apache.solr.client.solrj.request.beans with parameters of type MapWriter.EntryWriter Modifier and Type Method Description voidPluginMeta. 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.cluster.api
Methods in org.apache.solr.cluster.api with parameters of type MapWriter.EntryWriter Modifier and Type Method Description default voidSimpleMap. 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 classConditionalKeyMapWriter.EntryWriterWrapperstatic classConditionalMapWriter.EntryWriterWrapperMethods in org.apache.solr.common that return MapWriter.EntryWriter Modifier and Type Method Description MapWriter.EntryWriterConditionalKeyMapWriter.EntryWriterWrapper. put(CharSequence k, boolean v)MapWriter.EntryWriterConditionalKeyMapWriter.EntryWriterWrapper. put(CharSequence k, double v)MapWriter.EntryWriterConditionalKeyMapWriter.EntryWriterWrapper. put(CharSequence k, float v)MapWriter.EntryWriterConditionalKeyMapWriter.EntryWriterWrapper. put(CharSequence k, int v)MapWriter.EntryWriterConditionalKeyMapWriter.EntryWriterWrapper. put(CharSequence k, long v)MapWriter.EntryWriterConditionalKeyMapWriter.EntryWriterWrapper. put(CharSequence k, Object v)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. putIfNotNull(CharSequence k, Supplier<Object> v)default MapWriter.EntryWriterMapWriter.EntryWriter. putNoEx(CharSequence k, Object v)Methods in org.apache.solr.common with parameters of type MapWriter.EntryWriter Modifier and Type Method Description voidConditionalKeyMapWriter. writeMap(MapWriter.EntryWriter ew)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)voidSolrDocumentList. 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, Predicate<CharSequence> predicate)EntryWriterWrapper(MapWriter.EntryWriter delegate, BiPredicate<CharSequence,Object> predicate) -
Uses of MapWriter.EntryWriter in org.apache.solr.common.cloud
Methods in org.apache.solr.common.cloud with parameters of type MapWriter.EntryWriter Modifier and Type Method Description voidClusterState. writeMap(MapWriter.EntryWriter ew)voidDocCollection. writeMap(MapWriter.EntryWriter ew)voidPerReplicaStates.State. writeMap(MapWriter.EntryWriter ew)voidPerReplicaStates. writeMap(MapWriter.EntryWriter ew)voidReplica. writeMap(MapWriter.EntryWriter ew)voidZkNodeProps. writeMap(MapWriter.EntryWriter ew) -
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 static voidUtils. reflectWrite(MapWriter.EntryWriter ew, Object o)Convert the input object to a map, writing only those fields annotated with aJsonPropertyannotationstatic voidUtils. reflectWrite(MapWriter.EntryWriter ew, Object o, Predicate<Field> fieldFilterer, Class<? extends Annotation> catchAllAnnotation, Function<Field,String> fieldNamer)Convert an input object to a map, writing only those fields that match a providedPredicatevoidNamedList. writeMap(MapWriter.EntryWriter ew)voidPair. writeMap(MapWriter.EntryWriter ew)default voidReflectMapWriter. writeMap(MapWriter.EntryWriter ew)voidUtils.DelegateReflectWriter. writeMap(MapWriter.EntryWriter ew)
-