logic for auto-index

2010-06-02 Thread Jonty Rhods
Hi All,

I am very new to solr as well as java too.
I require to use solrj for indexing also require to index automatically once
in 24 hour.
I wrote java code for indexing now I want to do further coding for automatic
process.
Could you suggest or give me sample code for automatic index process..
please help..

with regards
Jonty.


Re: logic for auto-index

2010-06-02 Thread Peter Karich
Hi Jonty,

what is your specific problem?
You could use a cronjob or the Java-lib called quartz to automate this task.
Or did you mean replication?

Regards,
Peter.

 Hi All,

 I am very new to solr as well as java too.
 I require to use solrj for indexing also require to index automatically once
 in 24 hour.
 I wrote java code for indexing now I want to do further coding for automatic
 process.
 Could you suggest or give me sample code for automatic index process..
 please help..

 with regards
 Jonty.
   


Re: logic for auto-index

2010-06-02 Thread Ranveer

Hi Peter,

actually I want the index process should start automatically. right now 
I am doing mannually.
same thing I want to start indexing when less load on server i.e. late 
night. So setting auto will fix my

problem..


On Wednesday 02 June 2010 02:00 PM, Peter Karich wrote:

Hi Jonty,

what is your specific problem?
You could use a cronjob or the Java-lib called quartz to automate this task.
Or did you mean replication?

Regards,
Peter.

   

Hi All,

I am very new to solr as well as java too.
I require to use solrj for indexing also require to index automatically once
in 24 hour.
I wrote java code for indexing now I want to do further coding for automatic
process.
Could you suggest or give me sample code for automatic index process..
please help..

with regards
Jonty.

 




Re: logic for auto-index

2010-06-02 Thread Jonty Rhods
Hi Peter,

actually I want the index process should start automatically. right now I am
doing mannually.
same thing I want to start indexing when less load on server i.e. late
night. So setting auto will fix my
problem..

On Wed, Jun 2, 2010 at 2:00 PM, Peter Karich peat...@yahoo.de wrote:

 Hi Jonty,

 what is your specific problem?
 You could use a cronjob or the Java-lib called quartz to automate this
 task.
 Or did you mean replication?

 Regards,
 Peter.

  Hi All,
 
  I am very new to solr as well as java too.
  I require to use solrj for indexing also require to index automatically
 once
  in 24 hour.
  I wrote java code for indexing now I want to do further coding for
 automatic
  process.
  Could you suggest or give me sample code for automatic index process..
  please help..
 
  with regards
  Jonty.
 



Re: logic for auto-index

2010-06-02 Thread findbestopensource
You need to do schedule your task. Check out schedulers available in all
programming languages.
http://www.findbestopensource.com/tagged/job-scheduler

Regards
Aditya
www.findbestopensource.com



On Wed, Jun 2, 2010 at 2:39 PM, Jonty Rhods jonty.rh...@gmail.com wrote:

 Hi Peter,

 actually I want the index process should start automatically. right now I
 am
 doing mannually.
 same thing I want to start indexing when less load on server i.e. late
 night. So setting auto will fix my
 problem..

  On Wed, Jun 2, 2010 at 2:00 PM, Peter Karich peat...@yahoo.de wrote:

  Hi Jonty,
 
  what is your specific problem?
  You could use a cronjob or the Java-lib called quartz to automate this
  task.
  Or did you mean replication?
 
  Regards,
  Peter.
 
   Hi All,
  
   I am very new to solr as well as java too.
   I require to use solrj for indexing also require to index automatically
  once
   in 24 hour.
   I wrote java code for indexing now I want to do further coding for
  automatic
   process.
   Could you suggest or give me sample code for automatic index process..
   please help..
  
   with regards
   Jonty.