0
0
mirror of https://github.com/neon-mmd/websurfx.git synced 2024-11-23 14:38:21 -05:00
websurfx/src/models
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
..
aggregation_models.rs 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
engine_models.rs perf: several optimizations for improving the performance of the engine (#540) 2024-03-11 12:01:30 +03:00
mod.rs ⚙️ refactor: reorganize code & restructure codebase for better maintainability (#207) 2023-09-03 20:50:50 +03:00
parser_models.rs perf: several optimizations for improving the performance of the engine (#540) 2024-03-11 12:01:30 +03:00
server_models.rs refactor: changed Cookie to use Cow to facilitate using references when building 2024-01-10 14:14:14 -07:00