Reputation: 1021
I need to sort a list of properties by the following:
I can handle all but the first requirement. I have tried termfreq(City, 'Atlanta'), but it returns an error:
sort param could not be parsed as a query, and is not a field that exists in the index: termfreq(City,'Atlanta')
Any help would be greatly appreciated.
Upvotes: 0
Views: 318
Reputation: 15781
unless you are on 4.0 you dont have those functions available in 3.6...see here
Upvotes: 1