Skip to content

Boolean Query engine based on Postings Lists implementing term-at-a-time and document-at-a-time query processing.

Notifications You must be signed in to change notification settings

wasifaleem/Boolean-Query-engine

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Boolean Query engine based on Postings Lists

Implements query engine that return documents based on term-at-a-time(TAAT) by creating postings list ordered by term frequencies, and document-at-a-time(DAAT) creating the postings list ordered by doc IDs for a set of queries.

About

Boolean Query engine based on Postings Lists implementing term-at-a-time and document-at-a-time query processing.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages