Ante Pušić
809a990cd5
Add error message
2024-01-18 01:49:22 +01:00
Ante Pušić
88f8a0ae68
Add most of CRUD
2024-01-17 21:48:57 +01:00
Ante Pušić
605a425bb3
Merge branch 'master' into text-search-integration-poc
2024-01-16 16:26:45 +01:00
Ante Pušić
296d6eb4ff
Add delete_document
2024-01-16 16:26:36 +01:00
Ante Pušić
60f8c3fc15
Add skeleton for indexed property update
2024-01-16 16:26:12 +01:00
Ante Pušić
0335030c93
Add text indices to SHOW INDEX INFO
2024-01-16 09:01:05 +01:00
Ante Pušić
dbd3835ba2
Remove comment
2024-01-16 07:58:32 +01:00
Ante Pušić
2d2d21bab4
Implement remaining test cases and add more of them
2024-01-16 01:51:39 +01:00
Ante Pušić
5c23e313e4
Add e2e search example
2024-01-16 00:35:46 +01:00
Ante Pušić
085b5b8284
Add new text fixture
2024-01-15 20:30:08 +01:00
Ante Pušić
8f0250c265
Add index creation mappings
2024-01-15 20:29:35 +01:00
Ante Pušić
684ae0192b
Clean query module up
2024-01-15 20:28:44 +01:00
Ante Pušić
1d6fa4281d
Integrate mgcxx into text search
2024-01-15 17:12:03 +01:00
Ante Pušić
5fac8de106
Rename the text search module to avoid conflicts
2024-01-15 09:41:58 +01:00
Ante Pušić
99417f75b6
Add test cases
2024-01-15 09:38:45 +01:00
Ante Pušić
0c3220839c
Fix mgcxx API integration
2024-01-14 22:54:33 +01:00
Ante Pušić
6fb4eb6099
Separate text index header from implementation
2024-01-14 22:53:36 +01:00
Ivan Milinović
23dff58d22
Improve memory tracking ( #1631 )
2024-01-14 11:14:46 +01:00
Marko Budiselić
0a7a7bc0d1
Add Tantivy ADR ( #1633 )
2024-01-13 08:43:33 +01:00
Aidar Samerkhanov
c772cab766
ToString function now returns double values with precision 15 ( #1576 )
...
The DoubleToString function has been updated to handle higher precision doubles correctly. The unnecessary string length restriction has been removed, allowing the function to convert the full double value without prematurely truncating it. This change ensures that the string representation of doubles is more accurate, especially for very large or very small numbers. Unit tests have been added to verify the correct behavior for a range of double values.
2024-01-12 12:32:34 +04:00
Aidar Samerkhanov
2e4d27c59a
Add List Pattern Comprehension grammar. ( #1588 )
2024-01-11 18:20:21 +04:00
DavIvek
31f15b3651
Fix index hints ( #1606 )
2024-01-11 10:10:06 +01:00
Ante Pušić
29916a9db2
Add Tantivy and mgcxx as dependencies
2024-01-11 09:31:47 +01:00
Ante Pušić
e78c69866f
Fix the added API methods
2024-01-11 09:31:22 +01:00
DavIvek
b3d0c2ccc2
Add query parameters support for labels ( #1602 )
2024-01-10 15:08:21 +01:00
DavIvek
d4bcdb77ad
Fix using path identifier after CREATE ( #1629 )
2024-01-10 11:46:20 +01:00
Ante Pušić
9a3a9d33e3
Merge branch 'master' into text-search-integration-poc
2024-01-10 01:24:54 +01:00
Ante Pušić
ba581f58ef
Extend text index operations
2024-01-10 01:23:28 +01:00
Ante Pušić
00275f5736
Implement the text search query module
2024-01-10 00:47:55 +01:00
Ante Pušić
bed5651716
Fix text search flag
2024-01-10 00:44:16 +01:00
Ivan Milinović
1ba2f4e619
Fix flaky GC test ( #1619 )
2024-01-10 00:11:29 +01:00
Ante Pušić
753aebb895
Connect text search to its query module
2024-01-09 22:20:35 +01:00
Ante Pušić
6545a741b8
Add partial logic for external CRUD operations
2024-01-09 21:49:04 +01:00
Ante Pušić
b067ded578
Redo text index checking
2024-01-09 21:35:57 +01:00
Ante Pušić
3595a9c3b5
Move text index data CRUD to VertexAccessor
2024-01-09 21:09:38 +01:00
Ante Pušić
5fb9324239
Switch to text indices that are named
2024-01-09 20:46:30 +01:00
DavIvek
4bb9238679
Add support for triggers in database dump ( #1610 )
2024-01-09 13:05:54 +01:00
DavIvek
bd11266f82
Extend ToBoolean function ( #1620 )
2024-01-08 13:17:55 +01:00
Ante Pušić
ce718c4646
Merge branch 'master' into text-search-integration-poc
2024-01-08 01:58:33 +01:00
Ante Pušić
5d5981ffa1
Add proposal for text index checking and communication
2024-01-08 01:57:46 +01:00
Ante Pušić
2ec08f7da5
Add work on the search query procedure
2024-01-08 01:33:34 +01:00
Ante Pušić
584d86e774
Add text-search-enabled flag
2024-01-08 01:25:56 +01:00
Ante Pušić
5b22a7d3a4
Add text index existence checking and search
2024-01-08 00:36:13 +01:00
Ante Pušić
fe7e230e21
Add external storage checks to VertexAccessor
2024-01-08 00:35:05 +01:00
hal-eisen-MG
57e40a2b18
Initial ADR guidance ( #1617 )
...
* Initial ADR guidance
* Clarified who decides whether an ADR is required; and fixed a typo
* Removed old folder location
2024-01-05 09:58:00 -08:00
Gareth Andrew Lloyd
0fb8e4116f
Fix REPLICA timestamps ( #1615 )
...
* Fix up REPLICA GetInfo and CreateSnapshot
Subtle bug where these actions were using the incorrect transactional
access while in REPLICA role. This casued timestamp to be incorrectly
bumped, breaking REPLICA from doing replication.
* Delay DNS resolution
Rather than resolve at endpoint creation, we will instread resolve only
on Socket connect. This allows k8s deployments to change their IP during
pod restarts.
* Minor sonarsource fixes
---------
Co-authored-by: Andreja <andreja.tonev@memgraph.io>
Co-authored-by: DavIvek <david.ivekovic@memgraph.io>
2024-01-05 16:42:54 +00:00
Ante Pušić
ec35144265
Move the mock
2024-01-05 13:54:30 +01:00
Ante Pušić
102bf1df5e
Fix minor errors
2024-01-05 13:32:45 +01:00
Ante Pušić
9d06d1b5db
Merge branch 'master' into text-search-integration-poc
2024-01-05 13:31:51 +01:00
Ante Pušić
c4f8512677
Update query module CMakeLists
2024-01-05 10:34:40 +01:00