amyxzhang / lucy.js

A full-text search engine in the browser
22 stars 3 forks source link

New/changed functionality #8

Open amyxzhang opened 9 years ago

amyxzhang commented 9 years ago

While reading up on IndexedDB and writing on it for the paper, I added some parts that we haven't implemented. We can get rid of those parts if we end up not implementing them but I think it would be straightforward to do. One is IDBCursor and the other is using IDBKeyRange to specify a range on the relevancy score. I plan on doing these for the inverted index (hopefully if I have time!) I also plan on changing the score calculation to be more postgres-like and smarter. Not sure exactly what yet - but probably document normalization at the least.