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

Inheritance: BaseTokenStreamTestCase
Datei anzeigen Open project: synhershko/lucene.net

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[]