Hi Shawn,
It just slipped my mind to mention the details of my solr version. Good point
and thought from your side. Thanks for checking back my emails.
I am currently using SOLR4.3 but not SOLR CLOUD. WE have a technical
documentation site which keeps changing with some new files and some delet
On 11/19/2013 10:18 PM, Tirthankar Chatterjee wrote:
> I have a site that I crawl and host the index. The web site has changes every
> month which requires it to re-crawl. Now there is a new SOLR index that is
> created. How effectively can I swap the previous one with the new one with
> minimal
Have a look at https://issues.apache.org/jira/browse/SOLR-4497 +
https://cwiki.apache.org/confluence/display/solr/Collections+API#CollectionsAPI-CreateormodifyanAliasforaCollection
Otis
--
Performance Monitoring * Log Analytics * Search Analytics
Solr & Elasticsearch Support * http://sematext.com/
Hi Mitch
Thanks for responding. Not actually sure what you wanted from
CoreAdminResponse but I put the following in:
CoreAdminRequest car = new CoreAdminRequest();
car.setCoreName("live");
car.setOtherCoreName("rebuild");
car.setAction(CoreAdminPar
Hi Shaun,
I think it is more easy to fix this problem, if we got more information
about what is going on in your application.
Please, could you provide the CoreAdminResponse returned by car.process()
for us?
Kind regards,
- Mitch
--
View this message in context:
http://lucene.472066.n3.nabble.