Reputation: 11
I have decided to use Sphinx Search in my node js application to perform the Full Text Search queries. I read through it and understood how to configure Sphinx for FTS. But following is the grey area which I want to make clear as it will be very important as in future.
Upvotes: 1
Views: 600
Reputation: 21091
Using a task scheduler (like cron) that periodicall calls indexer
to rebuild the index.
With --rotate switch. indexer and searchd coordinate to load new index
There is more than setFilter method, eg setFilterRange, setFilterString (But if starting new project recommend using SphinxQL rather than the API.
Upvotes: 1