Uses of Class
org.apache.lucene.analysis.shingle.ShingleMatrixFilter.TokenSettingsCodec
-
Packages that use ShingleMatrixFilter.TokenSettingsCodec Package Description org.apache.lucene.analysis.shingle Word n-gram filters -
-
Uses of ShingleMatrixFilter.TokenSettingsCodec in org.apache.lucene.analysis.shingle
Subclasses of ShingleMatrixFilter.TokenSettingsCodec in org.apache.lucene.analysis.shingle Modifier and Type Class Description static classShingleMatrixFilter.OneDimensionalNonWeightedTokenSettingsCodecDeprecated.Using this codec makes aShingleMatrixFilteract likeShingleFilter.static classShingleMatrixFilter.SimpleThreeDimensionalTokenSettingsCodecDeprecated.A full featured codec not to be used for something serious.static classShingleMatrixFilter.TwoDimensionalNonWeightedSynonymTokenSettingsCodecDeprecated.A codec that creates a two dimensional matrix by treating tokens from the input stream with 0 position increment as new rows to the current column.Fields in org.apache.lucene.analysis.shingle declared as ShingleMatrixFilter.TokenSettingsCodec Modifier and Type Field Description static ShingleMatrixFilter.TokenSettingsCodecShingleMatrixFilter. defaultSettingsCodecDeprecated.Constructors in org.apache.lucene.analysis.shingle with parameters of type ShingleMatrixFilter.TokenSettingsCodec Constructor Description ShingleMatrixFilter(ShingleMatrixFilter.Matrix matrix, int minimumShingleSize, int maximumShingleSize, Character spacerCharacter, boolean ignoringSinglePrefixOrSuffixShingle, ShingleMatrixFilter.TokenSettingsCodec settingsCodec)Deprecated.Creates a shingle filter based on a user defined matrix.ShingleMatrixFilter(org.apache.lucene.analysis.TokenStream input, int minimumShingleSize, int maximumShingleSize, Character spacerCharacter, boolean ignoringSinglePrefixOrSuffixShingle, ShingleMatrixFilter.TokenSettingsCodec settingsCodec)Deprecated.Creates a shingle filter with ad hoc parameter settings.
-