public abstract class AbstractMatch extends Object
| Modifier and Type | Field and Description |
|---|---|
protected String |
analyzer |
protected double |
boost |
protected double |
cutoffFrequency |
protected String |
fuzziness |
protected int |
maxExpansions |
protected String |
minShouldMatch |
protected boolean |
operatorAnd |
protected int |
prefixLength |
protected String |
rewrite |
protected String |
zeroTerms |
| Constructor and Description |
|---|
AbstractMatch() |
| Modifier and Type | Method and Description |
|---|---|
String |
getAnalyzer()
Return the analyzer.
|
double |
getBoost()
Return the boost.
|
double |
getCutoffFrequency()
Return the cutoff frequency.
|
String |
getFuzziness()
Return the fuzziness.
|
int |
getMaxExpansions()
Return the max expansions.
|
String |
getMinShouldMatch()
Return the minimum should match.
|
int |
getPrefixLength()
Return the prefix length.
|
String |
getRewrite()
Return the rewrite option.
|
String |
getZeroTerms()
Return the zero terms option.
|
boolean |
isOperatorAnd()
Return true if using the AND operator otherwise using the OR operator.
|
protected boolean operatorAnd
protected double boost
protected String minShouldMatch
protected int maxExpansions
protected double cutoffFrequency
protected int prefixLength
public AbstractMatch()
public boolean isOperatorAnd()
public double getBoost()
public String getMinShouldMatch()
public String getZeroTerms()
public double getCutoffFrequency()
public int getMaxExpansions()
public String getAnalyzer()
public String getFuzziness()
public int getPrefixLength()
public String getRewrite()
Copyright © 2016. All rights reserved.