Package | Description |
---|---|
org.apache.solr.common |
Common classes reused on both clients & server for dealing with
documents to be indexed and result documents . |
org.apache.solr.common.util |
Common utility classes reused on both clients & server.
|
Modifier and Type | Method and Description |
---|---|
ValidatingJsonMap |
SpecProvider.getSpec() |
Modifier and Type | Field and Description |
---|---|
static ValidatingJsonMap |
ValidatingJsonMap.EMPTY |
Modifier and Type | Method and Description |
---|---|
static ValidatingJsonMap |
ValidatingJsonMap.fromJSON(InputStream is,
String includeLocation) |
static ValidatingJsonMap |
ValidatingJsonMap.fromJSON(Reader s,
String includeLocation) |
static ValidatingJsonMap |
ValidatingJsonMap.getDeepCopy(Map map,
int maxDepth,
boolean mutable) |
ValidatingJsonMap |
ValidatingJsonMap.getMap(String key) |
ValidatingJsonMap |
ValidatingJsonMap.getMap(String key,
ValidatingJsonMap.PredicateWithErrMsg predicate) |
ValidatingJsonMap |
ValidatingJsonMap.getMap(String key,
ValidatingJsonMap.PredicateWithErrMsg predicate,
String message) |
static ValidatingJsonMap |
ValidatingJsonMap.parse(String resourceName,
String includeLocation) |
Copyright © 2000-2020 Apache Software Foundation. All Rights Reserved.