A Go program to generate JSON index of HTML files, and a JavaScript component with optional UI (based on React.js) to search this index.
Elasticsearch is a distributed search engine and NoSQL document store designed for full-text search and real-time data retrieval. It functions as a RESTful data indexer and vector database, allowing for the storage and management of structured JSON documents across multiple nodes. The system distinguishes itself through its ability to serve as a log analytics platform for monitoring system health and security events. It incorporates vector search implementation using mathematical embeddings to support generative AI and augmented generation applications. The platform covers a broad range of c
```javascript import { SearchIndex } from 'search-index'
A cryptocurrency implementation in less than 1500 lines of code
Fuzzy searching allows for flexibly matching a string with partial input, useful for filtering data very quickly based on lightweight user input.
Die Hauptfunktionen von bevacqua/fuzzysearch sind: Databases and Search.
Open-Source-Alternativen zu bevacqua/fuzzysearch sind unter anderem: dchest/static-search — A Go program to generate JSON index of HTML files, and a JavaScript component with optional UI (based on React.js) to… elasticsearch/elasticsearch — Elasticsearch is a distributed search engine and NoSQL document store designed for full-text search and real-time data… fergiemcdowall/search-index — ```javascript import { SearchIndex } from 'search-index'. itemsapi/itemsjs — Extremely fast faceted search engine in JavaScript - lightweight, flexible, and simple to use. Created to perform fast… louischatriot/nedb — NeDB is a JavaScript embedded NoSQL document store designed for Node.js and the browser. It functions as an in-memory… conradoqg/naivecoin — A cryptocurrency implementation in less than 1500 lines of code.