Вопрос

I didn't use delta, or delayed, or datetime solution to my modal. and I want to reindex a record when it's changed . for example, my object is business, is it possible to do that?

Thanks

Это было полезно?

Решение

There is no way to fully update a single record in Sphinx when the indices are SQL-backed - you can only process one index at a time, hence why delta solutions take that approach with smaller delta indices alongside the larger core indices.

However, you could perhaps look into real-time indices instead, which Thinking Sphinx also supports. This blog post is currently the best source of information.

Лицензировано под: CC-BY-SA с атрибуция
Не связан с StackOverflow
scroll top