Hi Erick

Thanks a lot for your valued response,

I just configured the master server as it is specified in solr replication wiki 
page, nothing is indexed yet on master neither on  slave, 
And in solr replication wiki page they have mentioned that after configuring 
master server if you hit the following url in web browser 

http://localhost:8983/solr/replication [http://localhost:8983/solr is master 
server's url ]

you should get response OK

but unfortunately, i am getting 404 Error with following message 

HTTP Status 404 - /solr/replication

here are the configurations i have done on master server


<requestHandler name="/replication" class="org.apache.solr.ReplicationHandler">
    <lst name="master">    

        <str name="replicateAfter">startup</str>
        <str name="replicateAfter">commit</str>
        <str name="replicateAfter">optimize</str>        <str 
name="confFiles">schema.xml,stopwords.txt,elevate.xml</str>    

        <str name="commitReserveDuration">00:00:10</str>
    </lst>
</requestHandler>

now I want to know is there something wrong with the configurations 


Regards
Ahsan


________________________________
 From: Erick Erickson <erickerick...@gmail.com>
To: solr-user@lucene.apache.org; Ahson Iqbal <mianah...@yahoo.com> 
Sent: Friday, December 23, 2011 8:43 PM
Subject: Re: Configuring Replication
 
We need some more details. It might help to review:
http://wiki.apache.org/solr/UsingMailingLists
I don't even know how to go about trying.

Are you clicking on the master? Slave? Have
you indexed any docs on the master? Details matter.

But to your second point, yes this is a common (and recommended)
configuration. Index on the master and search on the slaves.

Best
Erick

On Fri, Dec 23, 2011 at 6:56 AM, Ahson Iqbal <mianah...@yahoo.com> wrote:
> Hi
>
> I want to setup replication, and have 2 question regarding it
>
> 1st i am having issue in configuring replication, I have done all as 
> mentioned http://wiki.apache.org/solr/SolrReplication at master server but 
> whenever I tried to open the url in browser
>
> http://localhost:8983/solr/replication
>
> I got this error
>
> HTTP Status 404 - /solr/replicationbut in tutorial it is mentioned i should 
> get OK status.
>
> 2ndly i have a plan that all indexing will be on master server and all 
> searches will be on slave server, am I doing it right.
>
> please help
>
> Regards
> Ahsan

Reply via email to