|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.ObjectgraphServer.graph.RawQueryHit
public class RawQueryHit
RawQueryHit is created when a query has reached a peer and one of that peer's documents are a query hit, the query hit is given a key value as a way of indexing all query hits that ever come occur.
Constructor Summary | |
---|---|
RawQueryHit(RawDocument document,
RawQuery query)
Keys the query hit. |
Method Summary | |
---|---|
RawDocument |
getDocument()
Gets the Document which is a query hit. |
int |
getKey()
Gets the key value (index) of this query hit |
RawQuery |
getQuery()
Gets the RawQuery this query hit corresponds with. |
java.lang.String |
toString()
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public RawQueryHit(RawDocument document, RawQuery query)
document
- the document identifier which is a query hitquery
- the raw query (keyed query string and community) corresponding to this query hit.Method Detail |
---|
public RawDocument getDocument()
public RawQuery getQuery()
public int getKey()
public java.lang.String toString()
toString
in class java.lang.Object
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |