Auto Indexing in Solr

2013-07-25 Thread archit2112
online and I heard people talk about CRON and scripts. However, Im not able to figure out how to implement it. Can you please provide a tutorial like explanation? Thanks in advance -- View this message in context: http://lucene.472066.n3.nabble.com/Auto-Indexing-in-Solr-tp4080233.html Sent from

Re: Auto Indexing in Solr

2013-07-25 Thread Aditya
searched for the same online and I heard people talk about CRON and scripts. However, Im not able to figure out how to implement it. Can you please provide a tutorial like explanation? Thanks in advance -- View this message in context: http://lucene.472066.n3.nabble.com/Auto-Indexing

Re: Auto Indexing in Solr

2013-07-25 Thread archit2112
I have to execute this command for full-import http://localhost:8983/solr/dataimport?command=full-import Can you explain how do i use the java timer to fire this HTTP request. -- View this message in context: http://lucene.472066.n3.nabble.com/Auto-Indexing-in-Solr-tp4080233p4080278.html

Re: Auto Indexing in Solr

2013-07-25 Thread Jack Krupansky
-- Jack Krupansky -Original Message- From: archit2112 Sent: Thursday, July 25, 2013 2:12 AM To: solr-user@lucene.apache.org Subject: Auto Indexing in Solr Hi Im using Solr 4's Data Import Utility to index Oracle 10g XE database. Im using full imports as well as delta imports. I want