|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.egothor.core.query.Runner
org.egothor.query.runner.OrRunner
org.egothor.query.runner.enhanced.OrRunner
public class OrRunner
This object represents a binary form of a OR b
formula.
This Runner is used when a user wishes to query for documents
containing one word or another. For example, the user might wish to
query for documents containing BASS or GUITAR. The form of this query
would be given as:
BASS||GUITAR.
Field Summary |
---|
Fields inherited from class org.egothor.query.runner.OrRunner |
---|
a, b |
Constructor Summary | |
---|---|
OrRunner(int model,
Runner a,
Runner b)
Constructor for the OrRunner object |
Method Summary | |
---|---|
int |
evaluate(long uid)
Return the calculated similarity. |
Methods inherited from class org.egothor.query.runner.OrRunner |
---|
invalidReason, terms |
Methods inherited from class org.egothor.core.query.Runner |
---|
run |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public OrRunner(int model, Runner a, Runner b)
model
- Description of the Parametera
- the Runner for the first queryb
- the Runner for the second queryMethod Detail |
---|
public int evaluate(long uid)
evaluate
in class OrRunner
uid
- the unique ID of the document to check
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |