search for: omgrep

Displaying 1 result from an estimated 1 matches for "omgrep".

Did you mean: mgrep
2024 Apr 22
2
How to use Xapian Omega directly (i.e., without using `recoll` and `xapiandb`) ... Full Set Of Questions Below:
...want to create an extensive list first with xapian omega, then have the list post-processed for all strings greater than 3 characters, along with the indexing data, as to where those texts appear in all specific text documents, like position, document name, etc. How could I include phrases? Could `omgrep` or `python` script be used for specific phrases? Would the following steps help? Am I planning wrongly?: 1. Index the Text Files within a directory: Use the omindex command to index the text files. The example command to index all text files in a directory: $omindex -d /path/to/index_directory...