jorishermans / InQu

this an implementation of a text search engine written in typescript

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Inqu

Inqu is a full text search engine build with typescript.

How to use inqu?

We will add some examples here so that you can use inqu in your applications very soon.

First create an instance of Inqu

const inquery = new Inqu(storageImpl);

About

this an implementation of a text search engine written in typescript


Languages

Language:TypeScript 100.0%