Uses of Class
org.apache.lucene.store.IOContext.Context
-
Packages that use IOContext.Context Package Description org.apache.lucene.store Binary i/o API, used for all index data. -
-
Uses of IOContext.Context in org.apache.lucene.store
Fields in org.apache.lucene.store declared as IOContext.Context Modifier and Type Field Description IOContext.Context
IOContext. context
An object of a enumerator Context typeMethods in org.apache.lucene.store that return IOContext.Context Modifier and Type Method Description static IOContext.Context
IOContext.Context. valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.static IOContext.Context[]
IOContext.Context. values()
Returns an array containing the constants of this enum type, in the order they are declared.Constructors in org.apache.lucene.store with parameters of type IOContext.Context Constructor Description IOContext(IOContext.Context context)
IOContext(IOContext.Context context, MergeInfo mergeInfo)
-