|
ModeShape Distribution 3.0.0.Final | |||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use FullTextSearch.Term | |
---|---|
org.modeshape.jcr.query.lucene | The core query engine, which currently uses Lucene for indexing and raw queries, and the Hibernate Search engine (which does not depend on or use Hibernate Core or JPA) for updating and querying the Lucene indexes. |
org.modeshape.jcr.query.model | The Abstract Query Model is a vocabulary that can be used to construct a language-neutral representation of a query. |
org.modeshape.jcr.query.parse | This package defines the QueryParser interface, which defines a component that can parse a query represented
in a specific language and produce the corresponding abstract query model representation. |
Uses of FullTextSearch.Term in org.modeshape.jcr.query.lucene |
---|
Methods in org.modeshape.jcr.query.lucene with parameters of type FullTextSearch.Term | |
---|---|
org.apache.lucene.search.Query |
LuceneQueryFactory.createQuery(SelectorName selectorName,
String fieldName,
FullTextSearch.Term term)
|
Uses of FullTextSearch.Term in org.modeshape.jcr.query.model |
---|
Classes in org.modeshape.jcr.query.model that implement FullTextSearch.Term | |
---|---|
static class |
FullTextSearch.CompoundTerm
A list of FullTextSearch.Term s. |
static class |
FullTextSearch.Conjunction
A set of FullTextSearch.Term s that are ANDed together. |
static class |
FullTextSearch.Disjunction
A set of FullTextSearch.Term s that are ORed together. |
static class |
FullTextSearch.NegationTerm
A FullTextSearch.Term that represents a search term that requires another term to not appear. |
static class |
FullTextSearch.SimpleTerm
A FullTextSearch.Term that represents a single search term. |
Methods in org.modeshape.jcr.query.model that return FullTextSearch.Term | |
---|---|
FullTextSearch.Term |
FullTextSearch.NegationTerm.getNegatedTerm()
Get the term that is negated. |
FullTextSearch.Term |
FullTextSearch.getTerm()
Get the formal FullTextSearch.Term representation of the expression. |
Methods in org.modeshape.jcr.query.model that return types with arguments of type FullTextSearch.Term | |
---|---|
List<FullTextSearch.Term> |
FullTextSearch.CompoundTerm.getTerms()
Get the terms that make up this compound term. |
Iterator<FullTextSearch.Term> |
FullTextSearch.CompoundTerm.iterator()
|
Constructors in org.modeshape.jcr.query.model with parameters of type FullTextSearch.Term | |
---|---|
FullTextSearch.NegationTerm(FullTextSearch.Term negatedTerm)
|
|
FullTextSearch(SelectorName selectorName,
String propertyName,
StaticOperand fullTextSearchExpression,
FullTextSearch.Term term)
Create a constraint defining a full-text search against the property values on node within the search scope. |
|
FullTextSearch(SelectorName selectorName,
String propertyName,
String fullTextSearchExpression,
FullTextSearch.Term term)
Create a constraint defining a full-text search against the property values on node within the search scope. |
Constructor parameters in org.modeshape.jcr.query.model with type arguments of type FullTextSearch.Term | |
---|---|
FullTextSearch.CompoundTerm(List<FullTextSearch.Term> terms)
Create a compound term of the supplied terms. |
|
FullTextSearch.Conjunction(List<FullTextSearch.Term> terms)
Create a conjunction of the supplied terms. |
|
FullTextSearch.Disjunction(List<FullTextSearch.Term> terms)
Create a disjunction of the supplied terms. |
Uses of FullTextSearch.Term in org.modeshape.jcr.query.parse |
---|
Methods in org.modeshape.jcr.query.parse that return FullTextSearch.Term | |
---|---|
FullTextSearch.Term |
FullTextSearchParser.parse(String fullTextSearchExpression)
Parse the full-text search criteria given in the supplied string. |
FullTextSearch.Term |
FullTextSearchParser.parse(TokenStream tokens)
Parse the full-text search criteria from the supplied token stream. |
protected FullTextSearch.Term |
FullTextSearchParser.parseDisjunctedTerms(TokenStream tokens)
|
protected FullTextSearch.Term |
BasicSqlQueryParser.parseFullTextSearchExpression(String expression,
Position startOfExpression)
|
protected FullTextSearch.Term |
FullTextSearchParser.parseTerm(TokenStream tokens)
|
Methods in org.modeshape.jcr.query.parse with parameters of type FullTextSearch.Term | |
---|---|
protected FullTextSearch |
BasicSqlQueryParser.fullTextSearch(SelectorName name,
String propertyName,
String expression,
FullTextSearch.Term term)
|
|
ModeShape Distribution 3.0.0.Final | |||||||||
PREV NEXT | FRAMES NO FRAMES |