abx_plugin_ripgrep_search.searchbackend

Module Contents

Classes

RipgrepSearchBackend

Data

TIMESTAMP_REGEX

RIPGREP_SEARCH_BACKEND

API

abx_plugin_ripgrep_search.searchbackend.TIMESTAMP_REGEX[source]

‘compile(…)’

class abx_plugin_ripgrep_search.searchbackend.RipgrepSearchBackend[source]

Bases: abx_spec_searchbackend.BaseSearchBackend

name: str[source]

‘ripgrep’

docs_url: str[source]

https://github.com/BurntSushi/ripgrep

static index(snapshot_id: str, texts: List[str])[source]
static flush(snapshot_ids: Iterable[str])[source]
static search(text: str) List[str][source]
abx_plugin_ripgrep_search.searchbackend.RIPGREP_SEARCH_BACKEND[source]

‘RipgrepSearchBackend(…)’