Not yet, but there should be!

Currently people learn it from looking at the source and tests. I started to add something to:

 http://wiki.apache.org/solr/Solrj

it (obviously) still needs work.

If you are using eclipse (or similar), after typing "solrQuery." you should get a drop down of all the available options - i find this invaluable for learning what is possible.

ryan



Dave C. wrote:
Hi everyone,

My next question is: is there a beginner's tutorial on how to programmatically 
query solr?
I have seen some users' do things like:


        SolrServer server = getSolrServer();

        SolrQuery
solrQuery = new SolrQuery();

solrQuery.setQuery(..);

QueryResponse rsp = server.query(solrQuery);

But is there some tutorial that outlines the basic classes to use, etc?
I know there is a javadoc but it's not helpful if I don't know what to use.

Thanks a lot,
David

_________________________________________________________________
Help yourself to FREE treats served up daily at the Messenger Café. Stop by 
today.
http://www.cafemessenger.com/info/info_sweetstuff2.html?ocid=TXT_TAGLM_OctWLtagline

Reply via email to