Skip to content

Commit

Permalink
update data
Browse files Browse the repository at this point in the history
  • Loading branch information
actions-user committed Oct 1, 2024
1 parent cd16cb4 commit 9bb5769
Show file tree
Hide file tree
Showing 3 changed files with 94 additions and 2 deletions.
16 changes: 16 additions & 0 deletions database/database.json
Original file line number Diff line number Diff line change
Expand Up @@ -39612,5 +39612,21 @@
"sql",
"rust"
]
},
"https://www.marginalia.nu/log/a_111_phrase_matching/": {
"extra-tags": [
"search",
"matching",
"now"
],
"title": "Phrase Matching in Marginalia Search",
"summary": "Marginalia Search now properly supports phrase matching. This not only permits a more robust implementation of quoted search queries, but also helps promote results where the search terms occur in the document exactly in the same order as they do in the query.\nThis is a write-up about implementing this change. This is going to be a relatively long post, as it represents about 4 months of work.\nI\u2019m also happy and grateful to announce that the nlnet people reached out after the run of the grant was over and asked me if I had more work in the pipe, and agreed to fund this change as well!",
"date": "2024-10-01",
"tags": [
"bloom filters",
"index",
"marginalia",
"phrase search"
]
}
}
4 changes: 2 additions & 2 deletions database/pipeline.pkl
Git LFS file not shown
76 changes: 76 additions & 0 deletions database/triples.json
Original file line number Diff line number Diff line change
Expand Up @@ -180638,5 +180638,81 @@
{
"head": "connect",
"tail": "rrt-connect"
},
{
"head": "bloom filters",
"tail": "index"
},
{
"head": "bloom filters",
"tail": "marginalia"
},
{
"head": "bloom filters",
"tail": "phrase search"
},
{
"head": "bloom filters",
"tail": "search"
},
{
"head": "bloom filters",
"tail": "matching"
},
{
"head": "bloom filters",
"tail": "now"
},
{
"head": "index",
"tail": "marginalia"
},
{
"head": "index",
"tail": "phrase search"
},
{
"head": "index",
"tail": "matching"
},
{
"head": "index",
"tail": "now"
},
{
"head": "marginalia",
"tail": "phrase search"
},
{
"head": "marginalia",
"tail": "search"
},
{
"head": "marginalia",
"tail": "matching"
},
{
"head": "marginalia",
"tail": "now"
},
{
"head": "phrase search",
"tail": "search"
},
{
"head": "phrase search",
"tail": "matching"
},
{
"head": "phrase search",
"tail": "now"
},
{
"head": "search",
"tail": "now"
},
{
"head": "matching",
"tail": "now"
}
]

0 comments on commit 9bb5769

Please sign in to comment.