Skip to content

Latest commit

 

History

History
31 lines (17 loc) · 1.04 KB

query.md

File metadata and controls

31 lines (17 loc) · 1.04 KB

Query Voyager

Using the OpenSearch Feed

The OpenSearch Atom feed can be found:

The tests include an example reading the atom feed using Apache Abdera. See: SampleQueryIntegrationTest.java

Direct Solr Access

The voyager index is backed by Apache Solr. For java access to the index, we reccomend using SolrJ the java client to solr.

The Solr REST API is exposed under:

The tests include a simple example in SampleQueryIntegrationTest.java