package
1.3.0-rc.1
Repository: https://github.com/google/codesearch.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.
No description provided by the author
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
No description provided by the author
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

A Buffer is a convenience wrapper: a closeable bufio.Writer.
An Index implements read-only access to a trigram index.
An IndexWriter creates an on-disk index corresponding to a set of files.
A Path is a Path stored in the index, either in the root list or the file list.
No description provided by the author
No description provided by the author
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