Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type DocumentStore ¶
type IndexStore ¶
type SQLDocumentStore ¶
type SQLDocumentStore struct {
// contains filtered or unexported fields
}
func NewSQLDocumentStore ¶
func NewSQLDocumentStore(db *sql.DB) (*SQLDocumentStore, error)
func (*SQLDocumentStore) Count ¶
func (s *SQLDocumentStore) Count() (int64, error)
type SQLIndexStore ¶
type SQLIndexStore struct {
// contains filtered or unexported fields
}
func NewSQLIndexStore ¶
func NewSQLIndexStore(db *sql.DB) (*SQLIndexStore, error)
func (*SQLIndexStore) Optimize ¶
func (s *SQLIndexStore) Optimize() error
func (*SQLIndexStore) PutAllWords ¶
func (s *SQLIndexStore) PutAllWords(index int64, words map[string]float64) error
Click to show internal directories.
Click to hide internal directories.