public abstract class TermsIndexWriterBase.FieldWriter extends Object
| Constructor and Description |
|---|
FieldWriter() |
| Modifier and Type | Method and Description |
|---|---|
abstract void |
add(BytesRef text,
TermStats stats,
long termsFilePointer) |
abstract boolean |
checkIndexTerm(BytesRef text,
TermStats stats) |
abstract void |
finish(long termsFilePointer) |
public abstract boolean checkIndexTerm(BytesRef text, TermStats stats) throws IOException
IOExceptionpublic abstract void add(BytesRef text, TermStats stats, long termsFilePointer) throws IOException
IOExceptionpublic abstract void finish(long termsFilePointer)
throws IOException
IOExceptionCopyright © 2000-2021 Apache Software Foundation. All Rights Reserved.