parisholley / wordpress-fantastic-elasticsearch

Improve wordpress search performance/accuracy and enable faceted search by leveraging an ElasticSearch server.
MIT License
162 stars 64 forks source link

Sorting example code: "score" or "_score"? #124

Closed wkw closed 9 years ago

wkw commented 9 years ago

the example code in wiki How do I implement sorting? was throwing errors. is the sort by "score" actually "_score"? changing to the latter got rid of my elastica exceptions.

parisholley commented 9 years ago

Updated, it appears _score is the correct field.