How to accomplish?
Right now, I have two indexers with distributed search, but they each have separate indexes, so if a node goes down, I am missing half my data.
I have a fast network share, so putting the indexes there isn't a problem, but I can't have both indexers write to the same index..
Could I have them each write to a separate index, but search across both? Wouldn't I get the same results twice?
Should one be an indexer, but the other a "fall back" indexer?
How to accomplish total redundancy? I can run web on both and put a load balancer in front no problem.
NOTE: The "forward to the other one for indexing as well" seems to imply I need to double my license. Not an option.
... View more