@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.Rule
public boolean isSkipped()
isSkipped
in interface IndexRules.Rule
public boolean isFullTextSearchable()
isFullTextSearchable
in interface IndexRules.Rule
public boolean canBeReference()
canBeReference
in interface IndexRules.Rule
public org.apache.lucene.document.Field.Index getIndexOption()
getIndexOption
in interface IndexRules.Rule
public org.apache.lucene.document.Field.Store getStoreOption()
getStoreOption
in interface IndexRules.Rule
Copyright © 2008-2014 JBoss, a division of Red Hat. All Rights Reserved.