public class SearchResult extends Object
Modifier and Type | Field and Description |
---|---|
static String |
CUSTOM_HEADER_PREFIX |
protected HashMap<String,String> |
data
Expandable Data bag for String to String tuples -- who knows what data
we'll want to put in an Index.
|
static String |
RESULT_TRUE_VALUE |
Modifier | Constructor and Description |
---|---|
|
SearchResult() |
protected |
SearchResult(boolean autocreateMap) |
Modifier and Type | Method and Description |
---|---|
protected String |
dateToTS(Date date) |
protected void |
ensureMap() |
void |
fromCanonicalStringMap(Map<String,String> canonical) |
protected String |
get(String key) |
protected boolean |
getBoolean(String key) |
String |
getCustom(String key) |
protected void |
put(String key,
String value) |
protected void |
putBoolean(String key,
boolean value) |
void |
putCustom(String key,
String value) |
Map<String,String> |
toCanonicalStringMap() |
protected Date |
tsToDate(String timestamp) |
public static final String RESULT_TRUE_VALUE
public static final String CUSTOM_HEADER_PREFIX
protected HashMap<String,String> data
public SearchResult()
protected SearchResult(boolean autocreateMap)
Copyright © 2005–2015 IIPC. All rights reserved.