Skip to content

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

371 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Let's Search! JSON Search Engine

TotalViewsBadge

Test JSON Datasets (SCOTUS Opinions) :

  • Small : (50 Files)
  • Medium : (502 Files) ⬅ Recommended
  • Large : (35,587 Files)

Instructions on how to use:

  1. Run program & select Maintenance in the Main Menu

  2. Your file browser will open once Add Folder is pressed. After selecting a directory, wait for the data to load into the index.

Selecting a Directory
  1. Return to the Main Menu & select Interactive. Then select Index Method to choose your index method of choice as seen below.
Choosing an Index Method
  1. Select Search to enter a new query.
Entering a Search Query

Examples of different available boolean pre-fixes & how they can be used :

Education : Returns all opinions that contain the word education.

OR privacy security : Returns all opinions that contain either privacy OR security OR both.

security NOT privacy : Returns all opinions that contain security, but not privacy.

AND higher education texas : Returns all opinions that contain the words higher and education and texas

AND privacy security NOT computer : Returns all opinions that contain privacy and security, but not computer.

About

• Designed to help search through multiple JSON files using user provided search criteria with ease.

Topics

Resources

Stars

Watchers

Forks

Releases

Packages

Used by

Contributors

Languages