I'm really confused...is SolrJ coming in Solr 1.3 (which hasn't been released 
yet)?
It doesn't seem to be found in Solr 1.2 which I am using.

please enlighten..

- David


> Date: Tue, 13 Nov 2007 17:21:13 -0500
> From: [EMAIL PROTECTED]
> To: solr-user@lucene.apache.org
> Subject: Re: Solr java tutorial
> 
> 
> 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
> 

_________________________________________________________________
Windows Live Hotmail and Microsoft Office Outlook – together at last.  Get it 
now.
http://office.microsoft.com/en-us/outlook/HA102225181033.aspx?pid=CL100626971033

Reply via email to