|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.jbox.indexer.AbstractIndexWriter
org.jbox.indexer.IndexWriterWithTFLOC
public class IndexWriterWithTFLOC
A implementation of IndexWriter, creating word index with TF and location.
Word| Field Summary |
|---|
| Fields inherited from class org.jbox.indexer.AbstractIndexWriter |
|---|
pageHome, wordHome |
| Constructor Summary | |
|---|---|
IndexWriterWithTFLOC()
|
|
| Method Summary | |
|---|---|
void |
createIndex(Word w,
long urlId)
Create index of a Word with TF and location. |
| Methods inherited from class org.jbox.indexer.AbstractIndexWriter |
|---|
saveIndex, setPageHome, setWordHome |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public IndexWriterWithTFLOC()
| Method Detail |
|---|
public void createIndex(Word w,
long urlId)
createIndex in class AbstractIndexWriterw - which need to create index.urlId - the id of page which contains the word.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||