public interface MatchRuleInterface
| Modifier and Type | Method and Description |
|---|---|
boolean |
canRun(Document base,
Document comparitor) |
boolean |
canRun(RecordInterface base,
RecordInterface comparitor) |
MatchRecord |
score(Document base,
Document comparitor,
boolean forSearch,
boolean asContent,
boolean matchScoring) |
boolean canRun(RecordInterface base, RecordInterface comparitor)
MatchRecord score(Document base, Document comparitor, boolean forSearch, boolean asContent, boolean matchScoring)
Copyright © 2021. All rights reserved.