mirror of https://github.com/apache/lucene.git
woops
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1637530 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
e59980558c
commit
ca8681a449
|
@ -619,7 +619,6 @@ public abstract class BaseTokenStreamTestCase extends LuceneTestCase {
|
|||
currentField = new Field("dummy", bogus, ft);
|
||||
doc.add(currentField);
|
||||
} else {
|
||||
System.out.println("add doc=" + doc);
|
||||
iw.addDocument(doc);
|
||||
if (doc.getFields().size() > 1) {
|
||||
// back to 1 field
|
||||
|
|
Loading…
Reference in New Issue