Golly, let me think. I can use the out-of-the-box, tested Solr stuff for syncing indexes or I can invent some command line kludge that does the same thing, except I will need to write it and test it myself. Which one is easier?
Seriously, the existing Solr index distribution is great stuff. I strongly recommend that you try it and ask the list about any problems you run into. I'm quite impressed with Solr. It is working very well here at Netflix. We have 2M queries/day on the front end and 6M qpd at the search farm (five servers). wunder On 3/13/08 4:12 PM, "peter360" <[EMAIL PROTECTED]> wrote: > Hi, > > Is anyone aware of a command line tool that builds and searches a solr index > without running solr as a servlet? > > My plan is to do the following: build and validate an index on a single > indexer machine, then push the index to a few search machines. It seems to > me that there is no need to run a servlet container on the indexer box if a > tool as mentioned above exists. > > Can someone point me to the right direction? > Thanks! > Peter