On Thu, Feb 4, 2010 at 3:03 PM, Rohit Gandhe <rohit.gan...@gmail.com> wrote: > We are indexing quite a lot of data using update/csv handler. For > reasons I can't get into right now, I can't implement a DIH since I > can only access the DB using Stored Procs and stored proc support in > DIH is not yet available. Indexing takes about 3 hours and I don't > want to tax the server too much during indexing so I came up with a > two server solution. Indexing server to index the file every night and > subsequently copy the index on the search server.
Why not use the built-in index replication? > Maintaining a full > fledged Tomcat/Jetty for just indexing is too much of a pain, so I > wrote a small utility Java class which starts an Embedded Server, Surely maintaining your own custom server code is going to be more work than simply running a server provided by the community? -Yonik http://www.lucidimagination.com