MarginaliaSearch/code/features-search
Viktor a278fc6296
Increase search result relevance (#8)
* Increase accuracy of the position bits.
* Increase their width to 56.
* Use a rolling position scheme for bits 16-56 to increase the average accuracy.
* Result ranking overhaul
* Optimized queries
* BM25 in the index service's ranking
* Make gui less jank
* Javadocs for ranking parameters.
2023-04-07 20:18:08 +02:00
..
query-parser Increase search result relevance (#8) 2023-04-07 20:18:08 +02:00
random-websites Move database to a separate module 2023-03-25 15:26:17 +01:00
result-ranking Increase search result relevance (#8) 2023-04-07 20:18:08 +02:00
screenshots Move database to a separate module 2023-03-25 15:26:17 +01:00
readme.md Update readme.md 2023-03-21 17:30:44 +01:00

Search Features

These are bits of search-engine related code that are relatively isolated pieces of business logic, that benefit from the clarity of being kept separate from the rest of the search engine code.