public interface Indexer
Interface of document indexing agent
Copyright: Copyright (c) 2005
Company: IST, Drexel University
| Modifier and Type | Method and Description |
|---|---|
void |
close()
This method releases occupied resources.
|
boolean |
index(Article article)
An article has many sections such as title, abstract and body.
|
boolean |
indexed(String docKey) |
void |
initialize()
It is required to call this method before calling index method to index articles.
|
void |
setLog(String logFile) |
void initialize()
void close()
boolean index(Article article)
article - the article for indexingboolean indexed(String docKey)
docKey - the unique document entry numbervoid setLog(String logFile)
Copyright © 2018 JULIE Lab, Germany. All rights reserved.