fix: write has_trace_data to OpenSearch document during indexing
The toMap() method was missing the has_trace_data field, so it was never indexed despite being read back in hitToSummary(). Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
This commit is contained in:
@@ -361,6 +361,7 @@ public class OpenSearchIndex implements SearchIndex {
|
|||||||
return pm;
|
return pm;
|
||||||
}).toList());
|
}).toList());
|
||||||
}
|
}
|
||||||
|
map.put("has_trace_data", doc.hasTraceData());
|
||||||
return map;
|
return map;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user