Uses of Class
org.modeshape.search.lucene.IndexRules.FieldType

Packages that use IndexRules.FieldType
org.modeshape.search.lucene An implementation of the SearchEngine interface that uses the Lucene library. 
 

Uses of IndexRules.FieldType in org.modeshape.search.lucene
 

Fields in org.modeshape.search.lucene declared as IndexRules.FieldType
protected  IndexRules.FieldType IndexRules.TypedRule.type
           
 

Methods in org.modeshape.search.lucene that return IndexRules.FieldType
 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.
 

Methods in org.modeshape.search.lucene with parameters of type IndexRules.FieldType
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)
           
 

Constructors in org.modeshape.search.lucene with parameters of type IndexRules.FieldType
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-2012 JBoss, a division of Red Hat. All Rights Reserved.