문제

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