RITTEAM100 / polistack

Polistack is a web application that matches policy interests with public sentiment to facilitate informed decision-making.
https://www.polistack.com
0 stars 1 forks source link

BUILD INDEXING METHOD & OPTIMIZE #6

Open olw4196 opened 1 year ago

olw4196 commented 1 year ago
  1. Import standard tools {lemmatization, stemming, etc}
  2. Process / Index Documents
  3. Improve Performance
  4. Test Query-ability
arjunKay commented 1 year ago

Implemented basic search functionality using Mongo text indexing.