size
From Dontopedia, the open, paraconsistent wiki. (Last updated 2026-06-10.)
size has 57 facts recorded in Dontopedia across 19 references, with 10 live disagreements.
Mostly:rdf:type(16), has value(4), purpose(3)
Maturity scale
raw canonical shape-checked rule-derived certifiedRdf:typein disputerdf:type
- Function Parameter[1]all time · 3d2ebcc2 Edde 456b 8a3a 1cb1f7bd0026
- Size Parameter[2]sourceall time · 870d36e1 74c7 4923 A45d 7839861584f0
- Query Parameter[3]all time · 34481d18 12ca 404b 8e16 Be03c227ca26
- Parameter[4]all time · 67b3880f 4304 41f2 A990 5fffd8b6b339
- Query Parameter[6]sourceall time · Cc7f1022 6680 4382 82c0 198c5bd4b914
- Parameter[7]sourceall time · 25e2b9f3 759c 4e89 9ed2 A7e519f20d1a
- Parameter[8]sourceall time · 63beafb4 D571 409d B86b A641fe6e20af
- Elasticsearch Parameter[9]all time · 0a897c70 56d8 4e88 B17d 18d28ded0319
- Parameter[10]all time · 8df2418b 59d6 46c1 Acb8 8a0b398a2016
- Query Parameter[11]all time · B7c3a75f 2454 4270 9e06 Beac669c1ce3
Inbound mentions (27)
Other subjects in dontopedia point AT this entity as a value. These are inverse relationships — e.g. "X motherOf this subject" — and answer questions the forward facts can't. Grouped by predicate.
hasParameterHas Parameter(9)
- Bool Query Body
ex:bool-query-body - Bool Query Command
ex:bool-query-command - Example Query
ex:example-query - Init Method
ex:init-method - Match Query Command
ex:match-query-command - Np Random Choice
ex:np-random-choice - Result Size Control
ex:result-size-control - Search Operation
ex:search-operation - Search Query Example
ex:search-query-example
hasSizeParameterHas Size Parameter(3)
- Field Data Cache Settings
ex:field-data-cache-settings - Filter Cache Settings
ex:filter-cache-settings - Query Cache Settings
ex:query-cache-settings
hasResponseParameterHas Response Parameter(2)
- Bool Query Command
ex:bool-query-command - Match Query Command
ex:match-query-command
usesUses(2)
- Pagination
ex:pagination - Search Optimization
ex:search-optimization
complementsComplements(1)
- Source Parameter
ex:source-parameter
demonstratesParameterDemonstrates Parameter(1)
- Example Query
ex:example-query
describesSignificanceDescribes Significance(1)
- Explanation 4
ex:explanation-4
enhancedByEnhanced by(1)
- Performance
ex:performance
hasArgumentHas Argument(1)
- Np Random Int
ex:np-random-int
hasChildHas Child(1)
- Request Body
ex:request-body
has-parameterHas Parameter(1)
- Cache Size Configuration
ex:cache-size-configuration
limitedByLimited by(1)
- Number of Results
ex:number-of-results
reducedByReduced by(1)
- System Load
ex:system-load
takesKeywordArgTakes Keyword Arg(1)
- Numpy Random Choice
ex:numpy-random-choice
usesParameterUses Parameter(1)
- Limit Number of Documents
ex:limit-number-of-documents
Other facts (32)
The long tail: predicates that appear too rarely to warrant their own section. Filter or scroll to find a specific one. Each row links to its source.
| Predicate | Value | Ref |
|---|---|---|
| Has Value | 10 | [2] |
| Has Value | 100 | [6] |
| Has Value | 10 | [7] |
| Has Value | 10 | [18] |
| Purpose | limit-results | [2] |
| Purpose | Limiting Results | [4] |
| Purpose | limit-results | [18] |
| Limits | Number of Results | [3] |
| Limits | Result Count | [6] |
| Limits | Result Count | [11] |
| Applies to | Name Field | [5] |
| Applies to | Age Field | [5] |
| Applies to | Date Field | [5] |
| Controls | Result Limit | [2] |
| Controls | Result Set Size | [3] |
| Affects | Result Set Size | [4] |
| Affects | result-limit | [12] |
| Default Value | 10 | [11] |
| Default Value | 512 | [16] |
| Has Unit Option | percentage | [14] |
| Has Unit Option | bytes | [14] |
| Value Source | X Shape Index0 | [1] |
| Reduces | System Load | [3] |
| Results in | Load Reduction | [3] |
| Bounds | Number of Results | [3] |
| Complements | Source Parameter | [3] |
| Recommended Value | 100 | [6] |
| Belongs to | Search Parameter | [11] |
| Assigned Value | Num Queries Num Documents | [13] |
| Function | Limit Results | [17] |
| Inverse of | Limits | [18] |
| Value | 0 | [19] |
Timeline
Timeline axis is valid_time — when each source says the fact was true in the world, not when Dontopedia learned about it. Retracted rows are kept for provenance; coloured stripes indicate the context kind.
References (19)
ctx:claims/beam/3d2ebcc2-edde-456b-8a3a-1cb1f7bd0026- full textbeam-chunktext/plain1 KB
doc:beam/3d2ebcc2-edde-456b-8a3a-1cb1f7bd0026Show excerpt
# Example usage engine = { 'search': lambda x: np.random.choice([0, 1], size=x.shape[0]) } metrics = test_sparse_retrieval_engine(engine) print(f"Average Duration: {metrics['average_duration']:.4f} seconds") print(f"Average Throughput: …
ctx:claims/beam/870d36e1-74c7-4923-a45d-7839861584f0- full textbeam-chunktext/plain1 KB
doc:beam/870d36e1-74c7-4923-a45d-7839861584f0Show excerpt
"bool": { "must": [ { "match": { "title": "example" } }, { "match": { "content": "example" } } ], "filter": [ { "term": { "status": "active" }} # Assuming there's a status field that can be fil…
ctx:claims/beam/34481d18-12ca-404b-8e16-be03c227ca26ctx:claims/beam/67b3880f-4304-41f2-a990-5fffd8b6b339- full textbeam-chunktext/plain1 KB
doc:beam/67b3880f-4304-41f2-a990-5fffd8b6b339Show excerpt
- Understanding when to use `match`, `term`, `bool`, `filter`, etc. - Proper use of `must`, `should`, `must_not`, and `filter` clauses. 2. **Filter Context**: - Using `filter` context for conditions that can be cached and reused. …
ctx:claims/beam/b00c301c-c592-4cd6-ad07-b1de426fb5c4- full textbeam-chunktext/plain970 B
doc:beam/b00c301c-c592-4cd6-ad07-b1de426fb5c4Show excerpt
This approach should help you identify the most common date formats in your dataset and pinpoint the root cause of the inconsistencies. [Turn 4500] User: I want to evaluate the performance of OpenRefine in cleaning metadata. Can you help m…
ctx:claims/beam/cc7f1022-6680-4382-82c0-198c5bd4b914- full textbeam-chunktext/plain1 KB
doc:beam/cc7f1022-6680-4382-82c0-198c5bd4b914Show excerpt
To ensure your queries are performing optimally, consider the following: 1. **Timeouts**: Set appropriate timeouts for your queries. 2. **Scroll API**: Use the Scroll API for large result sets to avoid overwhelming the cluster. ### Exampl…
ctx:claims/beam/25e2b9f3-759c-4e89-9ed2-a7e519f20d1a- full textbeam-chunktext/plain1 KB
doc:beam/25e2b9f3-759c-4e89-9ed2-a7e519f20d1aShow excerpt
} } } }' ``` 2. **Index Documents**: - Use the `POST` method to index documents. - Example indexing: ```sh curl -X POST "http://localhost:9200/my_index/_doc" -H 'Content-Type: applicatio…
ctx:claims/beam/63beafb4-d571-409d-b86b-a641fe6e20af- full textbeam-chunktext/plain1 KB
doc:beam/63beafb4-d571-409d-b86b-a641fe6e20afShow excerpt
2. **Limit Fields Returned**: - Use the `_source` parameter to limit the fields returned, reducing the amount of data transferred. 3. **Limit the Number of Documents**: - Use the `size` parameter to limit the number of documents retu…
ctx:claims/beam/0a897c70-56d8-4e88-b17d-18d28ded0319- full textbeam-chunktext/plain1 KB
doc:beam/0a897c70-56d8-4e88-b17d-18d28ded0319Show excerpt
I'm seeing an average latency of 200ms, which seems a bit high ->-> 6,12 [Turn 5145] Assistant: Certainly! Reducing query latency in Elasticsearch involves several strategies, including optimizing your query, tuning your index settings, an…
ctx:claims/beam/8df2418b-59d6-46c1-acb8-8a0b398a2016ctx:claims/beam/b7c3a75f-2454-4270-9e06-beac669c1ce3- full textbeam-chunktext/plain1 KB
doc:beam/b7c3a75f-2454-4270-9e06-beac669c1ce3Show excerpt
PUT /_cluster/settings { "persistent": { "indices.queries.cache.enabled": true, "indices.queries.cache.size": "10%" } } ``` ### Step 3: Use Query Caching in Queries When executing queries, you can explicitly enable caching by …
ctx:claims/beam/2abe20aa-42dd-4960-a681-dd7e97348329- full textbeam-chunktext/plain1 KB
doc:beam/2abe20aa-42dd-4960-a681-dd7e97348329Show excerpt
- Example: ```python query = { "size": 10, "query": { "match": { "text": "sample" } }, "track_total_hits": False } ``` 3. **Cluster Confi…
ctx:claims/beam/b9f71d2d-9dd8-41f5-a372-36155652965d- full textbeam-chunktext/plain1 KB
doc:beam/b9f71d2d-9dd8-41f5-a372-36155652965dShow excerpt
prediction = rank_documents(query, sparse_scores_i, dense_scores_i) if prediction is not None: predictions.append(prediction) # Evaluate precision true_labels = np.random.randint(0, 2, size=(num_queries, num_documents)) # …
ctx:claims/beam/955c7d8a-4e54-4841-8759-1597ba83080c- full textbeam-chunktext/plain1 KB
doc:beam/955c7d8a-4e54-4841-8759-1597ba83080cShow excerpt
### 4. **Size of Caches** The sizes of these caches can be specified as a percentage of the heap or in bytes. Adjusting these values can help balance memory usage and performance. ```json PUT /logs/_settings { "index.cache.query.size": …
ctx:claims/beam/830cf546-5d76-4fdb-b5b4-66781d9200e9ctx:claims/beam/a4b8bd50-bd7b-4872-9612-7ebc33595b0d- full textbeam-chunktext/plain1 KB
doc:beam/a4b8bd50-bd7b-4872-9612-7ebc33595b0dShow excerpt
Your current design is a good start, but there are a few improvements you can make to ensure it supports 2,500 queries/sec with 99.9% uptime: 1. **Concurrency**: Use asynchronous processing to handle multiple queries concurrently. 2. **Bat…
ctx:claims/beam/b9731c24-b9a7-43cd-81a4-ac8127cfdbaa- full textbeam-chunktext/plain1 KB
doc:beam/b9731c24-b9a7-43cd-81a4-ac8127cfdbaaShow excerpt
- After bulk indexing, refresh the index to make the documents searchable. 5. **Search Optimization**: - Use the `match` query to search for terms in the `text` field. - Limit the number of results returned using the `size` parame…
ctx:claims/beam/5f26f8c5-dfd9-40e7-a81f-f613a88eead6- full textbeam-chunktext/plain1 KB
doc:beam/5f26f8c5-dfd9-40e7-a81f-f613a88eead6Show excerpt
} }) # Bulk index some data documents = [ {'_index': index_name, '_source': {'text': 'This is some example text'}}, {'_index': index_name, '_source': {'text': 'Another example text'}}, {'_index': index_name, '_source': {'te…
ctx:claims/beam/670e056f-4c4f-44c8-a6bd-86fd66ec1102
See also
- Function Parameter
- X Shape Index0
- Size Parameter
- Result Limit
- Query Parameter
- Number of Results
- System Load
- Result Set Size
- Load Reduction
- Source Parameter
- Parameter
- Limiting Results
- Name Field
- Age Field
- Date Field
- Result Count
- Elasticsearch Parameter
- Search Parameter
- Num Queries Num Documents
- Size Setting
- Percentage Setting
- Limit Results
- Limits
- Json Parameter
Keep researching
Missing something or suspicious of what's here? Kick off a research session — a Claude agent will investigate, cite its sources, and file new facts into a dedicated context you can review before accepting into the shared view.