inverted-index
There are 378 repositories under inverted-index topic.
RediSearch/RediSearch
A query and indexing engine for Redis, providing secondary indexing, full-text search, vector similarity search and aggregations.
pisa-engine/pisa
PISA: Performant Indexes and Search for Academia
powturbo/TurboPFor-Integer-Compression
Fastest Integer Compression
meta-toolkit/meta
A Modern C++ Data Sciences Toolkit
localvoid/ndx
:mag: Full text indexing and searching library
ot/ds2i
A library of inverted index data structures
guenthermi/postgres-word2vec
utils to use word embedding models like word2vec vectors in a PostgreSQL database
CocaineCong/tangseng
Tangseng search engine including full text search and vector search base on golang. 基于go语言的搜索引擎,信息检索系统
Uyouii/SearchingSystem
python实现的基于倒排索引和向量空间模型实现的信息检索系统
akiragy/recsys_pipeline
Build Recommender System with PyTorch + Redis + Elasticsearch + Feast + Triton + Flask. Vector Recall, DeepFM Ranking and Web Application.
haeungun/indexer4j
Simple full text indexing and searching library for Java
wolfgarbe/EliasFanoCompression
EliasFanoCompression: quasi-succinct compression of sorted integers in C#
vteromero/VTEnc
VTEnc C library
whizkydee/type-reverse
🦄 Lightweight reverse utility around strings, arrays, numbers and more.
tomarrell/rust-elias-fano
Elias-Fano encoding implementation in Rust
jermp/interpolative_coding
A flexible and efficient C++ implementation of the Binary Interpolative Coding algorithm.
absnaik810/CloudComputing
Projects done in the Cloud Computing course.
Shivamrai15/Text-Similarity
Two-part information retrieval system: 1) Pre-process text files, generate TF-IDF matrix and inverted index. 2) Retrieve relevant documents ranked by cosine similarity for given queries.
raj1603chdry/CSE3020-Web-Mining-Labs
Repository containing all the codes created for the lab sessions of CSE3020 Web Mining at VIT University Chennai Campus
nglthu/infoRetrieval
Inverted Indexer, web crawler, sort, search and poster steamer written using Python for information retrieval.
JulyWitch/fastest-icon-search-engine
A blazing-fast, memory-efficient icon search engine that uses an inverted index and binary compression to deliver instant results. Built with Preact, buffers, and scripting.
JuliaNeighbors/IVFADC.jl
Inverted file system for billion-scale ANN search
kadnan/Fehrist
Document Indexing and Searching Library in Go
rushitjasani/Wikipedia-Search-Engine
A complete search engine experience built on top of 75 GB Wikipedia corpus with subsecond latency for searches. Results contain wiki pages ordered by TF/IDF relevance based on given search word/s. From an optimized code to the K-Way mergesort algorithm, this project addresses latency, indexing, and big data challenges.
jermp/s_indexes
Universe-sliced indexes in C++.
mirkomantovani/web-search-engine-UIC
CS 582 Information Retrieval at University of Illinois at Chicago. Multithreaded crawling of UIC domain, inverted index, page rank, SEO with Context Pseudo-Relevance Feedback
jermp/opt_vbyte
Optimal partitioning of Variable-Byte codes for better compression and fast decoding.
picone/SearchEngine
使用go实现的简单搜索引擎
jermp/clustered_elias_fano_indexes
Clustered Elias-Fano inverted indexes.
SurgicalSteel/elasthink
An alternative to elasticsearch engine written in Go for small set of documents that uses inverted index to build the index and utilizes redis to store the indexes.
imehrdadmahdavi/map-reduce-inverted-index
Creating an Inverted Index of words occurring in a large set of documents extracted from web pages using Hadoop MapReduce and Google Dataproc
IhabBendidi/file-handling
Finding similarities between documents, and document search engine query language implementation
varadchoudhari/Resume-Matcher
A system for computing the most similar resume vectors given a query job vector. Built using an inverted index and BM25 retrieval model.
wzppengpeng/insb
instance search of bow model framework(ins bagger)
chanddu/Book-Search-Engine
Search Engine for Books (Java, Apache Lucene, crawler4j, Apache Spark)
nasrmohammad4804/search-engine-concept
this repo for learning search engine such as elk and web search engine concept such as google to grow knowledge of software engineering