Skip to content

Commit

Permalink
bug fix: de-duplicating fieldsInv value (#239)
Browse files Browse the repository at this point in the history
bug fix: de-duplicating fieldsInv entry for a segment
  • Loading branch information
Thejas-bhat committed May 15, 2024
1 parent 08059f8 commit 8c1937d
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion build.go
Original file line number Diff line number Diff line change
Expand Up @@ -166,7 +166,6 @@ func InitSegmentBase(mem []byte, memCRC uint32, chunkMode uint32,
memCRC: memCRC,
chunkMode: chunkMode,
fieldsMap: fieldsMap,
fieldsInv: fieldsInv,
numDocs: numDocs,
storedIndexOffset: storedIndexOffset,
fieldsIndexOffset: sectionsIndexOffset,
Expand Down

0 comments on commit 8c1937d

Please sign in to comment.