Uses of Interface
org.apache.solr.common.ConfigNode
Packages that use ConfigNode
Package
Description
Common classes reused on both clients & server for dealing with
documents to be indexed and result documents.-
Uses of ConfigNode in org.apache.solr.common
Fields in org.apache.solr.common declared as ConfigNodeMethods in org.apache.solr.common that return ConfigNodeModifier and TypeMethodDescriptiondefault ConfigNodeChild by namedefault ConfigNodeConfigNode.child(String name, Predicate<ConfigNode> test) Iterate through child nodes with the tag/element name and return the first matchingdefault ConfigNodeConfigNode.childRequired(String name, Supplier<RuntimeException> err) default ConfigNodeChild by name or return an empty node if null.default ConfigNodedefault ConfigNodeConfigNode.get(String name, Predicate<ConfigNode> test) Methods in org.apache.solr.common that return types with arguments of type ConfigNodeModifier and TypeMethodDescriptionstatic Predicate<ConfigNode> ConfigNode.Helpers.at(int i) default List<ConfigNode> A list of all child nodes with the tag/element name.default List<ConfigNode> ConfigNode.getAll(Set<String> names, Predicate<ConfigNode> test) Iterate through child nodes with the names and return all the matching childrenMethod parameters in org.apache.solr.common with type arguments of type ConfigNodeModifier and TypeMethodDescriptiondefault ConfigNodeConfigNode.child(String name, Predicate<ConfigNode> test) Iterate through child nodes with the tag/element name and return the first matchingvoidConfigNode.forEachChild(Function<ConfigNode, Boolean> fun) abortable iterate through childrendefault ConfigNodeConfigNode.get(String name, Predicate<ConfigNode> test) default List<ConfigNode> ConfigNode.getAll(Set<String> names, Predicate<ConfigNode> test) Iterate through child nodes with the names and return all the matching children