gate.creole.annic.apache.lucene.index
Class FieldsWriter
java.lang.Object
gate.creole.annic.apache.lucene.index.FieldsWriter
final class FieldsWriter
- extends Object
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
fieldInfos
private FieldInfos fieldInfos
fieldsStream
private OutputStream fieldsStream
indexStream
private OutputStream indexStream
FieldsWriter
FieldsWriter(Directory d,
String segment,
FieldInfos fn)
throws IOException
- Throws:
IOException
close
final void close()
throws IOException
- Throws:
IOException
addDocument
final void addDocument(Document doc)
throws IOException
- Throws:
IOException