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

offset

int offset

length

int length

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

field

String field

text

String text

Class org.apache.lucene.index.TermVectorOffsetInfo extends Object implements Serializable

Serialized Fields

startOffset

int startOffset

endOffset

int endOffset

Package org.apache.lucene.misc

Class org.apache.lucene.misc.SweetSpotSimilarity extends org.apache.lucene.search.DefaultSimilarity implements Serializable

Serialized Fields

ln_min

int ln_min

ln_max

int ln_max

ln_steep

float ln_steep

ln_maxs

Map<K,V> ln_maxs

ln_mins

Map<K,V> ln_mins

ln_steeps

Map<K,V> ln_steeps

ln_overlaps

Map<K,V> ln_overlaps

tf_base

float tf_base

tf_min

float tf_min

tf_hyper_min

float tf_hyper_min

tf_hyper_max

float tf_hyper_max

tf_hyper_base

double tf_hyper_base

tf_hyper_xoffset

float tf_hyper_xoffset

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<K,V> fileMap

sizeInBytes

AtomicLong sizeInBytes

Class org.apache.lucene.store.RAMFile extends Object implements Serializable

serialVersionUID: 1L

Serialized Fields

buffers

ArrayList<E> buffers

length

long length

directory

org.apache.lucene.store.RAMDirectory directory

sizeInBytes

long sizeInBytes

lastModified

long lastModified



Copyright © 2000-2011 Apache Software Foundation. All Rights Reserved.