Uses of Class
org.apache.lucene.analysis.shingle.ShingleMatrixFilter.Matrix
-
Packages that use ShingleMatrixFilter.Matrix Package Description org.apache.lucene.analysis.shingle Word n-gram filters -
-
Uses of ShingleMatrixFilter.Matrix in org.apache.lucene.analysis.shingle
Methods in org.apache.lucene.analysis.shingle that return ShingleMatrixFilter.Matrix Modifier and Type Method Description ShingleMatrixFilter.Matrix
ShingleMatrixFilter. getMatrix()
Deprecated.ShingleMatrixFilter.Matrix
ShingleMatrixFilter.Matrix.Column. getMatrix()
Methods in org.apache.lucene.analysis.shingle with parameters of type ShingleMatrixFilter.Matrix Modifier and Type Method Description void
ShingleMatrixFilter. setMatrix(ShingleMatrixFilter.Matrix matrix)
Deprecated.Constructors in org.apache.lucene.analysis.shingle with parameters of type ShingleMatrixFilter.Matrix 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.
-