public class AppendedSolrParams extends DefaultSolrParams
MapWriter.EntryWriter
defaults, params
Modifier and Type | Method and Description |
---|---|
String[] |
getParams(String param)
returns an array of the String values of a param, or null if none
|
String |
toString()
Like
SolrParams.toQueryString() , but only replacing enough chars so that
the URL may be unambiguously pasted back into a browser. |
static AppendedSolrParams |
wrapAppended(SolrParams params,
SolrParams extra) |
get, getParameterNamesIterator
fpname, get, getAll, getAll, getBool, getBool, getDouble, getDouble, getFieldBool, getFieldBool, getFieldDouble, getFieldDouble, getFieldFloat, getFieldFloat, getFieldInt, getFieldInt, getFieldParam, getFieldParam, getFieldParams, getFloat, getFloat, getInt, getInt, getLong, getLong, getPrimitiveBool, getPrimitiveFieldBool, getPrimitiveFieldFloat, getPrimitiveInt, required, toFilteredSolrParams, toLocalParamsString, toMap, toMultiMap, toNamedList, toQueryString, toSolrParams, wrapDefaults, writeMap
public static AppendedSolrParams wrapAppended(SolrParams params, SolrParams extra)
public String[] getParams(String param)
SolrParams
getParams
in class DefaultSolrParams
public String toString()
SolrParams
SolrParams.toQueryString()
, but only replacing enough chars so that
the URL may be unambiguously pasted back into a browser.
This method can be used to properly log query parameters without
making them unreadable.
Characters with a numeric value less than 32 are encoded. &,=,%,+,space are encoded.
toString
in class DefaultSolrParams
Copyright © 2000-2018 Apache Software Foundation. All Rights Reserved.