Difference between revisions of "Cql context set solr"

From Code4Lib
Jump to: navigation, search
(New page: A URI registered for a CQL Context Set in terms of Solr operations. == relations == === dismax === A relation indicating that the value will be interpreted using the Solr Dismax query ...)
 
 
(One intermediate revision by the same user not shown)
Line 1: Line 1:
A URI registered for a CQL Context Set in terms of Solr operations.  
+
A URI registered to identify a [http://www.loc.gov/standards/sru/specs/cql.html#contextsets CQL Context Set] that defines operations originally from the Solr text indexing tool.
 +
 
 +
URI: http://purl.org/net/cql-context-set/solr
 +
 
 +
Right now, only one relation is defined in this context set.  
  
 
== relations ==
 
== relations ==

Latest revision as of 22:55, 14 June 2010

A URI registered to identify a CQL Context Set that defines operations originally from the Solr text indexing tool.

URI: http://purl.org/net/cql-context-set/solr

Right now, only one relation is defined in this context set.

relations

dismax

A relation indicating that the value will be interpreted using the Solr Dismax query parser. See [[1]] .

The actual Dismax query params (qf, pf, etc) will be chosen by the server, generally based on the CQL index specified.

While there usually will be an actual Solr instance backing things up, the dismax relation simply means the value will be interpreted per the syntax of the Solr Dismax query parser, it does not guarantee that there is a Solr server involved.