I'm struggling to understand on how to set up Sphinx with Sparkle/XData as a Module.
I have implemented my backend as a XData Module on an apache server on linux. To do that I create a WebBrokerServer, then create a XDataServerModule, add Middleware to the XDataServerModule and finally add the XDataServerModule to the Dispatcher of the WebBrokerServer.
The actual endpoints implementation are added as Service Operations. This all works fine and I have no problem using this approach to build my backend functionality.
In the Documentation in the Reference Section I can only find TSphinxServer which is described as: The component that provides the HTTP Sphinx server, as a XData/Sparkle module. However I cannot use TSphinxServer like I would use a TXDataServerModule. I can find a TSphinxServerModule, but there is no information listed in the Reference about TSphinxServerModule. I'm scratching my head now, on how to make Sphinx Server work in a module compiled for apache on linux.
Any suggestion would be highly appreciated.