wachterjohannes / schranz-search

Monorepository for the search implementation

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Schranz Search

Monorepository for the search abstraction over different search engine.

SEAL

What doctrine/dbal is for doctrine, the schranz-search/SEAL is for schranz-search package. It provides a common interface to interact with different search engines.

Read more about it in the README.md of the package.

Research

At current state collect here different search engines which are around and could be interesting:

Elasticsearch

Widely used search based on Java.

Opensearch

Fork of Elasticsearch also written in Java.

RediSearch

A search out of the house of the redis labs.

Zinc Labs

Zinc search describes itself as a lightweight alternative to Elasticsearch written in GoLang.

Typesense

Describes itself as a alternative to Algolia and Elasticsearch written in C++.

Algolia

Is a search as SaaS provided via Rest APIs and SDKs:

ZendSearch

A complete in PHP written implementation of the Lucene index. Not longer maintained:

TnTSearch

Another implementation of a Search index written in PHP. Not based on Lucene.

MeiliSearch

A search engine written in Rust:

Solr

A search engine under the Apache Project based on Lucene written in Java:

Sonic

Describe itself as lightweight & schema-less search backend, an alternative to Elasticsearch that runs on a few MBs of RAM.

Vespa

Describe itself as the open big data serving engine - Store, search, organize and make machine-learned inferences over big data at serving time.

Toshi

A full-text search engine in rust. Toshi strives to be to Elasticsearch what Tantivy Server is to Lucene:

  • Server: Toshi Server
  • PHP Client: No client available only API based

Quickwit

Describe itself as a cloud-native search engine for log management & analytics written in Rust. It is designed to be very cost-effective, easy to operate, and scale to petabytes.

nrtSearch

Describe itself as a high performance gRPC server, with optional REST APIs on top of Apache Lucene version 8.x source, exposing Lucene's core functionality over a simple gRPC based API.:

MongoDB Atlas

None open source search engine from MongoDB. It is a cloud based search engine.

Similar Projects

Following projects in the past target similar problem:

About

Monorepository for the search implementation

License:MIT License


Languages

Language:PHP 100.0%