Re: how to config DataImport Scheduling

2010-12-18 Thread Hamid Vahedi
I think it must work with any version of solr. because it works url base (see 
config file). 


Attention to this point: Successfully tested on Apache Tomcat v6(should work on 
any other servlet container)

 


From: Ahmet Arslan 
To: solr-user@lucene.apache.org
Sent: Fri, December 17, 2010 3:22:37 AM
Subject: Re: how to config DataImport Scheduling

> I also have the same problem, i configure
> dataimport.properties file as shown
> in 
> http://wiki.apache.org/solr/DataImportHandler#dataimport.properties_example
> but no change occur, can any one help me

What version of solr are you using? This seems a new feature. So it won't work 
on solr 1.4.1.


  

Re: how to config DataImport Scheduling

2010-12-16 Thread Ahmet Arslan
> I also have the same problem, i configure
> dataimport.properties file as shown
> in 
> http://wiki.apache.org/solr/DataImportHandler#dataimport.properties_example
> but no change occur, can any one help me

What version of solr are you using? This seems a new feature. So it won't work 
on solr 1.4.1.


  


Re: how to config DataImport Scheduling

2010-12-16 Thread do3do3

I also have the same problem, i configure dataimport.properties file as shown
in 
http://wiki.apache.org/solr/DataImportHandler#dataimport.properties_example
but no change occur, can any one help me


-- 
View this message in context: 
http://lucene.472066.n3.nabble.com/how-to-config-DataImport-Scheduling-tp2032000p2097768.html
Sent from the Solr - User mailing list archive at Nabble.com.


Re: how to config DataImport Scheduling

2010-12-07 Thread Ahmet Arslan
> I want to config DataImport Scheduling, but not know, how
> to do it.

I do it with a cronjob.  

curl "http://localhost:8080/solr/dataimport?command=delta-import&optimize=false";


  


how to config DataImport Scheduling

2010-12-06 Thread Hamid Vahedi
Hi 

I want to config DataImport Scheduling, but not know, how to do it.
i just create and compile Scheduling classes with netbeans. and now have 
Scheduling.Jar. 

Q: how to setup it on tomcat or solr?  (i using tomcat 6 on windows 2008)

thanks in advanced