Git Product home page Git Product logo

inverted-index's Introduction

inverted-index

Build Status Coverage Status

An inverted index (also referred to as postings file or inverted file) 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 (named in contrast to a Forward Index, which maps from documents to content). The purpose of an inverted index is to allow fast full text searches, at a cost of increased processing when a document is added to the database.

How to use

  • Open your browser and visit the homepage
  • Upload valid json book files
  • Select an uploaded book file from the selector and click create index
  • The index for the file is shown in tabular format with a search input field and search files selector
  • Search for a text or sequence of text in a selected file or all files (from the selector)
  • Click the search button and wait for the search results to be displayed

Key Features

  • Full text search
  • Create index for multiple files
  • Search through all created indexes or specific index (Multiple Search)
  • Index for each file is created only once and stored in memory

Technologies

inverted-index is implemented using a number of technologies:

Limitations

  • It doesn't save a search session
  • Files must have a specific structure for index to be created

License

MIT

inverted-index's People

Contributors

andela-aolaniran avatar azeezolaniran2016 avatar

Stargazers

Samuel Mayowa Fakunle avatar

Watchers

Samuel Mayowa Fakunle avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.