Giter VIP home page Giter VIP logo

Comments (7)

lorenzo avatar lorenzo commented on May 11, 2024

About question 2: this plugin does not deal with index creation... please follow the instructions in the elastic search manual for creating indexes

from elastic-search.

lorenzo avatar lorenzo commented on May 11, 2024

On question 1: a max score of what?

from elastic-search.

unikapps avatar unikapps commented on May 11, 2024

Thanks @lorenzo for your answer:

  1. When i use curl there is max-score of the search term in response like this:
{
    "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": "..."
                }
            }
        ]
    }
}

from elastic-search.

lorenzo avatar lorenzo commented on May 11, 2024

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

from elastic-search.

unikapps avatar unikapps commented on May 11, 2024

Can you please give me a direction.
Thanks

from elastic-search.

ADmad avatar ADmad commented on May 11, 2024

@rachid804 This is not a help forum. You can post a question on stackoverflow.com or join #cakephp IRC channel.

from elastic-search.

unikapps avatar unikapps commented on May 11, 2024

Ok hanks @ADmad

from elastic-search.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.