On Thu, Sep 24, 2015 at 5:00 PM, Siddhartha Singh Sandhu <sandhus...@gmail.com> wrote: > Hey, > > Thank you for your reply. > > The use case would be that I can concurrently load data into my index via > one port and then make that(*data) available(NRT search) to user through > another high availability search endpoint without the fear of my requests > clogging one port.
Not yet, but it's in development. It won't require a different port either... different endpoints will be able to have different request queues and thread pools. -Yonik