Package | Description |
---|---|
org.modeshape.jcr.query |
The Query API provides a mechanism for building and executing queries.
|
Modifier and Type | Field and Description |
---|---|
protected IndexRules.FieldType |
IndexRules.TypedRule.type |
Modifier and Type | Method and Description |
---|---|
IndexRules.FieldType |
IndexRules.Rule.getType() |
IndexRules.FieldType |
IndexRules.SkipRule.getType() |
IndexRules.FieldType |
IndexRules.TypedRule.getType() |
static IndexRules.FieldType |
IndexRules.FieldType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static IndexRules.FieldType[] |
IndexRules.FieldType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
protected <T> IndexRules.Builder |
IndexRules.Builder.numericField(Name name,
IndexRules.FieldType type,
org.apache.lucene.document.Field.Store store,
org.apache.lucene.document.Field.Index index,
T minValue,
T maxValue) |
Constructor and Description |
---|
IndexRules.NumericTypedRule(IndexRules.FieldType type,
org.apache.lucene.document.Field.Store store,
org.apache.lucene.document.Field.Index index,
T minValue,
T maxValue) |
IndexRules.TypedRule(IndexRules.FieldType type,
org.apache.lucene.document.Field.Store store,
org.apache.lucene.document.Field.Index index,
boolean canBeReference,
boolean fullTextSearchable) |
Copyright © 2008-2014 JBoss, a division of Red Hat. All Rights Reserved.