# Functions
DeleteRepoFromIndexer delete all of a repo's files from indexer.
InitIssueIndexer initialize issue indexer.
InitRepoIndexer initialize repo indexer.
IssueIndexerBatch batch to add updates to.
RepoIndexerBatch batch to add updates to.
SearchIssuesByKeyword searches for issues by given conditions.
SearchRepoByKeyword searches for files in the specified repo.
# Constants
RepoIndexerOpDelete delete a file.
RepoIndexerOpUpdate add/update a file's contents.
# Structs
IssueIndexerData data stored in the issue indexer.
IssueIndexerUpdate an update to the issue indexer.
RepoIndexerData data stored in the repo indexer.
RepoIndexerUpdate an update to the repo indexer.
RepoSearchResult result of performing a search in a repo.
# Type aliases
RepoIndexerOp type of operation to perform on repo indexer.