We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c6b0ffe commit 3eb27ffCopy full SHA for 3eb27ff
1 file changed
tok/tok.go
@@ -157,7 +157,7 @@ func GetTokenizer(name string) (Tokenizer, bool) {
157
158
// GetIndexFactory returns IndexFactory given name.
159
func GetIndexFactory(name string) (IndexFactory, bool) {
160
- fmt.Println("HERE GET INDEX FACTORY", indexFactories)
+ fmt.Println("HERE GET INDEX FACTORY", indexFactories, name)
161
f, found := indexFactories[name]
162
return f, found
163
}
0 commit comments