nixiesearch / nixiesearch

Hybrid search engine, combining best features of text and semantic search worlds
https://www.nixiesearch.ai/
Apache License 2.0
57 stars 3 forks source link

Periodic index flush race condition #227

Closed shuttie closed 3 months ago

shuttie commented 3 months ago

As reported by @otrosien in slack, sometimes you need to explicitly call /_flush to start searching after adding documents to the index via REST API. We do have a periodic flush running in the background, but it may still have issues.