Uses of Interface
org.apache.solr.common.MapWriter.EntryWriter
Packages that use MapWriter.EntryWriter
Package
Description
Primary APIs for communicating with a Solr Server from a Java client.
Convenience classes for dealing with various types of Solr requests.
Annotated Data objects used in V2 Requests
Convenience classes for dealing with various types of Solr responses.
Common classes reused on both clients & server for dealing with
documents to be indexed and result documents.Common Solr Cloud and ZooKeeper related classes reused on both clients & server.
Parameter constants and enumerations.
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 -
Uses of MapWriter.EntryWriter in org.apache.solr.client.solrj.request
Methods in org.apache.solr.client.solrj.request with parameters of type MapWriter.EntryWriterModifier and TypeMethodDescriptionvoidCollectionAdminRequest.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 -
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 -
Uses of MapWriter.EntryWriter in org.apache.solr.common
Classes in org.apache.solr.common that implement MapWriter.EntryWriterModifier and TypeClassDescriptionstatic classstatic classMethods in org.apache.solr.common that return MapWriter.EntryWriterModifier and TypeMethodDescriptionConditionalKeyMapWriter.EntryWriterWrapper.put(CharSequence k, boolean v) ConditionalKeyMapWriter.EntryWriterWrapper.put(CharSequence k, double v) ConditionalKeyMapWriter.EntryWriterWrapper.put(CharSequence k, float v) ConditionalKeyMapWriter.EntryWriterWrapper.put(CharSequence k, int v) ConditionalKeyMapWriter.EntryWriterWrapper.put(CharSequence k, long v) ConditionalKeyMapWriter.EntryWriterWrapper.put(CharSequence k, Object v) ConditionalMapWriter.EntryWriterWrapper.put(CharSequence k, boolean v) ConditionalMapWriter.EntryWriterWrapper.put(CharSequence k, double v) ConditionalMapWriter.EntryWriterWrapper.put(CharSequence k, float v) ConditionalMapWriter.EntryWriterWrapper.put(CharSequence k, int v) ConditionalMapWriter.EntryWriterWrapper.put(CharSequence k, long v) ConditionalMapWriter.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.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.EntryWriterModifier and TypeMethodDescriptionvoidConditionalKeyMapWriter.writeMap(MapWriter.EntryWriter ew) voidConditionalMapWriter.writeMap(MapWriter.EntryWriter ew) voidLinkedHashMapWriter.writeMap(MapWriter.EntryWriter ew) voidMapWriter.writeMap(MapWriter.EntryWriter ew) Writes this object's entries out toew.voidMapWriterMap.writeMap(MapWriter.EntryWriter ew) Deprecated.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.EntryWriterModifierConstructorDescriptionEntryWriterWrapper(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.EntryWriterModifier and TypeMethodDescriptionvoidClusterState.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 -
Uses of MapWriter.EntryWriter in org.apache.solr.common.util
Classes in org.apache.solr.common.util that implement MapWriter.EntryWriterMethods in org.apache.solr.common.util that return MapWriter.EntryWriterModifier and TypeMethodDescriptionJavaBinCodec.BinEntryWriter.put(CharSequence k, boolean v) JavaBinCodec.BinEntryWriter.put(CharSequence k, double v) JavaBinCodec.BinEntryWriter.put(CharSequence k, float v) JavaBinCodec.BinEntryWriter.put(CharSequence k, int v) JavaBinCodec.BinEntryWriter.put(CharSequence k, long v) JavaBinCodec.BinEntryWriter.put(CharSequence k, CharSequence v) JavaBinCodec.BinEntryWriter.put(CharSequence k, Object v) Methods in org.apache.solr.common.util with parameters of type MapWriter.EntryWriterModifier and TypeMethodDescriptionstatic 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)