org.jboss.dna.search.lucene
Interface IndexRules.Rule

All Known Subinterfaces:
IndexRules.NumericRule<T>
Enclosing class:
IndexRules

@Immutable
public static interface IndexRules.Rule

A single rule that dictates how a single property should be indexed.

See Also:
IndexRules.getRule(Name)

Method Summary
 org.apache.lucene.document.Field.Index getIndexOption()
           
 org.apache.lucene.document.Field.Store getStoreOption()
           
 IndexRules.FieldType getType()
           
 boolean isSkipped()
           
 

Method Detail

isSkipped

boolean isSkipped()

getType

IndexRules.FieldType getType()

getStoreOption

org.apache.lucene.document.Field.Store getStoreOption()

getIndexOption

org.apache.lucene.document.Field.Index getIndexOption()


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