lemurproject.indri
Class QueryAnnotation
java.lang.Object
lemurproject.indri.QueryAnnotation
public class QueryAnnotation
- extends java.lang.Object
Methods inherited from class java.lang.Object |
clone, equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
swigCPtr
private long swigCPtr
swigCMemOwn
protected boolean swigCMemOwn
QueryAnnotation
protected QueryAnnotation(long cPtr,
boolean cMemoryOwn)
QueryAnnotation
public QueryAnnotation()
getCPtr
protected static long getCPtr(QueryAnnotation obj)
finalize
protected void finalize()
- Overrides:
finalize
in class java.lang.Object
delete
public void delete()
getQueryTree
public QueryAnnotationNode getQueryTree()
throws java.lang.Exception
- Returns:
- QueryAnnotationNodes for the query tree.
- Throws:
java.lang.Exception
- if a lemur::api::Exception was thrown by the JNI library.
getAnnotations
public java.util.Map getAnnotations()
throws java.lang.Exception
- Returns:
- Annotations for the query tree.
- Throws:
java.lang.Exception
- if a lemur::api::Exception was thrown by the JNI library.
getResults
public ScoredExtentResult[] getResults()
throws java.lang.Exception
- Returns:
- ScoredExtentResults for the query tree.
- Throws:
java.lang.Exception
- if a lemur::api::Exception was thrown by the JNI library.