C# Class Lucene.Net.Search.Spans.TestPayloadSpans

Inheritance: Lucene.Net.Util.LuceneTestCase
Mostra file Open project: synhershko/lucene.net Class Usage Examples

Protected Properties

Property Type Description
indexReader Lucene.Net.Index.IndexReader

Public Methods

Method Description
GetSpanNotSearcher ( ) : Lucene.Net.Search.IndexSearcher

Private Methods

Method Description
CheckSpans ( Lucene.Net.Search.Spans.Spans spans, int numSpans, int numPayloads ) : void
CheckSpans ( Lucene.Net.Search.Spans.Spans spans, int expectedNumSpans, int expectedNumPayloads, int expectedPayloadLength, int expectedFirstByte ) : void
GetSearcher ( ) : Lucene.Net.Search.IndexSearcher
SetUp ( ) : void
TestFirstClauseWithoutPayload ( ) : void
TestHeavilyNestedSpanQuery ( ) : void
TestNestedSpans ( ) : void
TestPayloadSpanUtil ( ) : void
TestShrinkToAfterShortestMatch ( ) : void
TestShrinkToAfterShortestMatch2 ( ) : void
TestShrinkToAfterShortestMatch3 ( ) : void
TestSpanFirst ( ) : void
TestSpanNot ( ) : void
TestSpanTermQuery ( ) : void

Method Details

GetSpanNotSearcher() public method

public GetSpanNotSearcher ( ) : Lucene.Net.Search.IndexSearcher
return Lucene.Net.Search.IndexSearcher

Property Details

indexReader protected_oe property

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