You are viewing a plain text version of this content. The canonical link for it is here.
Posted to solr-user@lucene.apache.org by radha c <ra...@gmail.com> on 2009/03/22 19:24:37 UTC

Do I need maven build for solrj client?

Hi,
I am trying to write an solrj client. Do I need to do maven builb for that.
Is there any beginners tutorial with the basic framwork for solrj.  Thanks
in advance.

RE: Do I need maven build for solrj client?

Posted by "Radha C." <cr...@ceiindia.com>.

Much Thanks !

-----Original Message-----
From: Giovanni De Stefano [mailto:giovanni.destefano@gmail.com] 
Sent: Monday, March 23, 2009 1:34 PM
To: solr-user@lucene.apache.org
Subject: Re: Do I need maven build for solrj client?

Hello,

I have found this simple tutorial here:

http://fisk.stjernesludd.net/archives/2-Using-Solrj-A-short-guide-to-getting
-started-with-Solrj.html

Maybe it helps...

Cheers,
Giovanni



On 3/22/09, Shalin Shekhar Mangar <sh...@gmail.com> wrote:
>
> On Sun, Mar 22, 2009 at 11:54 PM, radha c <ra...@gmail.com> wrote:
>
> > Hi,
> > I am trying to write an solrj client. Do I need to do maven builb 
> > for
> that.
> > Is there any beginners tutorial with the basic framwork for
> solrj.  Thanks
> > in advance.
> >
>
> If you are using maven then Solrj is already present in the maven 
> repositories. If you are not using maven, then just add the jar in 
> your project as you would normally do with any other jar.
>
> There's no tutorial I think but there is a wiki page 
> http://wiki.apache.org/solr/Solrj
> --
> Regards,
> Shalin Shekhar Mangar.
>


Re: Do I need maven build for solrj client?

Posted by Giovanni De Stefano <gi...@gmail.com>.
Hello,

I have found this simple tutorial here:

http://fisk.stjernesludd.net/archives/2-Using-Solrj-A-short-guide-to-getting-started-with-Solrj.html

Maybe it helps...

Cheers,
Giovanni



On 3/22/09, Shalin Shekhar Mangar <sh...@gmail.com> wrote:
>
> On Sun, Mar 22, 2009 at 11:54 PM, radha c <ra...@gmail.com> wrote:
>
> > Hi,
> > I am trying to write an solrj client. Do I need to do maven builb for
> that.
> > Is there any beginners tutorial with the basic framwork for
> solrj.  Thanks
> > in advance.
> >
>
> If you are using maven then Solrj is already present in the maven
> repositories. If you are not using maven, then just add the jar in your
> project as you would normally do with any other jar.
>
> There's no tutorial I think but there is a wiki page
> http://wiki.apache.org/solr/Solrj
> --
> Regards,
> Shalin Shekhar Mangar.
>

Re: Do I need maven build for solrj client?

Posted by Shalin Shekhar Mangar <sh...@gmail.com>.
On Sun, Mar 22, 2009 at 11:54 PM, radha c <ra...@gmail.com> wrote:

> Hi,
> I am trying to write an solrj client. Do I need to do maven builb for that.
> Is there any beginners tutorial with the basic framwork for solrj.  Thanks
> in advance.
>

If you are using maven then Solrj is already present in the maven
repositories. If you are not using maven, then just add the jar in your
project as you would normally do with any other jar.

There's no tutorial I think but there is a wiki page
http://wiki.apache.org/solr/Solrj
-- 
Regards,
Shalin Shekhar Mangar.