blog.reactivesearch.ioReactiveSearch v8.24.0: Native kNN (Vector) search and filtering for ElasticsearchReactiveSearch API has introduced first-class support for vector search (kNN) since v8.24.0 (released in Feb 2025). This enables developers to seamlessly integrate vector similarity search alongside standard filters (term, range, or geo) on Elasticse...Feb 10, 2025·4 min read
blog.reactivesearch.ioEnhancing Your KNN Search UI with Faceting: A Follow-Up Guide1. Introduction In our previous post, we explored how vector (KNN) search lets you search for what you mean rather than what you type. In this post, we’re taking it one step further by integrating faceting capabilities into our search UI. By combinin...Feb 6, 2025·4 min read
blog.reactivesearch.ioGuide to Building a Vector Search UI Using ReactiveSearch and OpenSearch 2.17How often have you looked for something, but you're not sure what it’s called? Vector search (aka KNN-search) solves for this problem by allowing you to search for what you mean. Internally, a vector search engine stores a numerical representation of...Oct 4, 2024·6 min read
blog.reactivesearch.ioGuide to Building a Vector Search UI Using ReactiveSearch and Elasticsearch 8.15How often have you looked for something, but you're not sure what it’s called? Vector search (aka KNN-search) solves for this problem by allowing you to search for what you mean. Internally, a vector search engine stores a numerical representation of...Sep 21, 2024·6 min read
blog.reactivesearch.ioBuilding Search UIs with Flutter Searchbox 4.0Introduction Search functionality is a vital component of modern applications, significantly enhancing user experience by providing quick access to relevant information. As Flutter continues to gain popularity for building cross-platform apps, integr...Aug 8, 2024·4 min read