public class FieldIndexProcessorResult
extends java.lang.Object
| Modifier and Type | Field and Description |
|---|---|
static FieldIndexProcessorResult |
FOUND_INDEX_BUT_NO_MATCH |
static FieldIndexProcessorResult |
NO_INDEX_FOUND |
| Constructor and Description |
|---|
FieldIndexProcessorResult(IndexedNode indexedNode) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
foundIndex() |
boolean |
foundMatch() |
Iterator4 |
iterateIDs() |
boolean |
noMatch() |
Tree |
toQCandidate(QCandidates candidates) |
TreeInt |
toTreeInt() |
public static final FieldIndexProcessorResult NO_INDEX_FOUND
public static final FieldIndexProcessorResult FOUND_INDEX_BUT_NO_MATCH
public FieldIndexProcessorResult(IndexedNode indexedNode)
public Tree toQCandidate(QCandidates candidates)
public TreeInt toTreeInt()
public boolean foundMatch()
public boolean foundIndex()
public boolean noMatch()
public Iterator4 iterateIDs()