crabbysearch/src
Spencer bb50e8bb25
Ranking of aggregated search results based on relevancy of the search result to the user's search query (#549)
* add sorting by relevance and merge new changes

* fix conflicts

* Update src/models/aggregation_models.rs

Co-authored-by: neon_arch <mustafadhuleb53@gmail.com>

* Update src/models/aggregation_models.rs

Co-authored-by: neon_arch <mustafadhuleb53@gmail.com>

* Update Cargo.toml

Co-authored-by: neon_arch <mustafadhuleb53@gmail.com>

* Update Cargo.toml

Co-authored-by: neon_arch <mustafadhuleb53@gmail.com>

* Update Cargo.toml

Co-authored-by: neon_arch <mustafadhuleb53@gmail.com>

* enable non-static-synonyms features

---------

Co-authored-by: neon_arch <mustafadhuleb53@gmail.com>
2024-03-25 09:16:49 +00:00
..
bin perf: several optimizations for improving the performance of the engine (#540) 2024-03-11 12:01:30 +03:00
cache perf: several optimizations for improving the performance of the engine (#540) 2024-03-11 12:01:30 +03:00
config feat(config): config option to keep tcp connection alive for a certain period for subsequent requests (#548) 2024-03-25 12:11:56 +03:00
engines perf: several optimizations for improving the performance of the engine (#540) 2024-03-11 12:01:30 +03:00
handler ♻️ Clean some code, fix bug (#396) 2023-11-27 09:45:28 +03:00
models Ranking of aggregated search results based on relevancy of the search result to the user's search query (#549) 2024-03-25 09:16:49 +00:00
results Ranking of aggregated search results based on relevancy of the search result to the user's search query (#549) 2024-03-25 09:16:49 +00:00
server perf: several optimizations for improving the performance of the engine (#540) 2024-03-11 12:01:30 +03:00
templates perf: several optimizations for improving the performance of the engine (#540) 2024-03-11 12:01:30 +03:00
lib.rs perf: several optimizations for improving the performance of the engine (#540) 2024-03-11 12:01:30 +03:00