The OpenSearch Atom feed can be found:
- http://localhost:8888/feed/atom.xml
- Use the OpenSearch Description to identify the query syntax
The tests include an example reading the atom feed using Apache Abdera. See: SampleQueryIntegrationTest.java
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