package
0.2.0
Repository: https://github.com/unixmonster/hound.git
Documentation: pkg.go.dev

# Functions

Create returns a new IndexWriter that will write the index to file.
File returns the name of the index file to use.
Merge creates a new index in the file dst that corresponds to merging the two indices src1 and src2.
No description provided by the author
RegexpQuery returns a Query for the given regexp.

# Constants

Everything matches.
All in Sub and Trigram must match.
Nothing matches.
At least one in Sub or Trigram must match.

# Structs

An Index implements read-only access to a trigram index.
An IndexWriter creates an on-disk index corresponding to a set of files.
A Query is a matching machine, like a regular expression, that matches some text and not other text.

# Type aliases

No description provided by the author