package
Version:
v0.0.0-...-f74767b
Opens a new window with list of versions in this module.
Published: Jun 23, 2022
License: Apache-2.0
Opens a new window with license information.
Imports: 4
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
README
¶
Documentation
¶
type BIndex struct {
BIndex *bleve.Index
Closed bool
}
Error represents a more strongly typed bleve error for detecting
and handling specific types of errors.
const (
ErrorBoneIndexErrorOnInit Error = iota
)
Constant Error values which can be compared to determine the type of error
type KVPlets struct {
Prefix string `json:"prefix"`
NPlet NPlet `json:"nplet"`
}
type NPlet struct {
Subject string `json:"subject"`
Predicate string `json:"predicate"`
Object string `json:"object"`
}
Source Files
¶
Click to show internal directories.
Click to hide internal directories.