public interface IndexAssertion<K,E,ID>
| Modifier and Type | Method and Description |
|---|---|
boolean |
assertCandidate(IndexEntry<K,ID> entry)
Tests to see if a perspective candidate should be returned based on
the evaluation of hard coded logic.
|
boolean assertCandidate(IndexEntry<K,ID> entry) throws java.lang.Exception
entry - an index record of the entryjava.lang.Exception - if their are failures while asserting the
condition