Skip to content

Commit af1a8a5

Browse files
committed
MB-72489: standalone query hot-path optimizations
bleve PR: blevesearch/bleve#2381 Change-Id: I18662347916957a26feb669b545620cdee132924 Reviewed-on: https://review.couchbase.org/c/cbft/+/249247 Tested-by: <thejas.orkombu@couchbase.com> Well-Formed: Build Bot <build@couchbase.com> Reviewed-by: Rahul Rampure <rahul.rampure@couchbase.com>
1 parent f26e067 commit af1a8a5

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ require (
66
github.com/aws/aws-sdk-go-v2/feature/s3/manager v1.20.18
77
github.com/aws/aws-sdk-go-v2/service/s3 v1.95.0
88
github.com/blevesearch/bleve-mapping-ui v0.7.0
9-
github.com/blevesearch/bleve/v2 v2.6.1-0.20260716162251-eea04eb5c5bf
9+
github.com/blevesearch/bleve/v2 v2.6.1-0.20260722061208-991a4506f4f3
1010
github.com/blevesearch/bleve_index_api v1.4.0
1111
github.com/blevesearch/zapx/v11 v11.4.3
1212
github.com/blevesearch/zapx/v12 v12.4.3

go.sum

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -52,8 +52,8 @@ github.com/bits-and-blooms/bitset v1.24.2 h1:M7/NzVbsytmtfHbumG+K2bremQPMJuqv1JD
5252
github.com/bits-and-blooms/bitset v1.24.2/go.mod h1:7hO7Gc7Pp1vODcmWvKMRA9BNmbv6a/7QIWpPxHddWR8=
5353
github.com/blevesearch/bleve-mapping-ui v0.7.0 h1:gcrRWX5vjie2JEu5lgnn6tcwagcDEbD6d9XFkevt4fY=
5454
github.com/blevesearch/bleve-mapping-ui v0.7.0/go.mod h1:HeY/8LvxDgT8Qt7iqfw0dodA3Z8wAbr1hPgCnQIL5Ec=
55-
github.com/blevesearch/bleve/v2 v2.6.1-0.20260716162251-eea04eb5c5bf h1:s0gBP1NL4EnUFCY77wSi7gHewCUfskuZZqe2Gp8QicM=
56-
github.com/blevesearch/bleve/v2 v2.6.1-0.20260716162251-eea04eb5c5bf/go.mod h1:JiAXjfasVMWyxZW/faYPYbVCiqRzYzaZKVBVO6jVXMM=
55+
github.com/blevesearch/bleve/v2 v2.6.1-0.20260722061208-991a4506f4f3 h1:viqDEuKzdkmGEV4DvLg1+fmh1hwVCRzcjbciXdcQC7I=
56+
github.com/blevesearch/bleve/v2 v2.6.1-0.20260722061208-991a4506f4f3/go.mod h1:JiAXjfasVMWyxZW/faYPYbVCiqRzYzaZKVBVO6jVXMM=
5757
github.com/blevesearch/bleve_index_api v1.4.0 h1:xoCC4dvTizjcsZu7yO9Ua+/259K09BrirjTwLkx2MpY=
5858
github.com/blevesearch/bleve_index_api v1.4.0/go.mod h1:xvd48t5XMeeioWQ5/jZvgLrV98flT2rdvEJ3l/ki4Ko=
5959
github.com/blevesearch/geo v0.2.5 h1:yJg9FX1oRwLnjXSXF+ECHfXFTF4diF02Ca/qUGVjJhE=

0 commit comments

Comments
 (0)