Documentation ¶
Overview ¶
termfreq provides IO functions to read term frequency information from Firestore
Index ¶
Constants ¶
View Source
const (
QueryLimit = 1000
)
Variables ¶
This section is empty.
Functions ¶
func NewFirestoreDocFinder ¶ added in v0.0.105
func NewFirestoreDocFinder(client fsClient, corpus string, generation int, addDirectory bool, queryLimit int) find.TermFreqDocFinder
NewFirestoreDocFinder creates a TermFreqDocFinder implemented with a Firestore client Set addDirectory if you need to add a directory prefix to the collection names
Types ¶
Click to show internal directories.
Click to hide internal directories.