C# Class Lucene.Net.Search.TestTermScorer

Inheritance: LuceneTestCase
Show file Open project: synhershko/lucene.net Class Usage Examples

Protected Properties

Property Type Description
directory Lucene.Net.Store.RAMDirectory
indexReader Lucene.Net.Index.IndexReader
indexSearcher IndexSearcher
values System.String[]

Private Methods

Method Description
SetUp ( ) : void
Test ( ) : void
TestNext ( ) : void
TestSkipTo ( ) : void

Property Details

directory protected property

protected Lucene.Net.Store.RAMDirectory directory
return Lucene.Net.Store.RAMDirectory

indexReader protected property

protected Lucene.Net.Index.IndexReader indexReader
return Lucene.Net.Index.IndexReader

indexSearcher protected property

protected IndexSearcher,Lucene.Net.Search indexSearcher
return IndexSearcher

values protected property

protected String[],System values
return System.String[]