C# Class Lucene.Net.Documents.TestLazyDocument

Mostrar archivo 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_oe property

public string[] FIELDS
return string[]

NUM_DOCS public_oe property

public int NUM_DOCS
return int

NUM_VALUES public_oe property

public int NUM_VALUES
return int

dir public_oe property

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