-
### Description
Hi,
I'm following up on my previous ticket: https://github.com/go-gitea/gitea/issues/30064. I always keep the service updated to the latest version, and the search problem persis…
-
Are you sure that the snapshotting mechanism is transactional / point in time? Have you chaos tested this?
Reviewing the code. Index.SnapshotItems() returns a channel that delivers each document in…
-
Any numeric search + multi facet search features?
-
See also some discussion in https://github.com/blevesearch/bleve/pull/960/files
@mschoch had observation that errors from DecRef() might be propagatable or returnable up the call chain, which might…
-
Currently the merger and persister goroutines parse their options when the respective goroutine starts, however this makes it difficult to report/recover from errors. It seems straightforward to pars…
-
➜ ~ ponzu
zsh: command not found: ponzu
-
Currently trying to find `some` text returns 0 results (even though text with `some` was indexed). Following code reproduces problem:
```golang
package main
import (
"github.com/blevesearch/b…
-
here's the code:
```go
package main
import (
"fmt"
"github.com/blevesearch/bleve"
)
func main() {
message := struct {
Id string
From string
Body string
}{
Id: "exa…
-
I have been working on a project that requires me to use `S2regionTermIndexer` to create a collection of "index terms", and "inverted index" using that. Since this library is not implemented in golang…
-
I would like to add synonyms to the search terms such as the term `kleenex` could pull results for documents with text that contains `tissues`. Would i store this in a text analyzer or is that not imp…