| Package | Description |
|---|---|
| org.apache.solr.schema |
IndexSchema and FieldType implementations for powering schema.xml |
| org.apache.solr.uninverting |
Support for creating docvalues on-the-fly from the inverted index at runtime.
|
| Modifier and Type | Method and Description |
|---|---|
Map<String,UninvertingReader.Type> |
IndexSchema.getUninversionMap(IndexReader reader) |
| Modifier and Type | Method and Description |
|---|---|
static UninvertingReader.Type |
UninvertingReader.Type.valueOf(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,
Function<LeafReader,Map<String,UninvertingReader.Type>> perSegmentMapper)
Wraps a provided DirectoryReader.
|
static DirectoryReader |
UninvertingReader.wrap(DirectoryReader in,
Map<String,UninvertingReader.Type> mapping) |
| Constructor and Description |
|---|
UninvertingReader(LeafReader in,
Map<String,UninvertingReader.Type> mapping)
Create a new UninvertingReader with the specified mapping
|
Copyright © 2000-2017 Apache Software Foundation. All Rights Reserved.