Author
Madhusudhan Konda
Software Engineer, Speaker and Author of Elasticsearch in Action (2nd Edition)
Articles
How To
•Combining sparse, dense and geo fields
Learn how to combine multiple sparse, dense and geo fields in custom ways and what is the best way to do it?
How To
•Scoring documents based on the closest ones with multiple kNN fields
Learn how to search through documents with multiple kNN fields, and scoring the resultant documents based on multiple kNN vector fields.
How To
•How to choose the best k and num_candidates for kNN search
Learn strategies for selecting the optimal values for `k` and `num_candidates` parameters in kNN search, illustrated with practical examples.