Re: [ts] Namespacing/scoping out Sphinx search by project

2016-09-20 Thread Pat Allan
Hi Manish I’m afraid this isn’t currently possible with Thinking Sphinx. The major complication here is that every single document in Sphinx must have a unique id (even documents in different indices). In a single app, TS does this by calculating an offset for primary key values based on the nu

[ts] Namespacing/scoping out Sphinx search by project

2016-09-20 Thread manish
I have 4 Rails projects all using their own Sphinx on different ports. I would like to consolidate them all to use one Sphinx and able to search across all 4. Is there a way I can use ThinkingSphinx to index each project into a separate namespace or domain and then search against that specific