Solr is a server running in the Jetty web container and accepting requests over HTTP. There is no command line tool, at least not in Solr itself, for interacting with Solr. Typically people interact with it programmatically or via a Web Browser.

I'd start by walking through: http://lucene.apache.org/solr/tutorial.html to familiarize yourself with Solr.

-Grant



On Jun 9, 2009, at 3:55 PM, Mukerjee, Neiloy (Neil) wrote:

After that comes up in the command line, I can access the localhost address, but I can't enter anything on the command line.

-----Original Message-----
From: Grant Ingersoll [mailto:gsing...@apache.org]
Sent: Tuesday, June 09, 2009 3:20 PM
To: solr-user@lucene.apache.org
Subject: Re: Initializing Solr Example

Define caught?  When I start up Solr, here's what I see (and know it's
working):
2009-06-09 15:18:33.726::INFO:  Started SocketConnector @ 0.0.0.0:8983
Jun 9, 2009 3:18:33 PM org.apache.solr.core.SolrCore execute
INFO: [] webapp=null path=null params={q=static+firstSearcher+warming
+query+from+solrconfig.xml} hits=0 status=0 QTime=30
Jun 9, 2009 3:18:33 PM org.apache.solr.core.QuerySenderListener
newSearcher
INFO: QuerySenderListener done.
Jun 9, 2009 3:18:33 PM
org.apache.solr.handler.component.SpellCheckComponent
$SpellCheckerListener newSearcher
INFO: Loading spell index for spellchecker: default
Jun 9, 2009 3:18:33 PM
org.apache.solr.handler.component.SpellCheckComponent
$SpellCheckerListener newSearcher
INFO: Loading spell index for spellchecker: jarowinkler
Jun 9, 2009 3:18:33 PM
org.apache.solr.handler.component.SpellCheckComponent
$SpellCheckerListener newSearcher
INFO: Loading spell index for spellchecker: file
Jun 9, 2009 3:18:33 PM org.apache.solr.core.SolrCore registerSearcher
INFO: [] Registered new searcher searc...@f7378ab main

What happens if you browse to http://localhost:8983/solr/admin?  Or,
what happens if you index documents?

Granted, the message could probably be clearer that "Solr is ready to
go"

HTH,
Grant

On Jun 9, 2009, at 10:51 AM, Mukerjee, Neiloy (Neil) wrote:

In trying to run the example distributed with Solr 1.3.0 from the
command line, the process seems to stop at the following line:
INFO: [] Registered new searcher searc...@147c1db main

The searcher ID is not always the same, but it repeatedly gets
caught at this line. Any suggestions?

--------------------------
Grant Ingersoll
http://www.lucidimagination.com/

Search the Lucene ecosystem (Lucene/Solr/Nutch/Mahout/Tika/Droids)
using Solr/Lucene:
http://www.lucidimagination.com/search


--------------------------
Grant Ingersoll
http://www.lucidimagination.com/

Search the Lucene ecosystem (Lucene/Solr/Nutch/Mahout/Tika/Droids) using Solr/Lucene:
http://www.lucidimagination.com/search

Reply via email to