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

Packages that use ShingleMatrixFilter.Matrix.Column.Row
org.apache.lucene.analysis.shingle Word n-gram filters 
 

Uses of ShingleMatrixFilter.Matrix.Column.Row in org.apache.lucene.analysis.shingle
 

Methods in org.apache.lucene.analysis.shingle that return types with arguments of type ShingleMatrixFilter.Matrix.Column.Row
 List<ShingleMatrixFilter.Matrix.Column.Row> ShingleMatrixFilter.Matrix.Column.getRows()
           
 

Method parameters in org.apache.lucene.analysis.shingle with type arguments of type ShingleMatrixFilter.Matrix.Column.Row
 float ShingleMatrixFilter.calculateShingleWeight(org.apache.lucene.analysis.Token shingleToken, List<org.apache.lucene.analysis.Token> shingle, int currentPermutationStartOffset, List<ShingleMatrixFilter.Matrix.Column.Row> currentPermutationRows, List<org.apache.lucene.analysis.Token> currentPermuationTokens)
          Evaluates the new shingle token weight.
 void ShingleMatrixFilter.updateToken(org.apache.lucene.analysis.Token token, List<org.apache.lucene.analysis.Token> shingle, int currentPermutationStartOffset, List<ShingleMatrixFilter.Matrix.Column.Row> currentPermutationRows, List<org.apache.lucene.analysis.Token> currentPermuationTokens)
          Final touch of a shingle token before it is passed on to the consumer from method ShingleMatrixFilter.incrementToken().
 



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