Based on our record, Manticore search should be more popular than Xapian. It has been mentiond 17 times since March 2021. We are tracking product recommendations and mentions on various public social media platforms and blogs. They can help you identify which product is more popular and what people think of it.
Recoll is free/open source (GPL) that can index PDFs and search them very quickly. It uses Xapian under the hood. I have over 165,000 documents indexed on an old laptop running Linux and can query them all in a split second. Source: over 1 year ago
+ xapian which has been around a while, and while gpl licensed, is quite capable https://xapian.org/. - Source: Hacker News / over 2 years ago
Tangentially related if you need search without the clustering and high availability story of elastic search and friends I highly recommend Xapian. Its like the SQLite of search. Single library that provides the basic set of features you would expect in a quality search experience: facets, ranked search, boolean operators, stemming etc etc. https://xapian.org/. - Source: Hacker News / over 2 years ago
For fast searching, it usually requires indexing the files in question. There are a number of text-file indexing solutions, many of which use xapian, sphinx, or lucene/solr under the hood. Based on conditions (watching files/directories, cron jobs, new-mail triggers, etc), they'll add/remove files to the index, and you can then use a corresponding command to compose queries across that data. If it's indexed, it... Source: over 3 years ago
There is also xapian/recoll https://xapian.org/ which works great for "desktop" search. - Source: Hacker News / over 3 years ago
At Manticore Search, we explored several approaches to building an efficient reverse image search system. We wanted a practical solution that leveraged Manticore's powerful vector search while remaining accessible, and this led us to TinyCLIP — a streamlined model that runs efficiently on standard CPUs. - Source: dev.to / 6 months ago
Ready to enhance your search? Try Manticore Search to see how this powerful engine can improve your project with a blend of lexical and vector search. - Source: dev.to / 7 months ago
Manticore Search offers a powerful solution that integrates both lexical and semantic search capabilities. This combination allows users to benefit from the precision of keyword-based searches while also leveraging the contextual understanding of semantic search. Whether you're building an e-commerce platform, a content management system, or a research tool, Manticore Search provides the flexibility to implement... - Source: dev.to / 7 months ago
If you're interested in harnessing both fuzzy and vector search in your projects, consider exploring Manticore Search. It could be the game-changing solution you've been looking for to create a smarter and more effective search experience. - Source: dev.to / 7 months ago
Manticore Search stands out as a powerful search engine that skillfully incorporates fuzzy search functionality and supports vector search capabilities. By offering fuzzy search and semantic vector search support, Manticore Search provides a flexible solution adaptable to various search requirements. Whether you need quick, error-tolerant matching or want to experiment with vector-based similarity searches,... - Source: dev.to / 7 months ago
ElasticSearch - Elasticsearch is an open source, distributed, RESTful search engine.
ElasticHQ - Tool for ElasticSearch management and monitoring.
Algolia - Algolia's Search API makes it easy to deliver a great search experience in your apps & websites. Algolia Search provides hosted full-text, numerical, faceted and geolocalized search.
Apache Solr - Solr is an open source enterprise search server based on Lucene search library, with XML/HTTP and...
Elastic Stack - Meet the search platform that helps you search, solve, and succeed
OpenSearch - OpenSearch is a community-driven, open source search and analytics suite derived from Apache 2.0 licensed Elasticsearch 7.10.2 & Kibana 7.10.2. It consists of a search engine daemon, and a visualization and user interface, OpenSearch Dashboards.