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 class
ShingleMatrixFilter.OneDimensionalNonWeightedTokenSettingsCodec
Deprecated.Using this codec makes aShingleMatrixFilter
act likeShingleFilter
.static class
ShingleMatrixFilter.SimpleThreeDimensionalTokenSettingsCodec
Deprecated.A full featured codec not to be used for something serious.static class
ShingleMatrixFilter.TwoDimensionalNonWeightedSynonymTokenSettingsCodec
Deprecated.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.TokenSettingsCodec
ShingleMatrixFilter. defaultSettingsCodec
Deprecated.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.
-