Skip to content

Commit

Permalink
Update variant_query_service.rst
Browse files Browse the repository at this point in the history
  • Loading branch information
newgene committed Aug 12, 2015
1 parent f322d76 commit 10cc37b
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion docs/doc/variant_query_service.rst
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@ Fielded queries
q=dbsnp.vartype:snp # for matching value on a specific field
q=dbnsfp.polyphen2.hdiv.pred:(D P) # multiple values for a field
q=dbnsfp.polyphen2.hdiv.pred:(D OR P) # multiple values for a field using OR, same as the above
q=dbnsfp.polyphen2.hdiv.pred:(D OR P) # multiple values for a field using OR
q=_exist_:dbsnp # having dbsnp field
q=_missing_:exac # missing exac field
Expand Down Expand Up @@ -199,6 +199,7 @@ should return hits as:
"total": 2
}
"**total**" in the output gives the total number of matching hits, while the actual hits are returned under "**hits**" field. "**size**" parameter controls how many hits will be returned in one request (default is 10). Adjust "**size**" parameter and "**from**" parameter to retrieve the additional hits.

Faceted queries
----------------
Expand Down

0 comments on commit 10cc37b

Please sign in to comment.