Package org.apache.nutch.indexer
Class IndexWriterParams
- All Implemented Interfaces:
Serializable,Cloneable,Map<String,String>
- See Also:
-
Nested Class Summary
Nested classes/interfaces inherited from class java.util.AbstractMap
AbstractMap.SimpleEntry<K extends Object,V extends Object>, AbstractMap.SimpleImmutableEntry<K extends Object, V extends Object> -
Constructor Summary
ConstructorsConstructorDescriptionIndexWriterParams(Map<? extends String, ? extends String> m) Fill IndexWriterParams from map. -
Method Summary
Modifier and TypeMethodDescriptionbooleangetBoolean(String name, boolean defaultValue) intlongString[]getStrings(String name) String[]getStrings(String name, String... defaultValue) Methods inherited from class java.util.HashMap
clear, clone, compute, computeIfAbsent, computeIfPresent, containsKey, containsValue, entrySet, forEach, get, getOrDefault, isEmpty, keySet, merge, put, putAll, putIfAbsent, remove, remove, replace, replace, replaceAll, size, valuesMethods inherited from class java.util.AbstractMap
equals, hashCode, toString
-
Constructor Details
-
IndexWriterParams
Fill IndexWriterParams from map.- Parameters:
m- the map to take params from- Throws:
NullPointerException- if the specified map is null
-
-
Method Details
-
get
-
getBoolean
-
getLong
-
getInt
-
getStrings
-
getStrings
-