org.compass.core.lucene
Class LuceneEnvironment.JdbcStore.FileEntry

java.lang.Object
  extended by org.compass.core.lucene.LuceneEnvironment.JdbcStore.FileEntry
Enclosing class:
LuceneEnvironment.JdbcStore

public abstract class LuceneEnvironment.JdbcStore.FileEntry
extends Object


Field Summary
static String FILE_ENTRY_HANDLER_TYPE
          The fully qualifed class of the FileEntryHandler implementation.
static String INDEX_INPUT_BUFFER_SIZE
          The buffer size for implemenations of Lucene IndexInput where applicable.
static String INDEX_INPUT_TYPE
          The fully qualifed class of the IndexInput implementation.
static String INDEX_OUTPUT_BUFFER_SIZE
          The buffer size for implemenations of Lucene IndexOutput where applicable.
static String INDEX_OUTPUT_THRESHOLD
          The threshold value to be used for RAMAndFileJdbcIndexOutput.
static String INDEX_OUTPUT_TYPE
          The fully qualifed class of the IndexOutput implementation.
static String PREFIX
           
 
Constructor Summary
LuceneEnvironment.JdbcStore.FileEntry()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

PREFIX

public static final String PREFIX
See Also:
Constant Field Values

INDEX_INPUT_BUFFER_SIZE

public static final String INDEX_INPUT_BUFFER_SIZE
The buffer size for implemenations of Lucene IndexInput where applicable.

See Also:
Constant Field Values

INDEX_OUTPUT_BUFFER_SIZE

public static final String INDEX_OUTPUT_BUFFER_SIZE
The buffer size for implemenations of Lucene IndexOutput where applicable.

See Also:
Constant Field Values

INDEX_INPUT_TYPE

public static final String INDEX_INPUT_TYPE
The fully qualifed class of the IndexInput implementation.

See Also:
Constant Field Values

INDEX_OUTPUT_TYPE

public static final String INDEX_OUTPUT_TYPE
The fully qualifed class of the IndexOutput implementation.

See Also:
Constant Field Values

FILE_ENTRY_HANDLER_TYPE

public static final String FILE_ENTRY_HANDLER_TYPE
The fully qualifed class of the FileEntryHandler implementation.

See Also:
Constant Field Values

INDEX_OUTPUT_THRESHOLD

public static final String INDEX_OUTPUT_THRESHOLD
The threshold value to be used for RAMAndFileJdbcIndexOutput.

See Also:
Constant Field Values
Constructor Detail

LuceneEnvironment.JdbcStore.FileEntry

public LuceneEnvironment.JdbcStore.FileEntry()


Copyright (c) 2004-2008 The Compass Project.