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()
           
 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)
           
 

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)
          Creates a shingle filter based on a user defined matrix.
 



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