public class OnlineIndexWriteController extends AbstractIndexWriteController
The class is the same as BasicIndexWriteController except that it does not store information to disk
Copyright: Copyright (c) 2005
Company: IST, Drexel University
curDocIndex, curDocKey, docKeyList, initialized, processedDoc, relationKeyList, relationSupported, termKeyList| Constructor and Description |
|---|
OnlineIndexWriteController(boolean relationSupported,
boolean indexConceptEntry) |
| Modifier and Type | Method and Description |
|---|---|
void |
close() |
IRDocIndexList |
getDocIndexList() |
SimpleElementList |
getDocKeyList() |
IntSparseMatrix |
getDocRelationMatrix() |
IntSparseMatrix |
getDocTermMatrix() |
IRCollection |
getIRCollection() |
IRRelationIndexList |
getRelationIndexList() |
SimplePairList |
getRelationKeyList() |
IRTermIndexList |
getTermIndexList() |
SimpleElementList |
getTermKeyList() |
void |
initialize() |
boolean |
write(ArrayList conceptList) |
boolean |
write(ArrayList conceptList,
ArrayList tripleList) |
generateIRRelationList, generateIRTermList, getIRRelationArray, getIRTermArray, indexed, isRelationSupported, setDoc, sizepublic OnlineIndexWriteController(boolean relationSupported,
boolean indexConceptEntry)
public void initialize()
initialize in class AbstractIndexWriteControllerpublic void close()
public boolean write(ArrayList conceptList)
public SimpleElementList getDocKeyList()
public SimpleElementList getTermKeyList()
public SimplePairList getRelationKeyList()
public IRTermIndexList getTermIndexList()
public IRRelationIndexList getRelationIndexList()
public IRDocIndexList getDocIndexList()
public IntSparseMatrix getDocTermMatrix()
public IntSparseMatrix getDocRelationMatrix()
public IRCollection getIRCollection()
Copyright © 2018 JULIE Lab, Germany. All rights reserved.