Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Is there a good tutorial or resource available on SolrJ? [closed]

Tags:

solr

solrj

I have been using SolrJ, the Java client for Apache Solr server, at my work. But it is disheartening to see that there are hardly any resources available online for it. Even the wiki on the parent site is kind of a "noob" guide !

There are few blogs like these which would get you started with SolrJ but no advanced stuff.

I would love to see if there are folks who have worked with SolrJ and could help me out by giving some pointers to valuable resources around it.

like image 569
A Null Pointer Avatar asked Nov 06 '11 15:11

A Null Pointer


2 Answers

SolrJ is not having full Documentation. But you can refer some basic example to understand SolrJ simple SolrJ Example

like image 27
Jayamurugan Avatar answered Nov 13 '22 11:11

Jayamurugan


Beyond the SolrJ usage notes on the wiki I don't think there really is, although it's more than enough to get you running.

There are also the unit tests, which aren't really a "tutorial", but still useful.

Also, the general Solr documentation is helpful as well, since SolrJ is basically just a thin wrapper client.

like image 56
Dave Newton Avatar answered Nov 13 '22 09:11

Dave Newton