org.apache.lucene.index
131
C
AutomatonTermsEnum
C
BaseCompositeReader
C
BaseTermsEnum
C
BinaryDocValues
C
ByteVectorValues
C
CheckIndex
C
CodecReader
C
CompositeReader
C
CompositeReaderContext
C
ConcurrentMergeScheduler
C
CorruptIndexException
C
DirectoryReader
C
DocIDMerger
C
DocValues
E
DocValuesSkipIndexType
C
DocValuesSkipper
E
DocValuesType
C
DocsWithFieldSet
C
EmptyDocValuesProducer
C
ExitableDirectoryReader
C
FieldInfo
C
FieldInfos
C
FieldInvertState
C
Fields
C
FilterBinaryDocValues
C
FilterCodecReader
C
FilterDirectoryReader
C
FilterLeafReader
C
FilterMergePolicy
C
FilterNumericDocValues
C
FilterSortedDocValues
C
FilterSortedNumericDocValues
C
FilterSortedSetDocValues
C
FilteredTermsEnum
C
FloatVectorValues
C
FreqAndNormBuffer
C
Impacts
C
ImpactsEnum
I
ImpactsSource
C
IndexCommit
C
IndexDeletionPolicy
C
IndexFileNames
C
IndexFormatTooNewException
C
IndexFormatTooOldException
C
IndexNotFoundException
E
IndexOptions
C
IndexReader
C
IndexReaderContext
I
IndexSorter
C
IndexUpgrader
C
IndexWriter
C
IndexWriterConfig
I
IndexWriterEventListener
I
IndexableField
I
IndexableFieldType
C
KeepLastNCommitsDeletionPolicy
C
KeepOnlyLastCommitDeletionPolicy
C
KnnVectorValues
C
LeafReader
C
LeafReaderContext
C
LiveIndexWriterConfig
C
LogByteSizeMergePolicy
C
LogDocMergePolicy
C
LogMergePolicy
C
MappedMultiFields
C
MergePolicy
C
MergeRateLimiter
C
MergeScheduler
C
MergeState
E
MergeTrigger
C
MultiBits
C
MultiDocValues
C
MultiFields
C
MultiLeafReader
C
MultiPostingsEnum
C
MultiReader
C
MultiTerms
C
MultiTermsEnum
C
NoDeletionPolicy
C
NoMergePolicy
C
NoMergeScheduler
C
NumericDocValues
C
OneMergeWrappingMergePolicy
C
OrdTermState
C
OrdinalMap
C
ParallelCompositeReader
C
ParallelLeafReader
C
PersistentSnapshotDeletionPolicy
C
PointValues
C
PostingsEnum
C
PrefixCodedTerms
I
QueryTimeout
C
QueryTimeoutImpl
C
ReaderManager
C
ReaderUtil
C
SegmentCommitInfo
C
SegmentInfo
C
SegmentInfos
C
SegmentOrder
C
SegmentReadState
C
SegmentReader
C
SegmentWriteState
C
SerialMergeScheduler
C
SimpleMergedSegmentWarmer
C
SingleTermsEnum
C
SlowCodecReaderWrapper
C
SlowImpactsEnum
C
SnapshotDeletionPolicy
C
SoftDeletesDirectoryReaderWrapper
C
SoftDeletesRetentionMergePolicy
C
SortFieldProvider
C
SortedDocValues
C
SortedNumericDocValues
C
SortedSetDocValues
C
Sorter
C
SortingCodecReader
C
StandardDirectoryReader
C
StoredFieldVisitor
C
StoredFields
C
Term
C
TermState
C
TermStates
C
TermVectors
C
Terms
C
TermsEnum
C
TieredMergePolicy
I
TwoPhaseCommit
C
TwoPhaseCommitTool
C
UpgradeIndexMergePolicy
E
VectorEncoding
E
VectorSimilarityFunction
IndexFormatTooNewException — members
6+
C
new(resource_description, version, min_version, max_version)
C
new(in, version, min_version, max_version)
M
max_version()
int
M
min_version()
int
M
resource_description()
String
M
version()
int
from Throwable
C
add_suppressed(arg0)
M
cause()
Throwable
M
fill_in_stack_trace()
Throwable
M
init_cause(arg0)
Throwable
M
localized_message()
String
M
message()
String
C
print_stack_trace()
C
print_stack_trace(arg0)
C
print_stack_trace(arg0)
M
stack_trace()
StackTraceElement[]
C
stack_trace=(arg0)
M
suppressed()
Throwable[]
M
to_string()
String
org.apache.lucene.index.IndexFormatTooNewException
class
extends IOException
6 members
This exception is thrown when Lucene detects an index that is newer than this Lucene version.
Constructors
new
new
(
String resource_description,
int version,
int min_version,
int max_version
)
Java: <init>(String resourceDescription, int version, int minVersion, int maxVersion)
Creates an IndexFormatTooNewException
| name | type | description |
| resource_description | String | describes the file that was too new |
| version | int | the version of the file that was too new |
| min_version | int | the minimum version accepted |
| max_version | int | the maximum version accepted |
new
new
(
DataInput in,
int version,
int min_version,
int max_version
)
Java: <init>(org.apache.lucene.store.DataInput in, int version, int minVersion, int maxVersion)
Creates an IndexFormatTooNewException
| name | type | description |
| in | org.apache.lucene.store.DataInput | the open file that's too new |
| version | int | the version of the file that was too new |
| min_version | int | the minimum version accepted |
| max_version | int | the maximum version accepted |
Instance Methods
max_version
int
max_version
(
)
Java: getMaxVersion() · also: get_max_version
Returns the maximum version accepted
min_version
int
min_version
(
)
Java: getMinVersion() · also: get_min_version
Returns the minimum version accepted
resource_description
String
resource_description
(
)
Java: getResourceDescription() · also: get_resource_description
Returns a description of the file that was too new
version
int
version
(
)
Java: getVersion() · also: get_version
Returns the version of the file that was too new
Inherited
from Throwable
add_suppressed
add_suppressed
(
Throwable arg0
)
Java: addSuppressed(Throwable arg0)
cause
Throwable
cause
(
)
Java: getCause() · also: get_cause
fill_in_stack_trace
Throwable
fill_in_stack_trace
(
)
Java: fillInStackTrace()
init_cause
Throwable
init_cause
(
Throwable arg0
)
Java: initCause(Throwable arg0)
localized_message
String
localized_message
(
)
Java: getLocalizedMessage() · also: get_localized_message
message
String
message
(
)
Java: getMessage() · also: get_message
print_stack_trace
print_stack_trace
(
)
Java: printStackTrace()
print_stack_trace
print_stack_trace
(
PrintStream arg0
)
Java: printStackTrace(java.io.PrintStream arg0)
print_stack_trace
print_stack_trace
(
PrintWriter arg0
)
Java: printStackTrace(java.io.PrintWriter arg0)
stack_trace
StackTraceElement[]
stack_trace
(
)
Java: getStackTrace() · also: get_stack_trace
stack_trace=
stack_trace=
(
StackTraceElement[] arg0
)
Java: setStackTrace(StackTraceElement[] arg0) · also: set_stack_trace
suppressed
Throwable[]
suppressed
(
)
Java: getSuppressed() · also: get_suppressed
to_string
String
to_string
(
)
Java: toString()