COLLECTED BY
Organization:
Internet Archive
Focused crawls are collections of frequently-updated webcrawl data from narrow (as opposed to broad or wide) web crawls, often focused on a single domain or subdomain.
The Wayback Machine - https://web.archive.org/web/20200904061315/https://github.com/topics/full-text-search
Here are
186 public repositories
matching this topic...
A bit like Solr, but much smaller and not as bright
Updated
Aug 19, 2020
JavaScript
Next-Generation full text search library for Browser and Node.js
Updated
Aug 20, 2020
JavaScript
A fully featured full text search engine written in PHP
RadonDB is an open source, cloud-native MySQL database for building global, scalable cloud services
Lightweight Python utilities for working with Redis
Updated
Aug 21, 2020
Python
An embeddable fulltext search engine. Groonga is the successor project to Senna.
Fess is very powerful and easily deployable Enterprise Search Server.
High performance Chinese tokenizer with both GBK and UTF-8 charset support based on MMSEG algorithm developed by ANSI C. Completely based on modular implementation and can be easily embedded in other programs, like: MySQL, PostgreSQL, PHP, etc.
Lightweight Embeddable iBoxDB Full Text Search Server for Java
Updated
Jun 18, 2020
Java
RESTful search server written in Python, powered by SQLite.
Updated
Jul 28, 2020
Python
web interface for recoll desktop search
Updated
Jul 21, 2020
Python
🔧 A tool can really search everywhere for you.
Updated
Feb 11, 2019
Java
Ruby Client API for Sphinx
Updated
Apr 16, 2020
Ruby
PostgreSQL Full Text Search Engine for Laravel Scout
A standalone lightweight full-text search engine built on top of blevesearch and Go with multiple storage (scorch, boltdb, leveldb, badger)
Full text searching Linux man pages with Elasticsearch 🐧
Updated
Jul 15, 2019
Ruby
📖 Support examples for learning full-text search with use of PostgreSQL. Ready to run.
Lightweight and read-write optimized full text search library.
Updated
Jul 23, 2019
HTML
🔍 Full text indexing and searching library
Updated
Jul 21, 2020
TypeScript
Lightweight iBoxDB Full Text Search Server for C#
A Flask full-text search engine
Updated
Aug 13, 2019
Python
Fast and extendible Node.js/Javascript fulltext search engine.
Updated
Sep 21, 2017
JavaScript
Gatsby plugin for full text search implementation based on lunr client-side index. Supports multilanguage search.
Updated
Jun 18, 2020
JavaScript
A lightweight full text indexer for .NET
The library web application where you can borrow books. It's Spring MVC and Hibernate project.
Updated
Sep 13, 2018
Java
Full text search for Redmine
Chinese tokenizer for tantivy, based on jieba-rs
Updated
Aug 26, 2020
Rust
🔍 基于讯搜封装的 Laravel 全文检索服务。
Improve this page
Add a description, image, and links to the
full-text-search
topic page so that developers can more easily learn about it.
Curate this topic
Add this topic to your repo
To associate your repository with the
full-text-search
topic, visit your repo's landing page and select "manage topics."
Learn more
You can’t perform that action at this time.
You signed in with another tab or window. Reload to refresh your session.
You signed out in another tab or window. Reload to refresh your session.
Remote Functions Refactor
Overview
Remote functions exist to enable background->tab, and tab->background function delegation (i.e. Call a function in a tab, but have it run in the background and vice versa).
Refactoring has been started to make these functions interfaced and type safe.
Tasks
Grepping the codebase for
remoteFunction(shows where it's still being us