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
IOException
public abstract void add(BytesRef text, TermStats stats, long termsFilePointer) throws IOException
IOException
public abstract void finish(long termsFilePointer) throws IOException
IOException
Copyright © 2000-2021 Apache Software Foundation. All Rights Reserved.