-
Unless there is a compelling reason not to, could bleve Query string query syntax
https://github.com/blevesearch/bleve/wiki/Query-String-Query
adhere to the Lucene syntax as defined in
http://luce…
-
Would be interesting to have an in-memory-only mode for scorch.
Some notes...
- there's some baton handoffs between the introducer / persister / file-merger that need careful consideration. e.g…
-
Hi there,
I stumbled upon a (not so) strange issue while using Bleve to store dates.
For example, this code:
```go
package main
import (
"github.com/blevesearch/bleve"
"fmt"
)
func …
-
How to implement an elasticsearch-like filter query statement that can query specified fields without calculating scores
```
{
"query": {
"bool": {
"must": [
{ "match": { "…
-
Java's iterators can skip over values :
https://github.com/RoaringBitmap/RoaringBitmap/blob/master/roaringbitmap/src/main/java/org/roaringbitmap/PeekableIntIterator.java
-
[Here's the backstory.](https://github.com/blevesearch/bleve/issues/667)
Let's say you have a static web site and you want to provide a search via a pre-populated search index. So you write a litt…
-
I think have FTS (Full Text Search) is a great feature to add after types get merged and are ready to go. Some of the FTS queries could lean on native stuff (like PostgreSQL FTS) and some could lever…
-
Instead of keeping two databases of bolt and redis, possible to rewrite backend as redis? there's interface store. hope you can help
hiqbn updated
5 years ago
-
Storing data as an int or uint and retrieving it later as facets gives odd results.
I have 212 documents in my index in this example with `Brand.ID` as the type `uint`. When JSON-encoding the facet…
-
## Overview
We propose to add an option to perform extended filtering at search time as well as post search. This proposal is dependent on issue #317 and #319.
## Extended Filtering
Examples: by aut…