Package | Description |
---|---|
org.apache.lucene.uninverting |
Support for creating docvalues on-the-fly from the inverted index at runtime.
|
Modifier and Type | Field and Description |
---|---|
(package private) java.util.Map<java.lang.String,UninvertingReader.Type> |
UninvertingReader.mapping
Deprecated.
|
(package private) java.util.Map<java.lang.String,UninvertingReader.Type> |
UninvertingReader.UninvertingDirectoryReader.mapping |
Modifier and Type | Method and Description |
---|---|
private UninvertingReader.Type |
UninvertingReader.getType(java.lang.String field)
Deprecated.
Returns the field's uninversion type, or null
if the field doesn't exist or doesn't have a mapping.
|
static UninvertingReader.Type |
UninvertingReader.Type.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static UninvertingReader.Type[] |
UninvertingReader.Type.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
static DirectoryReader |
UninvertingReader.wrap(DirectoryReader in,
java.util.Map<java.lang.String,UninvertingReader.Type> mapping)
Deprecated.
Wraps a provided DirectoryReader.
|
Constructor and Description |
---|
UninvertingDirectoryReader(DirectoryReader in,
java.util.Map<java.lang.String,UninvertingReader.Type> mapping) |
UninvertingReader(LeafReader in,
java.util.Map<java.lang.String,UninvertingReader.Type> mapping)
Deprecated.
Create a new UninvertingReader with the specified mapping
|