Examples |
UsageJSON/P REST Service:http://umql.dfhuynh.user.dev.freebaseapps.com/read
?queries={"q1":{"query": ... }}
&callback=fooGeosearch:/service/geosearch/centerscenter: a query node specifying the centers/service/geosearch/neighborsneighbor: a query node specifying the neighborsCommon properties:distance: radius in kilometers around each centerunit: "meter", "mile". Anything else is assumed to be kilometer.limit: total number of neighborsper_center_limit: number of neighbors for each centerRelevance Query Node Parameters:/service/relevancepattern: text search patternlimit: total number of neighborstype: type of resultsContent Query Node Parameters:/service/content/articleThe outer query node is assumed to resolve to /common/topic's.
mode: "raw" or "blurb" or not specified. When not specified, "blurb" is used first. If that fails, then "raw" is used./service/content/blurbThe outer query node is assumed to resolve to articles.
/service/content/rawThe outer query node is assumed to resolve to articles.
Properties for blurb mode:maxlength: blurb character limitbreak_paragraphs: whether to break paragraphs |