Uses of Class
graphServer.graph.RawDocument

Packages that use RawDocument
graphServer.graph   
 

Uses of RawDocument in graphServer.graph
 

Methods in graphServer.graph that return RawDocument
 RawDocument RawQueryHit.getDocument()
          Gets the Document which is a query hit.
 

Constructors in graphServer.graph with parameters of type RawDocument
RawQueryHit(RawDocument document, RawQuery query)
          Keys the query hit.