Re: SolrJ Java API examples

2017-09-17 Thread Furkan KAMACI
Hi Vishal, You can also check here: https://lucene.apache.org/solr/guide/6_6/using-solrj.html#using-solrj You can get enough information about how to use it. Kind Regards, Furkan KAMACI On Thu, Sep 14, 2017 at 1:25 PM, Leonardo Perez Pulido < leoperezpul...@gmail.com> wrote: > Hi, > This may he

Re: SolrJ Java API examples

2017-09-14 Thread Leonardo Perez Pulido
Hi, This may help: https://github.com/leoperezpulido/lucene-solr/tree/master/solr/solrj/src/test/org/apache/solr/client/solrj Regards. On Thu, Sep 14, 2017 at 4:21 AM, Vishal Srivastava wrote: > Hi, > I'm a beginner at SolrJ , and am currently looking to implement and > integrate the same at m

SolrJ Java API examples

2017-09-14 Thread Vishal Srivastava
Hi, I'm a beginner at SolrJ , and am currently looking to implement and integrate the same at my current organisation using Java . After a lot of research, I failed to find any good material / examples for SolrJ 's Java library that I could use as reference. Please suggest some good material. Th