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