Uses of Class
org.apache.lucene.analysis.shingle.ShingleMatrixFilter.Matrix

Packages that use ShingleMatrixFilter.Matrix
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
 ShingleMatrixFilter.Matrix ShingleMatrixFilter.getMatrix()
          Deprecated.  
 ShingleMatrixFilter.Matrix ShingleMatrixFilter.Matrix.Column.getMatrix()
           
 

Methods in org.apache.lucene.analysis.shingle with parameters of type ShingleMatrixFilter.Matrix
 void ShingleMatrixFilter.setMatrix(ShingleMatrixFilter.Matrix matrix)
          Deprecated.  
 

Constructors in org.apache.lucene.analysis.shingle with parameters of type ShingleMatrixFilter.Matrix
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.
 



Copyright © 2000-2011 Apache Software Foundation. All Rights Reserved.