Java/JVM

MongoDB: Getting Started with MongoDB Atlas Search

Introduction In this blog, we’ll discuss about the MongoDB Atlas Search and how we can query the database using Atlas Search. What is Atlas Search? Atlas Search is an embedded full-text search in MongoDB Atlas that gives you a seamless, scalable experience for building relevance-based app features. As we already know, Atlas Search is...

by Ankit
Tag: lucene
25-Sep-2024

Grails

Searchable plugin – Lucene search on numeric values

While using searchable plugin for the first time, I wasn't aware that lucene implements only lexicographic comparisons for searching on indexed values (even on numeric fields). Before I learned this, I kept on wondering why a Person of age 6 always appeared in search results when I look for People more than 20 years of age. The solution...

by Aman Aggarwal
Tag: lucene
14-Jul-2010