Skip to content

Commit

Permalink
Add result WARC location ORM
Browse files Browse the repository at this point in the history
  • Loading branch information
janheinrichmerker committed Nov 21, 2023
1 parent 140dd17 commit 3be1dff
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions archive_query_log/orm.py
Original file line number Diff line number Diff line change
Expand Up @@ -410,6 +410,8 @@ class Result(BaseDocument):
serp: InnerSerp = Object(InnerSerp)
snippet: Snippet = Object(Snippet)
snippet_parser: InnerParser | None = Object(InnerParser)
warc_location: WarcLocation | None = Object(WarcLocation)
warc_downloader: InnerDownloader | None = Object(InnerDownloader)

class Index:
name = "aql_results"
Expand Down

0 comments on commit 3be1dff

Please sign in to comment.