|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| 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(Token shingleToken,
List<Token> shingle,
int currentPermutationStartOffset,
List<ShingleMatrixFilter.Matrix.Column.Row> currentPermutationRows,
List<Token> currentPermuationTokens)
Deprecated. Evaluates the new shingle token weight. |
void |
ShingleMatrixFilter.updateToken(Token token,
List<Token> shingle,
int currentPermutationStartOffset,
List<ShingleMatrixFilter.Matrix.Column.Row> currentPermutationRows,
List<Token> currentPermuationTokens)
Deprecated. Final touch of a shingle token before it is passed on to the consumer from method ShingleMatrixFilter.incrementToken(). |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||