Serialized Form
-
Package org.apache.lucene.index
-
Class org.apache.lucene.index.CorruptIndexException extends IOException implements Serializable
-
Class org.apache.lucene.index.FieldReaderException extends RuntimeException implements Serializable
-
Class org.apache.lucene.index.IndexFormatTooNewException extends org.apache.lucene.index.CorruptIndexException implements Serializable
-
Class org.apache.lucene.index.IndexFormatTooOldException extends org.apache.lucene.index.CorruptIndexException implements Serializable
-
Class org.apache.lucene.index.IndexNotFoundException extends FileNotFoundException implements Serializable
-
Class org.apache.lucene.index.MergePolicy.MergeAbortedException extends IOException implements Serializable
-
Class org.apache.lucene.index.MergePolicy.MergeException extends RuntimeException implements Serializable
-
Serialized Fields
-
dir
org.apache.lucene.store.Directory dir
-
-
-
Class org.apache.lucene.index.Payload extends Object implements Serializable
-
Serialized Fields
-
data
byte[] data
-
length
int length
-
offset
int offset
-
-
-
Class org.apache.lucene.index.StaleReaderException extends IOException implements Serializable
-
Class org.apache.lucene.index.Term extends Object implements Serializable
-
Serialization Methods
-
readObject
private void readObject(ObjectInputStream arg0) throws IOException, ClassNotFoundException
- Throws:
IOException
ClassNotFoundException
-
-
Serialized Fields
-
-
Class org.apache.lucene.index.TermVectorOffsetInfo extends Object implements Serializable
-
Serialized Fields
-
endOffset
int endOffset
-
startOffset
int startOffset
-
-
-
-
Package org.apache.lucene.misc
-
Class org.apache.lucene.misc.SweetSpotSimilarity extends org.apache.lucene.search.DefaultSimilarity implements Serializable
-
Serialized Fields
-
ln_max
int ln_max
-
ln_maxs
Map<String,Number> ln_maxs
-
ln_min
int ln_min
-
ln_mins
Map<String,Number> ln_mins
-
ln_overlaps
Map<String,Boolean> ln_overlaps
-
ln_steep
float ln_steep
-
ln_steeps
Map<String,Float> ln_steeps
-
tf_base
float tf_base
-
tf_hyper_base
double tf_hyper_base
-
tf_hyper_max
float tf_hyper_max
-
tf_hyper_min
float tf_hyper_min
-
tf_hyper_xoffset
float tf_hyper_xoffset
-
tf_min
float tf_min
-
-
-
-
Package org.apache.lucene.store
-
Class org.apache.lucene.store.AlreadyClosedException extends IllegalStateException implements Serializable
-
Class org.apache.lucene.store.LockObtainFailedException extends IOException implements Serializable
-
Class org.apache.lucene.store.LockReleaseFailedException extends IOException implements Serializable
-
Class org.apache.lucene.store.NoSuchDirectoryException extends FileNotFoundException implements Serializable
-
Class org.apache.lucene.store.RAMDirectory extends org.apache.lucene.store.Directory implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
fileMap
Map<String,org.apache.lucene.store.RAMFile> fileMap
-
sizeInBytes
AtomicLong sizeInBytes
-
-
Class org.apache.lucene.store.RAMFile extends Object implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
buffers
ArrayList<byte[]> buffers
-
directory
org.apache.lucene.store.RAMDirectory directory
-
lastModified
long lastModified
-
length
long length
-
sizeInBytes
long sizeInBytes
-
-