[Groonga-commit] groonga/grnxx at 3aba2e0 [master] Fix a bug of MinusMerger. (#66)

Zurück zum Archiv-Index

susumu.yata null+****@clear*****
Wed Sep 24 13:25:15 JST 2014


susumu.yata	2014-09-24 13:25:15 +0900 (Wed, 24 Sep 2014)

  New Revision: 3aba2e0b6f3a47647fd176d1134b6347fd08d626
  https://github.com/groonga/grnxx/commit/3aba2e0b6f3a47647fd176d1134b6347fd08d626

  Message:
    Fix a bug of MinusMerger. (#66)

  Modified files:
    lib/grnxx/merger.cpp

  Modified: lib/grnxx/merger.cpp (+1 -0)
===================================================================
--- lib/grnxx/merger.cpp    2014-09-24 13:22:44 +0900 (00e84d9)
+++ lib/grnxx/merger.cpp    2014-09-24 13:25:15 +0900 (fdb7276)
@@ -638,6 +638,7 @@ bool MinusMerger::finish(Error *error) {
     record.row_id = it.first;
     switch (operator_type) {
       case PLUS_MERGER_OPERATOR: {
+        record.score = it.second;
         break;
       }
       case MINUS_MERGER_OPERATOR: {
-------------- next part --------------
HTML����������������������������...
Download 



More information about the Groonga-commit mailing list
Zurück zum Archiv-Index