Package | Description |
---|---|
org.egothor.query.runner |
This package defines a machinery that navigates the rider during
query execution in the Vector model.
|
org.egothor.query.runner.enhanced |
This package defines a machinery that navigates the rider during
query execution in any model.
|
Modifier and Type | Field and Description |
---|---|
TermRunner |
ProxRunner.a
Description of the Field
|
TermRunner |
ProxRunner.b
Description of the Field
|
TermRunner[] |
PhraseRunner.set
Description of the Field
|
Constructor and Description |
---|
PhraseRunner(TermRunner[] a)
Constructor for the PhraseRunner object
|
ProxRunner(TermRunner a,
TermRunner b,
int diff)
Constructor for the ProxRunner object
|
Modifier and Type | Class and Description |
---|---|
class |
TermRunner
The TermRunner object represents a binary form of a query that consists
of one term.
|
Constructor and Description |
---|
PhraseRunner(int model,
TermRunner[] a)
Constructor for the PhraseRunner object
|
ProxRunner(int model,
TermRunner a,
TermRunner b,
int diff)
Constructor for the ProxRunner object
|
Copyright © 2016 Egothor. All Rights Reserved.