Example Solr Queries

From GO Wiki
Revision as of 03:46, 1 December 2011 by Sjcarbon (talk | contribs)
Jump to navigation Jump to search

Overview

This page has examples of various kinds of queries possible on the GO Solr document store (GOlr),

Usage

The current testing ground for GOlr is:

http://skewer.lbl.gov:8080/solr/

This is a naked SOlr server; you can access it with any http client, including a web browser. Also, there is an experimental version of GOOSE that can talk to Solr:

http://amigo2.berkeleybop.org/goose

This method is currently a little slower, but may make learning a little bit easier.

Example Queries

All documents (first 10)

TODO

All documents (first 20)

TODO

IEA Annotations from TAIR (first 10)

  • URL
http://skewer.lbl.gov:8080/solr/select?qt=standard&fl=*%2Cscore&version=2.2&wt=json&rows=10&indent=on&q=*:*&fq=document_category:annotation&start=0
  • GOOSE
q=*:*
fq=document_category:annotation
fq=source:"TAIR"
fq=evidence_type:"IEA"