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

A record-oriented store built on FoundationDB

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

* `lucene_stored` function causes field to _additionally_ be stored. * `LuceneRecordCursor.onNext` knows how to put them into the index entry. * something instructs `AvailableFields` to know they are there.

enhancement

In locations, such as https://github.com/FoundationDB/fdb-record-layer/blob/2e1b2bc723ee5973e765f7fd35c99226f2330208/fdb-record-layer-lucene/src/main/java/com/apple/foundationdb/record/lucene/directory/FDBDirectory.java#L176, the Lucene index is using `.thenApplyAsync`. In general you don't need (or want) to use thenApplyAsync(). The `CompletableFuture. *Async()` will create a new future that...

Implement new evaluation method that returns an "unequal" object when facing a comparison key that returns multiple items (as is the case with repeated fields with multiple entries). This would...

This changes the single-record delete path so that in cases where we know which key(s) the record used (including taking split points into account), we issue a series of single-key...

Add support and tests for count and countNonNull: #1424. Specifically, the following are true for aggregations and counts: 1. Zero records aggregate to NULL (e.g. Sum() and Avg() without any...

see #1322 for more information about the bug. This fix is somewhat temporary, and accomplishes 3 things: 1. Resolves some spotty blocking calls in `FDBDirectory` so that they block less...

Is there any plan to release an updated version of the record layer jar to a public maven repository? As we speak the latest version released is `2.8.110.0` which is...