Class SearchModelDocuments

java.lang.Object
io.fluxzero.common.api.Request
io.fluxzero.common.api.search.SearchModelDocuments
All Implemented Interfaces:
JsonType

public class SearchModelDocuments extends Request
Searches current independent model documents subject to bounded relationship constraints.

This is a distinct request type so runtimes without graph-search support reject it instead of silently ignoring the relationship constraints.

  • Constructor Details

  • Method Details

    • toMetric

      public SearchModelDocuments.Metric toMetric()
      Description copied from interface: JsonType
      Converts this object into a compact metric representation for logging or monitoring.

      Used by the Fluxzero Java SDK to avoid logging large payloads directly while still tracking platform usage.

      Returns:
      a safe and compact object suitable for serialization to the metrics log