On 4/7/06, Mike Austin <[EMAIL PROTECTED]> wrote: > When is the replication part done or what is it used for? I need to get more > familar with that.
It's not builtin to Solr, and it's only needed if you want a single master Solr instance that you update, and automated copying of the index that creates to multiple Solr slave instances (query boxes) behind some kind of load balancer or proxy for high availability or scaling traffic beyond what a single box can do. > What do you mean by hard links and rsync? Stuff you don't need to know about unless you want replication as Solr currently implements it :-) > From what I read it is ok to run tomcat and IIS together, you just need to > have a connector for certain things. However, if I call the servlets from my > asp page specifying the port (8080), it seems that might be ok. I will try > it tonight. Yes, that should be fine. You just need to make HTTP requests from your ASP pages to Solr, get back the XML, and munge/format it correctly for your pages. -Yonik