Method |
Description |
|
AddDoc ( IndexWriter writer ) : void |
|
|
AddDocs ( IndexWriter writer, int numDocs ) : void |
|
|
AddDocs2 ( IndexWriter writer, int numDocs ) : void |
|
|
AddDocsWithID ( IndexWriter writer, int numDocs, int docStart ) : void |
|
|
NewWriter ( Directory dir, IndexWriterConfig conf ) : IndexWriter |
|
|
SetUpDirs ( Directory dir, Directory aux ) : void |
|
|
SetUpDirs ( Directory dir, Directory aux, bool withID ) : void |
|
|
TestAddEmpty ( ) : void |
|
|
TestAddIndexMissingCodec ( ) : void |
|
|
TestAddIndexesWithClose ( ) : void |
|
|
TestAddIndexesWithCloseNoWait ( ) : void |
|
|
TestAddIndexesWithRollback ( ) : void |
|
|
TestAddIndexesWithThreads ( ) : void |
|
|
TestAddSelf ( ) : void |
|
|
TestExistingDeletes ( ) : void |
|
|
TestFakeAllDeleted ( ) : void |
|
|
TestFieldNamesChanged ( ) : void |
|
|
TestHangOnClose ( ) : void |
|
|
TestLocksBlock ( ) : void |
|
|
TestMergeAfterCopy ( ) : void |
|
|
TestMoreMerges ( ) : void |
|
|
TestNoCopySegments ( ) : void |
|
|
TestNoMergeAfterCopy ( ) : void |
|
|
TestNoTailSegments ( ) : void |
|
|
TestNonCFSLeftovers ( ) : void |
|
|
TestSimpleCase ( ) : void |
|
|
TestSimpleCaseCustomCodec ( ) : void |
|
|
TestWithPendingDeletes ( ) : void |
|
|
TestWithPendingDeletes2 ( ) : void |
|
|
TestWithPendingDeletes3 ( ) : void |
|
|
VerifyNumDocs ( Directory dir, int numDocs ) : void |
|
|
VerifyTermDocs ( Directory dir, Lucene.Net.Index.Term term, int numDocs ) : void |
|
|