sitty

Results 2 comments of sitty

This is what I got in the log files. 2016-10-24 10:44:02:309 FINE {db=TESTDB} onOpen [OLuceneIndexFactory] 2016-10-24 10:44:02:318 FINE {db=TESTDB} Request id:1 type:41 [ONetworkProtocolBinary] 2016-10-24 10:44:02:352 FINE {db=TESTDB} Read record #0:1...

I figured out the issue. The bug in is the `OTranscation.appendOridToField` method. Is issue in the the following lines. ``` if (document.HasField(field)) { document.SetField(field, document.GetField(field).Add(orid)); } ``` document.SetField is setting...