tiny.glom.search
Defined in tiny.glom.
API (7)
Types and contracts
Public types and contracts.
Values and defaults
Public values and defaults.
Source
Source: tools/glom/src/root.zig:14
zig
pub const search = @import("search/root.zig");Source: tools/glom/src/search/root.zig
zig
const capacity = @import("capacity.zig");const storage = @import("storage.zig");pub const default_limits: Limits = .{ .document_value_bytes = 512 * 1024, .query_workspace_bytes = 8 * 1024 * 1024, .presentation_workspace_bytes = 2 * 1024 * 1024,};pub const Capacity = capacity.Capacity;pub const Completion = storage.Completion;pub const Exhaustion = storage.Exhaustion;pub const Limits = capacity.Limits;pub const Status = storage.Status;pub const Storage = storage.Storage;Audit
| Definitions | 1 |
|---|---|
| Public names | 1 |
| Members | 0 |
| Version | 26.7.0 |
| Revision | daab053ee433 |