public static final class SortedNumericSortField.Provider extends SortFieldProvider
Modifier and Type | Field and Description |
---|---|
static String |
NAME
The name this provider is registered under
|
name
Constructor and Description |
---|
Provider()
Creates a new Provider
|
Modifier and Type | Method and Description |
---|---|
SortField |
readSortField(DataInput in)
Reads a SortField from serialized bytes
|
void |
writeSortField(SortField sf,
DataOutput out)
Writes a SortField to a DataOutput
This is used to record index sort information in segment headers
|
availableSortFieldProviders, forName, getName, reloadSortFieldProviders, write
public static final String NAME
public SortField readSortField(DataInput in) throws IOException
SortFieldProvider
readSortField
in class SortFieldProvider
IOException
public void writeSortField(SortField sf, DataOutput out) throws IOException
SortFieldProvider
writeSortField
in class SortFieldProvider
IOException
Copyright © 2000-2021 Apache Software Foundation. All Rights Reserved.