Hello,
I am playing around with my db on mongohq and I have created my index as
{ key: { _fts: "text", _ftsx: 1 }, v: 1, ns: "test_full_text.Location", name: "FullTextIndexOnAddressAndName", weights: { a: 1, n: 10 }, default_language: "english", language_override:"language", textIndexVersion: 1 }
Now I am not sure how to query it. Does anyone have an example on how to query the data in Java? I am using the 2.10.1 driver.
Thanks,
Felix