C# Class Lucene.Net.Analysis.Position.PositionFilterTest

Inheritance: BaseTokenStreamTestCase
Exibir arquivo Open project: apache/lucenenet Class Usage Examples

Public Properties

Property Type Description
SIX_GRAM_NO_POSITIONS_INCREMENTS int[]
SIX_GRAM_NO_POSITIONS_TOKENS string[]
SIX_GRAM_NO_POSITIONS_TYPES string[]
TEST_TOKEN string[]
TEST_TOKEN_NON_ZERO_POSITION_INCREMENTS int[]
TEST_TOKEN_POSITION_INCREMENTS int[]

Private Methods

Method Description
Test6GramFilterNoPositions ( ) : void
TestFilter ( ) : void
TestNonZeroPositionIncrement ( ) : void
TestReset ( ) : void

Property Details

SIX_GRAM_NO_POSITIONS_INCREMENTS public_oe static_oe property

public static int[] SIX_GRAM_NO_POSITIONS_INCREMENTS
return int[]

SIX_GRAM_NO_POSITIONS_TOKENS public_oe static_oe property

public static string[] SIX_GRAM_NO_POSITIONS_TOKENS
return string[]

SIX_GRAM_NO_POSITIONS_TYPES public_oe static_oe property

public static string[] SIX_GRAM_NO_POSITIONS_TYPES
return string[]

TEST_TOKEN public_oe static_oe property

public static string[] TEST_TOKEN
return string[]

TEST_TOKEN_NON_ZERO_POSITION_INCREMENTS public_oe static_oe property

public static int[] TEST_TOKEN_NON_ZERO_POSITION_INCREMENTS
return int[]

TEST_TOKEN_POSITION_INCREMENTS public_oe static_oe property

public static int[] TEST_TOKEN_POSITION_INCREMENTS
return int[]