I haven't found a definite answer on the topic so I wanted to ask can I use this:
USING INDEX t1:Transfer(eventName)
On a Full text search index, that I created like this:
CALL db.index.fulltext.createNodeIndex("SearchTransfersByEventName",["Transfer"],["eventName"],{ eventually_consistent: "true" });
I've been using planner hints for regular indexes without problem but I haven't figured out how to do it with search indexes so I wanted to know if it's possible at all. Thank you.