elasticsearch icon indicating copy to clipboard operation
elasticsearch copied to clipboard

Initial full-text search in ES|QL

Open ChrisHegarty opened this issue 1 year ago • 2 comments

Meta issue listing tasks and subtasks for consideration as part of the Initial Search in ES|QL initiative.

  • [x] Basic filtering: https://github.com/elastic/elasticsearch/pull/110132
  • [ ] Basic search / ranking
  • [ ] Rescoring / Reranking
  • [ ] Custom Scoring
  • [ ] Logical / physical plan limit
  • [ ] Enable multi-node
  • [ ] knn https://github.com/elastic/elasticsearch/pull/110054
  • [ ] ..

relates #109518

POCs/discovery:

  • [ ] options for full text support (fuzziness, analyzers, prefix_length etc)
  • [ ] RRF
  • [ ] semantic text support
  • [ ] feature extraction
  • [ ] inference service interaction

ChrisHegarty avatar Jun 25 '24 11:06 ChrisHegarty

Pinging @elastic/es-search (Team:Search)

elasticsearchmachine avatar Jun 25 '24 11:06 elasticsearchmachine

With https://github.com/elastic/elasticsearch/pull/110132 merged we should have the basic filtering case covered. I think it was the only piece that was missing. Let me know if there's something else needed, but I am marking that as completed.

ioanatia avatar Jun 26 '24 08:06 ioanatia

Pinging @elastic/es-search-relevance (Team:Search Relevance)

elasticsearchmachine avatar Jul 12 '24 15:07 elasticsearchmachine