Re: Auto Indexing in Solr

2013-07-25 Thread Jack Krupansky
If that level of scripting is difficult for you, consider the LucidWorks Search product which has a built-in scheduler for crawl/import jobs, including web sites, file system directories, sharepoint repositories, and databases. See: http://docs.lucidworks.com/display/help/Crawling+Content --

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 Sent

Re: Auto Indexing in Solr

2013-07-25 Thread Aditya
Hi You could use Java timer. Trigger your DB import, every X minute. Another option, You may aware when your DB is updated. When ever DB gets changed, trigger the request to index the new added data. Regards Aditya www.findbestopensource.com On Thu, Jul 25, 2013 at 11:42 AM, archit2112 wrote: