Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Document ¶
type Document struct { // Mandatory fields ID string Type string Label string Gain float64 CreatedAt time.Time UpdatedAt time.Time ArchivedAt time.Time // Other fields ([0] = key, [1] = value) Fields [][2]string }
Document represents a indexable document, or a document retrieved from index in a search results.
func (Document) GetAllOfField ¶
type Index ¶
type Index struct {
// contains filtered or unexported fields
}
Index represents a search index that can index and query Documents.
type Indexer ¶
type QueryOptions ¶
Click to show internal directories.
Click to hide internal directories.