public class OrRunner extends OrRunner
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.
Constructor and Description |
---|
OrRunner(int model,
Runner a,
Runner b)
Constructor for the OrRunner object
|
Modifier and Type | Method and Description |
---|---|
int |
evaluate(long uid)
Return the calculated similarity.
|
invalidReason, terms
Copyright © 2016 Egothor. All Rights Reserved.