Searched defs:permutations (Results 1 - 1 of 1) sorted by relevance

/lucene-3.6.0/lucene/contrib/analyzers/common/src/java/org/apache/lucene/analysis/shingle/
H A DShingleMatrixFilter.java64 * used to create permutations of the second dimension, the rows,
334 /** iterator over the current matrix row permutations */
335 private Iterator<Matrix.Column.Row[]> permutations; field in class:ShingleMatrixFilter
354 permutations = null;
484 if (permutations == null) {
490 if (!permutations.hasNext()) {
527 // create permutations of the matrix it now looks
528 permutations = matrix.permutationIterator();
537 if (permutations == null) {
538 permutations
[all...]

Completed in 27 milliseconds