-
Notifications
You must be signed in to change notification settings - Fork 62
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Bump default domain limit to 10k pages * Update default lens to pull less data (all of wikipedia was a little much) * Cleaning up README & updating examples * Update README.md Fix centering * Gracefully handle crawler crash (#42) * Log errors if we can't dequeue * Log sidecar termination reasons & attempt to restart sidecar after IPC comms are lost * cargo fmt * Add setting to configure data directory (#43) * Add setting to configure data directory * Add documentation for new setting * Adding build links to top of README * Add setting & functionality to only crawl urls specified by lens rules (#44) * Add setting/functionality to only crawl urls specified by lens rules * Add documentation for new setting * Revert default crawl state on startup * Clarify blocklist documentation * Index poison error (#45) * No need to commit on every `add_document` call * Fix tests * Spawn a task to continually commit added documents to the index * v2022.5.15 Release (#47)
- Loading branch information
Showing
27 changed files
with
607 additions
and
621 deletions.
There are no files selected for viewing
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,5 @@ | ||
pub mod models; | ||
pub mod regex; | ||
pub mod test; | ||
|
||
pub use sea_orm; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.