mirror of
https://github.com/apache/lucene.git
synced 2025-02-17 23:45:09 +00:00
clear obselete nocommits
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/branches/lucene4547@1439670 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
2552280951
commit
8569769825
@ -530,7 +530,6 @@ public class AllGroupHeadsCollectorTest extends LuceneTestCase {
|
||||
return collector;
|
||||
}
|
||||
|
||||
// nocommit: isnt this method elsehwere in this test? either deja-vu or i fixed one just like it a few hundred lines back
|
||||
private void addGroupField(Document doc, String groupField, String value, boolean canUseIDV, DocValuesType valueType) {
|
||||
doc.add(new TextField(groupField, value, Field.Store.YES));
|
||||
if (canUseIDV) {
|
||||
|
@ -54,7 +54,6 @@ public class DistinctValuesCollectorTest extends AbstractGroupingTestCase {
|
||||
DocValuesType.NUMERIC,
|
||||
DocValuesType.BINARY,
|
||||
DocValuesType.SORTED,
|
||||
// nocommit DocValues.Type.FLOAT_64,
|
||||
};
|
||||
Directory dir = newDirectory();
|
||||
RandomIndexWriter w = new RandomIndexWriter(
|
||||
|
Loading…
x
Reference in New Issue
Block a user