Workshop in English - UK at php Central Europe Conference 2018 (with Rasmus)
Track Name:
workshops
View Slides: https://conferences.xeraa.net/cTFjyG/full-text-search-internals
Checkout the code: https://gist.github.com/xeraa/c3c73255da55be44d5883c7ae761a7ed
Short URL: https://joind.in/talk/c19a0
(QR-Code (opens in new window))
Today’s applications are expected to provide powerful full-text search. But how does that work in general and how do I implement it on my site or in my application? Actually, this is not as hard as it sounds at first. This talk covers:
* How full-text search works in general and what the differences to databases are.
* How the score or quality of a search result is calculated.
* How to handle languages, search for terms and phrases, run boolean queries, add suggestions, work with ngrams, and more with Elasticsearch.
We will run all the queries live and explore the possibilities for your use-case.
Comments
Comments are closed.