We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Develop a system for indexing snapshot contents using a full-text indexer such as Xapian. Examples:
Find a specific file within a date range:
% bin/find-file local/home/bob/.bashrc date:2017..2018 Snapshot 2106 2018-05-12 02:23 local/home/bob/.bashrc Snapshot 1255 2017-01-27 01:19 local/home/bob/.bashrc
Find files by text occurring in the name:
% bin/find-file .bashrc Snapshot 2106 2018-05-12 02:23 local/home/bob/.bashrc Snapshot 1957 2017-12-25 01:54 local/home/steve/.bashrc Snapshot 1255 2017-01-27 01:19 local/home/bob/.bashrc
There will need to be three operations on the index:
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Develop a system for indexing snapshot contents using a full-text indexer such as Xapian. Examples:
Find a specific file within a date range:
Find files by text occurring in the name:
There will need to be three operations on the index:
The text was updated successfully, but these errors were encountered: