Giter Site home page Giter Site logo

dina-search-api's People

Contributors

brandonandre avatar cgendreau avatar hdosprazeres avatar jkeyuk avatar johnphan96 avatar ydorego avatar

Stargazers

 avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar

Forkers

luusteve

dina-search-api's Issues

Agent search in search-ws

Searching for agent names is tricky & may require some experimentation. We don't specify an arrangement for parts of names in displayName; these could be in reverse order such as "Smith, Michael" or in forward order such as "Michael Smith" because they are produced by the client. So, edgeNGram of various lengths are not always useful for this attribute if they've been analyzed with side = "front". But, they are useful for familyNames and givenNames. Here's an alternative:

{
  "query": {
    "multi_match": {
       "query": "<string-to-auto-complete>",
       "type": "cross_fields",
       "fields": ["familyNames^5", "givenNames^3", "displayName", "aliases"]
      }
   }
}

Note that I'm using a type cross_fields and I'm boosting familyNames and givenNames over the others.

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.