Solr
From CLAB
Solr is an open source enterprise search server based on the Lucene Java search library, with XML/HTTP and JSON APIs, hit highlighting, faceted search, caching, replication, and a web administration interface.
[edit] Availability
[edit] Use Cases
We need to define a series of inputs (Solr queries) and expected results. These requirements should all be stated in Lucene Query Syntax.
Doesn't like these data formats:
heat shock moltype_t:genomic dates_dt:(19700101 TO 2007010)
I can force the match inside organism_t?
heat shock and +(organism_t:piscifermentans)
Doesn't work. Why?
"heat shock"
Looks like my URL passing is broken... --Jhannah 11:54, 12 November 2007 (CST)

