-
```
panic: interface conversion: interface {} is nil, not *analysis.Token
goroutine 32 [running]:
panic(0x6a93e0, 0xc8201b62c0)
/Users/mschoch/Documents/research/gosrc/src/runtime/panic.go:464 +0…
-
go get -u github.com/ponzu-cms/ponzu/...
like this :
go: github.com/ponzu-cms/ponzu/system/item imports
github.com/blevesearch/bleve imports
github.com/blevesearch/bleve/index/scor…
-
I'm batching documents into batches of ~250 and progressively indexing them into a bleve index initialized with
```go
ds.index, err = bleve.NewUsing(indexRoot, mapping, scorch.Name, moss.Name, nil)…
-
go version go1.12.6 darwin/amd64
```
go get github.com/blevesearch/bleve/...
package github.com/blevesearch/bleve
imports github.com/blevesearch/zap/v11: cannot find package "github.com/bl…
-
## Proposal
The issue address implementing text indexing for uadmin.
Implementation which could be used: (https://github.com/blevesearch/bleve)
Interesting issue: https://github.com/blevesearch/…
-
E.g. a query "+fielda:xxx +fieldb:bbb" will be recognized as " fielda:xxx fieldb:bbb" in ponzu, and got wrong search result.
-
Hi,
I am using the Bleve 1.0.14 with scorch indexer, it seems the indexer is aggressively using the whole memory that I had during the final indexing merge, which caused the "out of memory" issue, …
-
Check the links
* https://gohugo.io/tools/search/
* http://www.blevesearch.com/news/Site-Search/
* https://matcornic.github.io/hugo-learn-doc/basics/installation/
* https://lunrjs.com
* https:/…
-
https://github.com/blevesearch/bleve
-
See also https://github.com/blevesearch/bleve/issues/553 for some real-world use case.