Clément Renault
|
383a49b44f
|
fix: Compact the whole database for each WriteBatch injected
|
2019-03-05 14:55:57 +01:00 |
|
Clément Renault
|
a45cc4b618
|
fix: Reduce the size of the DocIndex type
|
2019-03-05 14:55:57 +01:00 |
|
Clément Renault
|
d664221c64
|
feat: Remove the DatabaseView dependencies from the QueryBuilder
|
2019-02-24 16:25:28 +01:00 |
|
Clément Renault
|
c9e0ad132c
|
feat: Do not save unidecoded cjk kanjis
|
2019-02-23 19:11:54 +01:00 |
|
Clément Renault
|
24823da6f7
|
feat: Allow users to retrieve the raw field value of a document
|
2019-02-22 15:30:20 +01:00 |
|
Quentin de Quelen
|
315fc1fbe3
|
feat: Add accessor for database and index path
|
2019-02-22 13:49:04 +01:00 |
|
Quentin de Quelen
|
9437cecf87
|
chore: Use Default derive on Config struct
|
2019-02-21 14:01:55 +01:00 |
|
Quentin de Quelen
|
13309511b3
|
chore: Use serde derive lowercase on RankingOrdering
|
2019-02-21 14:01:55 +01:00 |
|
Quentin de Quelen
|
1941cb16c0
|
feat: Add Config.update_with(_) method to merge 2 config
|
2019-02-21 14:01:55 +01:00 |
|
Quentin de Quelen
|
55823c5d5d
|
feat: add admin key on config
|
2019-02-21 14:01:55 +01:00 |
|
Quentin de Quelen
|
4721da1679
|
feat: Add access key on config
|
2019-02-21 14:01:55 +01:00 |
|
Quentin de Quelen
|
482f750231
|
chore: Set config field pub
|
2019-02-21 14:01:55 +01:00 |
|
Quentin de Quelen
|
d5119db165
|
feat: Allow to retrieve config from Database and DatabaseView
|
2019-02-21 14:01:55 +01:00 |
|
Quentin de Quelen
|
37578ed74f
|
feat: store config into database
|
2019-02-20 14:07:19 +01:00 |
|
Clément Renault
|
a0c4ec0be0
|
feat: Introduce the updated_documents methods
|
2019-02-18 18:01:40 +01:00 |
|
Clément Renault
|
264fffa826
|
feat: Replace the elapsed dependency by std::time::Instant
|
2019-02-17 16:37:45 +01:00 |
|
Clément Renault
|
6393b0cbc0
|
feat: Prefer binary to exponential search
|
2019-02-17 16:37:45 +01:00 |
|
Clément Renault
|
a8df438814
|
feat: Implement WriteToBytes/FromSharedDataCursor
|
2019-02-17 16:37:44 +01:00 |
|
Clément Renault
|
cbb0aaa217
|
feat: Introduce the Index structure along with the Events types
|
2019-02-17 16:36:47 +01:00 |
|
Clément Renault
|
e103e1c277
|
chore: Replace the crossbeam::ArcCell by arc-swap::ArcSwap
|
2019-02-13 15:19:02 +01:00 |
|
Clément Renault
|
db6210c7ee
|
feat: Introduce the Number type
|
2019-02-11 16:58:44 +01:00 |
|
Clément Renault
|
83cd071827
|
feat: Introduce the SortByAttr custom ranking helper
|
2019-02-11 16:55:31 +01:00 |
|
Clément Renault
|
084c3a95b6
|
feat: Add a new ranked attribute to the schema
|
2019-02-11 16:55:30 +01:00 |
|
Quentin de Quelen
|
96dfac5b33
|
feat: Allow users to manage multiple database indexes
|
2019-02-07 13:05:55 +01:00 |
|
Clément Renault
|
1c1f9201b8
|
feat: Remove the lifetime restriction for Database Updates
|
2019-02-06 18:03:41 +01:00 |
|
Clément Renault
|
1bfd51d6e9
|
feat: Change updates to be handled using the RocksDB WriteBatch feature
|
2019-02-06 15:58:47 +01:00 |
|
Clément Renault
|
87f0d8cf3c
|
feat: Remove the hashbrown dependency for library users
|
2019-02-03 12:22:50 +01:00 |
|
Clément Renault
|
c5e951be09
|
chore: Move the deseserializer into the serde module
|
2019-02-03 11:24:44 +01:00 |
|
Clément Renault
|
2e905bac08
|
chore: Remove Attribute and WordArea structures
|
2019-02-02 14:40:15 +01:00 |
|
Clément Renault
|
a3a28c56fa
|
feat: Replace compressed Match fields by uncompressed ones
|
2019-02-02 14:40:14 +01:00 |
|
Clément Renault
|
337aee5b65
|
chore: Emit warnings when a document id is reused
|
2019-01-28 16:11:55 +01:00 |
|
Clément Renault
|
94d357985f
|
feat: Remove the manual compaction triggering
|
2019-01-25 16:05:56 +01:00 |
|
Clément Renault
|
aa9db14c09
|
chore: Display index loading times
|
2019-01-23 11:19:44 +01:00 |
|
Clément Renault
|
1316be5b09
|
chore: Display timings of indexation operations
|
2019-01-16 11:45:33 +01:00 |
|
Quentin de Quelen
|
fa062ce2cf
|
feat: Schema can be de/serialized from a json format
|
2019-01-12 21:05:48 +01:00 |
|
Clément Renault
|
ac347d788c
|
feat: Make multiple document updates shadow themselves
|
2019-01-10 15:25:24 +01:00 |
|
Clément Renault
|
b53ef08d05
|
feat: Make WordArea be based on char index and length
|
2019-01-09 20:14:08 +01:00 |
|
Clément Renault
|
de59ea495d
|
feat: Log some update steps
|
2019-01-06 22:49:12 +01:00 |
|
Clément Renault
|
32f8908d71
|
feat: Reintroduce stopwords for the serializer
|
2019-01-06 22:49:11 +01:00 |
|
Clément Renault
|
7f5e6c5b6e
|
test: Add test to the DocumentKeyAttr slice repr
|
2019-01-02 21:48:58 +01:00 |
|
Clément Renault
|
c05fab783a
|
fix: Write and Read DocumentKeyAttr in big endian
|
2019-01-02 17:53:53 +01:00 |
|
Clément Renault
|
95dc6fe904
|
feat: Rework the UpdateBuilder struct
|
2019-01-02 17:53:52 +01:00 |
|
Clément Renault
|
1d67012aa5
|
chore: Clean up some database functions
|
2019-01-01 01:40:20 +01:00 |
|
Clément Renault
|
7845292ea8
|
chore: Clippy pass
|
2018-12-31 23:20:30 +01:00 |
|
Clément Renault
|
87ec95f7a0
|
test: Add benchmarks to mesure the database
|
2018-12-31 21:18:37 +01:00 |
|
Clément Renault
|
21bb38c3b0
|
test: Add more tests for updates ingestion
|
2018-12-31 19:27:21 +01:00 |
|
Clément Renault
|
64d53ee1bd
|
chore: Rework the data module structures
being able to be constructed from SharedData
|
2018-12-31 19:27:21 +01:00 |
|
Clément Renault
|
c022fa3fca
|
chore: Move serde related structs to their module
|
2018-12-31 19:26:28 +01:00 |
|
Clément Renault
|
0080bf486f
|
feat: Introduce the new Index structure
replacing the old ugly Blob system
|
2018-12-31 19:26:27 +01:00 |
|
Clément Renault
|
6bd779f9ae
|
feat: Improve the deserialization time of a Blob
|
2018-12-31 13:15:37 +01:00 |
|