|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.apache.lucene.codecs.FieldInfosWriter
org.apache.lucene.codecs.lucene40.Lucene40FieldInfosWriter
public class Lucene40FieldInfosWriter
Lucene 4.0 FieldInfos writer.
Lucene40FieldInfosFormat| Constructor Summary | |
|---|---|
Lucene40FieldInfosWriter()
Sole constructor. |
|
| Method Summary | |
|---|---|
byte |
docValuesByte(DocValues.Type type)
Returns the byte used to encode the DocValues.Type for each field. |
void |
write(Directory directory,
String segmentName,
FieldInfos infos,
IOContext context)
Writes the provided FieldInfos to the
directory. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public Lucene40FieldInfosWriter()
| Method Detail |
|---|
public void write(Directory directory,
String segmentName,
FieldInfos infos,
IOContext context)
throws IOException
FieldInfosWriterFieldInfos to the
directory.
write in class FieldInfosWriterIOExceptionpublic byte docValuesByte(DocValues.Type type)
DocValues.Type for each field.
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||