public class BasicSequenceIndexWriter extends AbstractSequenceIndexWriter
The basic index writer for sequencial data
Copyright: Copyright (c) 2005
Company: IST, Drexel University
collection, doc_cache_size, docIndexList, docKeyList, doctermMatrix, initialized, termCache, termIndexList, termKeyList| Constructor and Description |
|---|
BasicSequenceIndexWriter(String directory) |
| Modifier and Type | Method and Description |
|---|---|
void |
clean()
For disk-based indexing, this method delete all files under the indexing folder.
|
void |
close() |
void |
initialize()
It is required to call this method before calling the write method
|
public BasicSequenceIndexWriter(String directory)
public void initialize()
IndexWriterpublic void close()
public void clean()
IndexWriterCopyright © 2018 JULIE Lab, Germany. All rights reserved.