fdb-record-layer
fdb-record-layer copied to clipboard
A record-oriented store built on FoundationDB
“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 >...
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...
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.
Otherwise all of checkVersion will fail.
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....
…al optimization
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...