|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use Norms | |
|---|---|
| org.hibernate.search.annotations | |
| org.hibernate.search.cfg | |
| org.hibernate.search.engine.impl | |
| Uses of Norms in org.hibernate.search.annotations |
|---|
| Methods in org.hibernate.search.annotations that return Norms | |
|---|---|
static Norms |
Norms.valueOf(String name)
Returns the enum constant of this type with the specified name. |
static Norms[] |
Norms.values()
Returns an array containing the constants of this enum type, in the order they are declared. |
| Uses of Norms in org.hibernate.search.cfg |
|---|
| Methods in org.hibernate.search.cfg with parameters of type Norms | |
|---|---|
FieldMapping |
FieldMapping.norms(Norms norms)
|
| Uses of Norms in org.hibernate.search.engine.impl |
|---|
| Methods in org.hibernate.search.engine.impl with parameters of type Norms | |
|---|---|
static org.apache.lucene.document.Field.Index |
AnnotationProcessingHelper.getIndex(Index index,
Analyze analyze,
Norms norms)
Using the passed field (or class bridge) settings determines the Lucene Field.Index |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||