|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use Index | |
|---|---|
| org.hibernate.search.annotations | |
| org.hibernate.search.cfg | |
| org.hibernate.search.engine | |
| Uses of Index in org.hibernate.search.annotations |
|---|
| Methods in org.hibernate.search.annotations that return Index | |
|---|---|
static Index |
Index.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name. |
static Index[] |
Index.values()
Returns an array containing the constants of this enum type, in the order they are declared. |
| Uses of Index in org.hibernate.search.cfg |
|---|
| Methods in org.hibernate.search.cfg with parameters of type Index | |
|---|---|
FieldMapping |
FieldMapping.index(Index index)
|
FieldMapping |
FieldBridgeMapping.index(Index index)
|
ClassBridgeMapping |
ClassBridgeMapping.index(Index index)
|
| Uses of Index in org.hibernate.search.engine |
|---|
| Methods in org.hibernate.search.engine with parameters of type Index | |
|---|---|
protected org.apache.lucene.document.Field.Index |
DocumentBuilderContainedEntity.getIndex(Index index)
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||