A query and indexing engine for Redis, providing secondary indexing, full-text search, vector similarity search and aggregations.
-
Updated
Apr 28, 2025 - C
A query and indexing engine for Redis, providing secondary indexing, full-text search, vector similarity search and aggregations.
Fastest Integer Compression
utils to use word embedding models like word2vec vectors in a PostgreSQL database
VTEnc C library
Inverted List made for a college discipline named Organization and Retrieval of Information
A mini search engine implemented using the C programming language, that generates results to queries about certain keywords from some provided documents.
A search engine using a simplified version of Google's page rank algorithm
An "inverted search" project involves implementing a type of search engine that uses an inverted index data structure for efficient and fast retrieval of information. The inverted search approach is widely used in various information retrieval systems, including search engines, databases, and document management systems.
To implement an Inverted Index structure using Hash-Table and Linked List Data Structure on C.
An implementation of Tries Algorithm in C.
An inverted index is an index data structure storing a mapping from content, such as words or numbers, to its locations in a database file, or in a document or a set of documents.
The purpose of storing an index is to optimize speed and performance in finding relevant documents for a search query. Without an index, the search engine would scan every document in the corpus, which would require considerable time and computing power.
Information Retreival Course Repository, 7th Semester, IITD, 2023-24
"Concurrent Data Structures - Creation of Inverted Index"
Add a description, image, and links to the inverted-index topic page so that developers can more easily learn about it.
To associate your repository with the inverted-index topic, visit your repo's landing page and select "manage topics."