|
|
@ -214,11 +214,6 @@ public final class plasmaWordIndexAssortmentCluster {
|
|
|
|
return record;
|
|
|
|
return record;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
public Iterator hashConjunction(String startWordHash, boolean up) {
|
|
|
|
|
|
|
|
// Old convention implies rot = true
|
|
|
|
|
|
|
|
return hashConjunction(startWordHash, up, true);
|
|
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
public Iterator hashConjunction(String startWordHash, boolean up, boolean rot) {
|
|
|
|
public Iterator hashConjunction(String startWordHash, boolean up, boolean rot) {
|
|
|
|
HashSet iterators = new HashSet();
|
|
|
|
HashSet iterators = new HashSet();
|
|
|
|
//if (rot) System.out.println("WARNING: kelondroMergeIterator does not work correctly when individual iterators rotate on their own!");
|
|
|
|
//if (rot) System.out.println("WARNING: kelondroMergeIterator does not work correctly when individual iterators rotate on their own!");
|
|
|
|