public abstract static class FullTextSearch.CompoundTerm extends Object implements FullTextSearch.Term, Iterable<FullTextSearch.Term>
FullTextSearch.Term
s.Modifier | Constructor and Description |
---|---|
protected |
FullTextSearch.CompoundTerm(List<FullTextSearch.Term> terms)
Create a compound term of the supplied terms.
|
protected FullTextSearch.CompoundTerm(List<FullTextSearch.Term> terms)
terms
- the terms; may not be null or emptypublic List<FullTextSearch.Term> getTerms()
public Iterator<FullTextSearch.Term> iterator()
iterator
in interface Iterable<FullTextSearch.Term>
Copyright © 2008-2014 JBoss, a division of Red Hat. All Rights Reserved.