List of usage examples for org.apache.solr.common.util NamedList subclass-usage
From source file com.rapidbackend.util.general.SimpleOrderedMap.java
/** <code>SimpleOrderedMap</code> is a {@link NamedList} where access by key is more
* important than maintaining order when it comes to representing the
* held data in other forms, as ResponseWriters normally do.
* It's normally not a good idea to repeat keys or use null keys, but this
* is not enforced. If key uniqueness enforcement is desired, use a regular {@link Map}.
* <p>