Closed unikapps closed 9 years ago
About question 2: this plugin does not deal with index creation... please follow the instructions in the elastic search manual for creating indexes
On question 1: a max score of what?
Thanks @lorenzo for your answer:
{
"took": 114,
"timed_out": false,
"_shards": {
"total": 5,
"successful": 5,
"failed": 0
},
"hits": {
"total": 1,
"max_score": 0.032739405,
"hits": [
{
"_index": "ibana_index",
"_type": "words",
"_id": "AVCoaGICdWeEYUSbhbJn",
"_score": 0.032739405,
"_source": {
"name": "....",
"description": "..."
}
}
]
}
}
Check the api for the ResultSet, (the object returned after executing the query) https://github.com/cakephp/elastic-search/blob/master/src/ResultSet.php#L164
Can you please give me a direction. Thanks
@rachid804 This is not a help forum. You can post a question on stackoverflow.com or join #cakephp IRC channel.
Ok hanks @ADmad
I have two questions: