@Immutable protected static class IndexRules.SkipRule extends Object implements IndexRules.Rule
| Modifier | Constructor and Description |
|---|---|
protected |
IndexRules.SkipRule() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
canBeReference() |
org.apache.lucene.document.Field.Index |
getIndexOption() |
org.apache.lucene.document.Field.Store |
getStoreOption() |
IndexRules.FieldType |
getType() |
boolean |
isFullTextSearchable() |
boolean |
isSkipped() |
public IndexRules.FieldType getType()
getType in interface IndexRules.Rulepublic boolean isSkipped()
isSkipped in interface IndexRules.Rulepublic boolean isFullTextSearchable()
isFullTextSearchable in interface IndexRules.Rulepublic boolean canBeReference()
canBeReference in interface IndexRules.Rulepublic org.apache.lucene.document.Field.Index getIndexOption()
getIndexOption in interface IndexRules.Rulepublic org.apache.lucene.document.Field.Store getStoreOption()
getStoreOption in interface IndexRules.RuleCopyright © 2008-2014 JBoss, a division of Red Hat. All Rights Reserved.