About 4,930 results
Open links in new tab
  1. Sphinx | Open Source Search Engine

    Sphinx is an open source full text search server, designed with performance, relevance (search quality), and integration simplicity in mind. Sphinx lets you either batch index and search data stored in files, an SQL database, NoSQL storage -- or index and search data on the fly, working with Sphinx pretty much as with a database server.

  2. c# - .Net based open source search engine? - Stack Overflow

    Dec 29, 2016 · I am looking for an easy to use, maintain and extensible search engine (intranet, enterprise search engine) based on .Net technologies, better open source which is more capable of extension. Just similar to Apache Lucene and Apache Solr. I want to search html page only.

  3. Open Source Search Engine - Stack Overflow

    Apr 9, 2014 · Why didn't you use google to search for an open source search engine? – S.Lott. Commented Dec 24, 2009 ...

  4. c# - What is the best full text search open source project (.NET ...

    Apr 4, 2017 · You can use the library Bsa.Search.Core to search in .Net. The library contains 4 index types: MemoryDocumentIndex - fast memory index; DiskDocumentIndex stores the index on disk; FileDocumentIndex - indexing files; ShardDocumentIndex - stores large indexes on disk of more than 3 million documents; Example of using Memory index

  5. About - Sphinx

    Sphinx is an open source full text search server, designed from the ground up with performance, relevance (aka search quality), and integration simplicity in mind. It's written in C++ and works on Linux (RedHat, Ubuntu, etc), Windows, MacOS, Solaris, FreeBSD, and a few other systems.

  6. Is there a good indexing / search engine for Node.js?

    May 18, 2013 · I'm looking for a good open source (with LGPL or a permissive license) indexing engine for a node.js application, something like Lucene. I'm looking for in-process indexing and search and am not interested in indexing servers like Sphinx or Solr.

  7. What tools are out there for an Intranet search engine across a …

    Apr 6, 2014 · Solr is the popular, blazing fast open source enterprise search platform from the Apache Lucene project. Its major features include powerful full-text search, hit highlighting, faceted search, near real-time indexing, dynamic clustering, database integration, rich document (e.g., Word, PDF) handling, and geospatial search.

  8. Open Source Projects for Web Search Engine Components

    Jun 12, 2009 · open-source; search-engine; Share. Improve this question. Follow edited May 23, 2017 at 11: 58. Community ...

  9. Sphinx | Open Source Search Server

    Feb 4, 2022 · Sphinx is a full-text search engine, publicly distributed under GPL version 2. Commercial licensing (eg. for embedded use) is available upon request. Technically, Sphinx is a standalone software package provides fast and relevant full-text search functionality to …

  10. Open source search engines : alternatives to Lucene

    Sep 4, 2013 · FastcatSearch is also open source and java based alternative. Lucene is a IR library as already you know, Solr is a search server, and FastcatSearch is a counterpart of Solr. It provides web-based manager, so that you can set up configs easily.