C# Class Lucene.Net.Documents.TestLazyDocument

Show file Open project: apache/lucenenet

Public Properties

Property Type Description
FIELDS string[]
NUM_DOCS int
NUM_VALUES int
dir Lucene.Net.Store.Directory

Private Methods

Method Description
CreateIndex ( ) : void
RemoveIndex ( ) : void
TestLazy ( ) : void

Property Details

FIELDS public property

public string[] FIELDS
return string[]

NUM_DOCS public property

public int NUM_DOCS
return int

NUM_VALUES public property

public int NUM_VALUES
return int

dir public property

public Directory,Lucene.Net.Store dir
return Lucene.Net.Store.Directory