|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.eml.sir.retr.IndexCreator
Indexes documents of a given directory. Word terms are stored in a field named "words". Phrases, or other terms that are not to be stemmed, are stored in the field called "bases". Nomial phrases bigrams are stored in the field "phrases".
Constructor Summary | |
IndexCreator(java.lang.String sourcePath,
IndexProperties props)
Create a new instance of IndexCreator. |
Method Summary | |
void |
index()
Do index. |
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public IndexCreator(java.lang.String sourcePath, IndexProperties props)
Method Detail |
public void index()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |