dragon.ir.query
Class QueryWriter
java.lang.Object
|
+--dragon.ir.query.QueryWriter
- public class QueryWriter
- extends java.lang.Object
Query writer which supports query related document sets indexing
Copyright: Copyright (c) 2005
Company: IST, Drexel University
- Version:
- 1.0
- Author:
- Davis Zhou
|
Constructor Summary |
QueryWriter(boolean relationSupported,
boolean indexConceptEntry)
|
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
QueryWriter
public QueryWriter(boolean relationSupported,
boolean indexConceptEntry)
initNewQuery
public void initNewQuery()
addSection
public boolean addSection(IRSection section)
write
public boolean write(int section,
java.util.ArrayList conceptList)
write
public boolean write(int section,
java.util.ArrayList conceptList,
java.util.ArrayList tripleList)
setSubTermWeight
public void setSubTermWeight(double weight)
getQuery
public java.lang.String getQuery()