Package org.codelibs.fess.indexer
Class DocBoostMatcher
- java.lang.Object
-
- org.codelibs.fess.indexer.DocBoostMatcher
-
public class DocBoostMatcher extends Object
-
-
Constructor Summary
Constructors Constructor Description DocBoostMatcher()DocBoostMatcher(BoostDocumentRule rule)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetBoostExpression()StringgetMatchExpression()floatgetValue(Map<String,Object> map)booleanmatch(Map<String,Object> map)voidsetBoostExpression(String expression)voidsetMatchExpression(String expression)
-
-
-
Constructor Detail
-
DocBoostMatcher
public DocBoostMatcher()
-
DocBoostMatcher
public DocBoostMatcher(BoostDocumentRule rule)
-
-