Package | Description |
---|---|
org.hibernate.search.indexes.serialization.impl | |
org.hibernate.search.indexes.serialization.spi |
Modifier and Type | Method and Description |
---|---|
void |
LuceneWorkHydrator.addFieldWithStringData(String name,
String value,
SerializableStore store,
SerializableIndex index,
SerializableTermVector termVector,
float boost,
boolean omitNorms,
boolean omitTermFreqAndPositions) |
Modifier and Type | Method and Description |
---|---|
SerializableIndex |
LuceneFieldContext.getIndex() |
static SerializableIndex |
SerializableIndex.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static SerializableIndex[] |
SerializableIndex.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
void |
LuceneWorksBuilder.addFieldWithStringData(String name,
String value,
SerializableStore store,
SerializableIndex index,
SerializableTermVector termVector,
float boost,
boolean omitNorms,
boolean omitTermFreqAndPositions) |
Copyright © 2006-2017 Red Hat, Inc. All Rights Reserved