fdb-record-layer icon indicating copy to clipboard operation
fdb-record-layer copied to clipboard

A record-oriented store built on FoundationDB

Results 403 fdb-record-layer issues
Sort by recently updated
recently updated
newest added

“of Ameri” does not match a completion against “United states of America” Reproducing test: ```@Test void autoCompletePhraseSearchWithLeadingStopWords() throws Exception { try (FDBRecordContext context = openContext()) { final Index index =...

I've seen a few instances of `LazyCloseableTest.testOpensLazilyExactlyOnceThreaded` fail in CI, including blocking at least one release build. The last time, it failed with the following assertion error: ``` LazyCloseableTest >...

bug
test failure

It should take care of promoting the value by employing the same logic we have in `PromoteValue`, in other words we should extract the promotion logic in `PromoteValue` and use...

planner

Lucene's postings are stored in data blocks. On FDB a more optimized way is to use Key-Value pairs. This issue is to move the postings (Field/Term/Position/Payload) structure to K/V.

For example, for a `Value` like this `(A, A, A)`, pulling up `A` through that Value gives something like: `_._0` instead of enlisting all possible access paths of it, i.e....

planner

You may note that this does not include `PRIMARY_KEY_SEGMENT_INDEX_ENABLED`, that code broke with the tests because it tries to cast the `StoredFieldsReader`, but the reader is wrapped by the test...

For a given partial match between a query expression and a candidate expression, the `TransformPartialMatch` task attempts to establish new partial match between the same query expression and the referencing...

planner
performance