Main problem I am facing is that I have created $text index with two fields with weights and not able to text search using that index. The result of the query is taking so long even after the text index is created.
As you can see in the Explain Plan 'Query used the following index' is not working for this query (green tick mark should be there if the index is being used, right?). So my query is checking each and every document rather than using text index created.
Please let help with this.