public class FullTextConstraint extends QueryConstraint
FullTextConstraint
implements a full text search constraint.Constructor and Description |
---|
FullTextConstraint(FullTextSearchImpl fts,
SelectorImpl selector,
LuceneQueryFactory factory)
Creates a new full text search constraint.
|
evaluate
getSelector, getSelectorIndex
public FullTextConstraint(FullTextSearchImpl fts, SelectorImpl selector, LuceneQueryFactory factory) throws javax.jcr.RepositoryException
fts
- the QOM constraint.selector
- the selector for this constraint.factory
- the lucene query factory.javax.jcr.RepositoryException
- if an error occurs while building the query.Copyright © 2004-2020 The Apache Software Foundation. All Rights Reserved.