Uses of Interface
org.apache.jackrabbit.core.query.lucene.TransformConstants
-
Packages that use TransformConstants Package Description org.apache.jackrabbit.core.query.lucene -
-
Uses of TransformConstants in org.apache.jackrabbit.core.query.lucene
Subinterfaces of TransformConstants in org.apache.jackrabbit.core.query.lucene Modifier and Type Interface Description interface
Transformable
Transformable
marks queries that can transform the value to upper- or lower-case.Classes in org.apache.jackrabbit.core.query.lucene that implement TransformConstants Modifier and Type Class Description class
LocalNameRangeQuery
LocalNameRangeQuery
implements a range query on the local name of nodes.class
RangeQuery
Implements a variant of the lucene classorg.apache.lucene.search.RangeQuery
.class
WildcardNameQuery
Implements a wildcard query on the name field.class
WildcardQuery
Implements a wildcard query on a lucene field with an embedded property name and a pattern.
-