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 Laxmilal Menaria <lm...@chambal.com> on 2007/05/18 12:19:04 UTC

How to run solr on command line ?

Hello everyone,

Have anyone knows how to run solr on command line ?

-- 
Thanks in advance,
Laxmilal menaria

http://www.minalyzer.com/
http://www.chambal.com/

Re: How to run solr on command line ?

Posted by Chris Hostetter <ho...@fucit.org>.
: Ok..thanks, I have tried and It was working fine, but now I want to find out
: how solr code working. how search works?  how facets works ?

Uh, well ... that's kind of a broad question.  the most detailed answer
i can give is "read the code" (that's the bueaty of open source).

If you check out the Lucene-Java website there's lots of good info on how
the underlying search is implemented.  For specific information about how
the Simple Faceting functionality works, you may want to take a look at
the slides from my 2006 ApacheCon talk...

http://lucene.apache.org/java/docs/scoring.html
http://wiki.apache.org/lucene-java/Resources
http://wiki.apache.org/lucene-java/InformationRetrieval
http://people.apache.org/~hossman/apachecon2006us/


-Hoss


Re: How to run solr on command line ?

Posted by Laxmilal Menaria <lm...@chambal.com>.
Ok..thanks, I have tried and It was working fine, but now I want to find out
how solr code working. how search works?  how facets works ?

--Laxmilal Menaria

On 5/18/07, Nick Jenkin <nj...@gmail.com> wrote:
>
> Hi Laxmilal
> If you are running solr for the first time, I would suggest taking a
> look at the example.
>
> The example is located in the "example" directory, this is a stand
> alone fully working version.
>
> so cd into the example directory, and type:
> java -jar start.jar
>
> You will need the java 1.5 runtime.
>
> It would also be a good idea to have a look at the tutorial
> http://lucene.apache.org/solr/tutorial.html it gives detailed steps on
> how to get the example running.
> -Nick
>
> On 5/18/07, Laxmilal Menaria <lm...@chambal.com> wrote:
> > Hello everyone,
> >
> > Have anyone knows how to run solr on command line ?
> >
> > --
> > Thanks in advance,
> > Laxmilal menaria
> >
> > http://www.minalyzer.com/
> > http://www.chambal.com/
> >
>



-- 
Thanks,
Laxmilal menaria

http://www.minalyzer.com/
http://www.chambal.com/

Re: How to run solr on command line ?

Posted by Nick Jenkin <nj...@gmail.com>.
Hi Laxmilal
If you are running solr for the first time, I would suggest taking a
look at the example.

The example is located in the "example" directory, this is a stand
alone fully working version.

so cd into the example directory, and type:
java -jar start.jar

You will need the java 1.5 runtime.

It would also be a good idea to have a look at the tutorial
http://lucene.apache.org/solr/tutorial.html it gives detailed steps on
how to get the example running.
-Nick

On 5/18/07, Laxmilal Menaria <lm...@chambal.com> wrote:
> Hello everyone,
>
> Have anyone knows how to run solr on command line ?
>
> --
> Thanks in advance,
> Laxmilal menaria
>
> http://www.minalyzer.com/
> http://www.chambal.com/
>