public interface MatchProcInterface
| Modifier and Type | Field and Description |
|---|---|
static int |
MATCH_CLOSE |
static int |
MATCH_EXACT |
static int |
MATCH_FAR |
static int |
MATCH_MED |
static int |
MATCH_VCLOSE |
static int |
MATCH_VFAR |
static int |
NARROW |
static int |
STANDARD |
static int |
WIDE |
| Modifier and Type | Method and Description |
|---|---|
double |
calculateComparisonScore(Standardized baseIn,
Standardized comparitorTokens,
boolean isSearch,
boolean asContent) |
String |
getKey(String word) |
WordList |
getKeyAnon() |
WordList |
getKeyCv() |
Collection<String> |
getKeys(HashMap<String,String> value,
boolean batch) |
Collection<String> |
getKeys(Object value,
boolean batch) |
Collection<String> |
getKeys(Object value,
boolean batch,
boolean isSearch) |
int |
getMaxWidth() |
int |
getMinWidth() |
ArrayList<String> |
getPurposeKeys(String in) |
WordList |
getRuleAnon() |
WordList |
getRuleCv() |
Class<Standardized> |
getStandardClass() |
void |
init(String matchProcName) |
boolean |
isTextIndex() |
void |
setGradient(int gradientType) |
void |
setRuleFunction(String ruleFunction) |
void |
setRuleSet(RuleSet ruleset) |
String |
sha256(String base) |
Standardized |
standardise(String allWords,
String[] words) |
static final int WIDE
static final int NARROW
static final int STANDARD
static final int MATCH_EXACT
static final int MATCH_VCLOSE
static final int MATCH_CLOSE
static final int MATCH_MED
static final int MATCH_FAR
static final int MATCH_VFAR
Collection<String> getKeys(Object value, boolean batch, boolean isSearch)
Collection<String> getKeys(HashMap<String,String> value, boolean batch)
void init(String matchProcName)
double calculateComparisonScore(Standardized baseIn, Standardized comparitorTokens, boolean isSearch, boolean asContent)
WordList getKeyAnon()
WordList getKeyCv()
WordList getRuleAnon()
WordList getRuleCv()
void setRuleSet(RuleSet ruleset)
int getMinWidth()
int getMaxWidth()
boolean isTextIndex()
void setGradient(int gradientType)
Standardized standardise(String allWords, String[] words)
Collection<String> getKeys(Object value, boolean batch)
Class<Standardized> getStandardClass()
void setRuleFunction(String ruleFunction)
Copyright © 2021. All rights reserved.