Uses of Interface
org.modeshape.search.lucene.IndexRules.Rule

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

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

Subinterfaces of IndexRules.Rule in org.modeshape.search.lucene
static interface IndexRules.NumericRule<T>
           
 

Classes in org.modeshape.search.lucene that implement IndexRules.Rule
protected static class IndexRules.NumericTypedRule<T>
           
protected static class IndexRules.SkipRule
           
protected static class IndexRules.TypedRule
           
 

Fields in org.modeshape.search.lucene declared as IndexRules.Rule
static IndexRules.Rule IndexRules.SKIP
           
 

Methods in org.modeshape.search.lucene that return IndexRules.Rule
 IndexRules.Rule IndexRules.getRule(Name name)
          Get the rule associated with the given property name.
 

Constructors in org.modeshape.search.lucene with parameters of type IndexRules.Rule
IndexRules(Map<Name,IndexRules.Rule> rulesByName, IndexRules.Rule defaultRule)
           
 

Constructor parameters in org.modeshape.search.lucene with type arguments of type IndexRules.Rule
IndexRules(Map<Name,IndexRules.Rule> rulesByName, IndexRules.Rule defaultRule)
           
 



Copyright © 2008-2011 JBoss, a division of Red Hat. All Rights Reserved.