public static class FullTextSearch.Disjunction extends FullTextSearch.CompoundTerm
FullTextSearch.Term
s that are ORed together.Constructor and Description |
---|
FullTextSearch.Disjunction(List<FullTextSearch.Term> terms)
Create a disjunction of the supplied terms.
|
public FullTextSearch.Disjunction(List<FullTextSearch.Term> terms)
terms
- the terms to be ORed together; may not be null or emptyCopyright © 2008-2014 JBoss, a division of Red Hat. All Rights Reserved.