• Stars
    star
    1,367
  • Rank 32,969 (Top 0.7 %)
  • Language
    JavaScript
  • License
    MIT License
  • Created almost 11 years ago
  • Updated 4 months ago

Reviews

There are no reviews yet. Be the first to send feedback to the community and the maintainers!

Repository Details

A persistent, network resilient, full text search library for the browser and Node.js

search-index

A network resilient, persistent full-text search library for the browser and Node.js

Gitter npm npm license Build Status JavaScript Style Guide

Quick start

const si = require('search-index')

// initialize an index
const { PUT, QUERY } = await si()

// add documents to the index
await PUT( /* objects */ )

// read documents from the index
const results = await QUERY( /* query */ )

Documentation

More Repositories

1

norch

A search server that can be installed with npm
JavaScript
657
star
2

stopword

A module for node.js and the browser that takes in text and strips it of stopwords
JavaScript
211
star
3

solrstrap

Solrstrap is a Query-Result interface for Solr written in JavaScript, HTML and CSS
JavaScript
86
star
4

reuters-21578-json

An terse and JSONified version of the Reuters 21578 dataset
29
star
5

pumbledb

PumbleDB is a Node.js key-value server that uses LevelDB
JavaScript
21
star
6

term-vector

A node.js module that creates a term vector from a mixed text input. Supports stopword removal and customisable separators.
JavaScript
19
star
7

fergies-inverted-index

Throw JavaScript objects at the index and they will become retrievable by their properties using promises and map-reduce
JavaScript
18
star
8

term-frequency

A simple term frequency library (see https://en.wikipedia.org/wiki/Tf%E2%80%93idf#Term_frequency_2 )
JavaScript
10
star
9

docproc

A document processing pipeline
JavaScript
9
star
10

norch-document-processor

A library for parsing HTML into any sort of JSON you want
JavaScript
9
star
11

norch-fetch

Fetch pure HTML from a webserver and save it to disk
JavaScript
8
star
12

norch-indexer

An indexing tool for Forage.js
JavaScript
7
star
13

search-index-simple-node-js-example

This is a really basic example of how you get search-index to work in a node.js application
JavaScript
6
star
14

norch-bootstrap

A pluggable front-end for Forage based on Angular and Bootstrap
HTML
6
star
15

search-index-adder

The indexing module for search-index
JavaScript
5
star
16

search-index-indexing-from-pouchdb-example

This is a quick and dirty demo that shows how to feed some documents into a pouchdb instance, and then index the entire database into a search-index.
JavaScript
5
star
17

search-index-indexing-in-browser

This is a super simple demo for indexing documents to a search-index in the browser
JavaScript
5
star
18

search-index-searcher

search in a search-index
JavaScript
4
star
19

term-cluster

return clusters of terms in a given text
JavaScript
4
star
20

virtual-forage

A virtualisation package for Forage. Allows a host machine to run Norch on a guest OS
Ruby
4
star
21

level-out

levelup to stdout
JavaScript
4
star
22

norch-cluster

Norch-cluster is a distributed search engine
JavaScript
3
star
23

search-index-replicate-index-to-browser-example

JavaScript
3
star
24

world-bank-dataset

A JSONified dataset of projects funded by the World Bank.
JavaScript
3
star
25

level-in

A simple utility for writing to a leveldb
Shell
3
star
26

ngraminator

A really small ngram generator
JavaScript
2
star
27

search-index-replicator

The replication module for search-index
JavaScript
2
star
28

norch-client

JavaScript
2
star
29

norch-angular-app

A basic Norch-powered angular app. Use as an example or starting point.
JavaScript
2
star
30

search-index-issue-537

as per https://github.com/fergiemcdowall/search-index/issues/537
JavaScript
1
star
31

webpack-module-example

Example of javascript module compiled with webpack that can then be used with node, frontend bundles, and <script> tags
JavaScript
1
star
32

Oslo-bysykkel

Show the location and availability of Oslo city bikes
Vue
1
star
33

gatsby-starter-netlify-cms

JavaScript
1
star
34

intersect-arrays-to-stream

Takes an arbitrary amount of sorted arrays and returns the intersect as a stream
JavaScript
1
star
35

distribute-array

Distributes one array evenly between a given number of smaller arrays
JavaScript
1
star
36

search-index-deleter

The deletion module for search-index
JavaScript
1
star
37

search-index-matcher

A matcher that generates its content from a search-index
JavaScript
1
star
38

fergies-packager-test

A repo for testing packaging strategies
JavaScript
1
star
39

search-index-getter

A lib for retrieving individual documents from a search-index corpus
JavaScript
1
star