FTS index showing idle state after creation

how to make this available to the applications or this is normal if there is no searches from the applications

@kanamani92 It says the index has processed 419 documents from the collections you’ve attached to it, but without looking at the index definition, the associated metrics and the structure of your documents - it’ll be impossible for us to tell how many of those documents were actually indexed.

If the search request doesn’t match any documents indexed, then you’d see no results. If the index definition didn’t match any documents, it won’t index them - meaning no results for any search.

If you’ll be able to collect logs from the server dashboard for us and then share them along with a sample document and a search request that is meant to match it - we’ll be able to give you a definitive answer.