org.modeshape.jcr.query.model
Class FullTextSearch.Conjunction
java.lang.Object
org.modeshape.jcr.query.model.FullTextSearch.CompoundTerm
org.modeshape.jcr.query.model.FullTextSearch.Conjunction
- All Implemented Interfaces:
- Iterable<FullTextSearch.Term>, FullTextSearch.Term
- Enclosing class:
- FullTextSearch
public static class FullTextSearch.Conjunction
- extends FullTextSearch.CompoundTerm
A set of FullTextSearch.Term
s that are ANDed together.
FullTextSearch.Conjunction
public FullTextSearch.Conjunction(List<FullTextSearch.Term> terms)
- Create a conjunction of the supplied terms.
- Parameters:
terms
- the terms to be ANDed together; may not be null or empty
toString
public String toString()
- Overrides:
toString
in class Object
Copyright © 2008-2012 JBoss, a division of Red Hat. All Rights Reserved.