LUCENE-4055: remove nocommit

git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/branches/lucene4055@1341932 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Robert Muir 2012-05-23 16:11:22 +00:00
parent 8824011aff
commit 597776a4e4
1 changed files with 6 additions and 9 deletions

View File

@ -1,13 +1,5 @@
package org.apache.lucene.codecs;
import java.io.IOException;
import java.util.Set;
import org.apache.lucene.index.FieldInfos;
import org.apache.lucene.index.SegmentInfo;
import org.apache.lucene.store.Directory;
import org.apache.lucene.store.IOContext;
/**
* Licensed to the Apache Software Foundation (ASF) under one or more
* contributor license agreements. See the NOTICE file distributed with
@ -25,7 +17,12 @@ import org.apache.lucene.store.IOContext;
* limitations under the License.
*/
// nocommit fix other formats to get SI/FIS too...
import java.io.IOException;
import org.apache.lucene.index.FieldInfos;
import org.apache.lucene.index.SegmentInfo;
import org.apache.lucene.store.Directory;
import org.apache.lucene.store.IOContext;
/**
* Controls the format of stored fields