fdb-record-layer
fdb-record-layer copied to clipboard
A record-oriented store built on FoundationDB
For example, various kinds of `Point` queries for non-full-text fields, which might be combined with full-text searches and highlighting requested. I don't know whether these go into the map as...
Support the allowing of different conversion types When converting from Multi-Target, fail with "Active Session Exists" if the master index session lock is still active. This is a practical way...
…ransaction merges are ongoing - added 4 tests to `LuceneIndexTest`
1. Need to allow different conversion 2. When converting from Multi-Target, fail with "Another Session Exists" if the master index session lock is still active.
1. Lock a directory, and commit, then try to update a record, or save a record, or do a search, and assert that nothing is corrupted (or that the user...
Trying to get information regarding issue #2671
Just to make sure it doesn't break
Make the Lucene file lock error regular returnable exception to allow consumers to recover by retry.