public class OnlineSequenceIndexWriter extends AbstractSequenceIndexWriter
The online 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 |
|---|
OnlineSequenceIndexWriter() |
| Modifier and Type | Method and Description |
|---|---|
void |
clean()
For disk-based indexing, this method delete all files under the indexing folder.
|
void |
close() |
IRDocIndexList |
getDocIndexList() |
SimpleElementList |
getDocKeyList() |
IRCollection |
getIRCollection() |
SequenceReader |
getSequenceReader() |
IRTermIndexList |
getTermIndexList() |
SimpleElementList |
getTermKeyList() |
void |
initialize()
It is required to call this method before calling the write method
|
public void initialize()
IndexWriterpublic void close()
public void clean()
IndexWriterpublic IRTermIndexList getTermIndexList()
public IRDocIndexList getDocIndexList()
public SimpleElementList getDocKeyList()
public SimpleElementList getTermKeyList()
public IRCollection getIRCollection()
public SequenceReader getSequenceReader()
Copyright © 2018 JULIE Lab, Germany. All rights reserved.