|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectno.sesat.search.view.config.SearchTab.EnrichmentHint
public static final class SearchTab.EnrichmentHint
Immutable POJO holding Enrichment properties from a given tab.
| Field Summary | |
|---|---|
static String |
HINT_KEY
|
static String |
NAME_KEY
|
static String |
SCORE_KEY
|
| Constructor Summary | |
|---|---|
SearchTab.EnrichmentHint(String rule,
int baseScore,
int threshold,
float weight,
String command,
Map<String,String> properties)
|
|
| Method Summary | |
|---|---|
int |
getBaseScore()
Getter for property baseScore. |
String |
getCommand()
Getter for property command. |
Map<String,String> |
getProperties()
|
String |
getProperty(String key)
|
String |
getRule()
Getter for property rule. |
int |
getThreshold()
Getter for property threshold. |
float |
getWeight()
Getter for property weight. |
String |
toString()
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Field Detail |
|---|
public static final String NAME_KEY
public static final String SCORE_KEY
public static final String HINT_KEY
| Constructor Detail |
|---|
public SearchTab.EnrichmentHint(String rule,
int baseScore,
int threshold,
float weight,
String command,
Map<String,String> properties)
rule - baseScore - threshold - weight - command - properties - | Method Detail |
|---|
public String getRule()
public int getBaseScore()
public int getThreshold()
public String getCommand()
public float getWeight()
public String toString()
toString in class Objectpublic Map<String,String> getProperties()
public String getProperty(String key)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||