term
From Dontopedia, the open, paraconsistent wiki. (Last updated 2026-06-11.)
term has 34 facts recorded in Dontopedia across 12 references, with 3 live disagreements.
Mostly:rdf:type(13), used for(2), preferred over(2)
Maturity scale
raw canonical shape-checked rule-derived certifiedRdf:typein disputerdf:type
- Query Type[1]all time · Df7c58f3 Fbec 47d0 9088 2916d03b14b6
- Exact Match Query[2]all time · 870d36e1 74c7 4923 A45d 7839861584f0
- Query Type[3]all time · 7bd85e51 293e 474e 97e0 39e4f7463398
- Exact Match Query[3]all time · 7bd85e51 293e 474e 97e0 39e4f7463398
- Exact Match Query[4]all time · 30cfcb2d 27af 4962 B51a 166d7c86b3a4
- Elasticsearch Query Type[5]all time · Ef7935db F389 498e Baf5 Aff58f744d6b
- Query Type[6]all time · 67b3880f 4304 41f2 A990 5fffd8b6b339
- Query Type[7]all time · 52477875 5368 4c2c 89e1 08b2f4d72518
- Query Type[8]all time · 2e6d9029 C016 4f7e 8cb4 E4aceb2e6845
- Query Type[9]sourceall time · 2157dee9 E970 4d48 9c1b 078d02e8d4d8
Inbound mentions (13)
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.
containsContains(2)
- Filter Clause
ex:filter-clause - Must Clause
ex:must-clause
hasQueryTypeHas Query Type(2)
- Status Active Filter
ex:status-active-filter - Term Status
ex:term-status
demonstratesDemonstrates(1)
- Bool Query Example
ex:bool-query-example
includesIncludes(1)
- Efficient Query Types
ex:efficient-query-types
mentionsQueryTypeMentions Query Type(1)
- Query Type Selection
ex:query-type-selection
prefersPrefers(1)
- Use Term Queries
ex:use-term-queries
recommendsRecommends(1)
- Query Replacement Strategy
ex:query-replacement-strategy
recommendsQueryTypeRecommends Query Type(1)
- Query Optimization
ex:query-optimization
requiresProperUseOfRequires Proper Use of(1)
- Query Type Selection
ex:query-type-selection
usesQueryTypeUses Query Type(1)
- Query Example 1
ex:query-example-1
usesTermQueryUses Term Query(1)
- Original Query
ex:original-query
Other facts (13)
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 |
|---|---|---|
| Used for | Exact Matches | [2] |
| Used for | Exact Matches | [8] |
| Preferred Over | Match Query | [9] |
| Preferred Over | Match Phrase Query | [9] |
| Performs Exact Match | true | [3] |
| Analyzer | none | [4] |
| Has Field | some_field | [7] |
| Has Value | some_value | [7] |
| Is Example of | Specific Query | [7] |
| Has Nested Structure | Term Nested Object | [7] |
| Inverse of | Exact Matches | [8] |
| Purpose | exact matches | [12] |
| Performance Benefit | improve performance | [12] |
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 (12)
ctx:claims/beam/df7c58f3-fbec-47d0-9088-2916d03b14b6- full textbeam-chunktext/plain1 KB
doc:beam/df7c58f3-fbec-47d0-9088-2916d03b14b6Show excerpt
"number_of_shards": 5, "number_of_replicas": 1, "analysis": { "analyzer": { "default": { "type": "standard", " stopwords…
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/7bd85e51-293e-474e-97e0-39e4f7463398- full textbeam-chunktext/plain1 KB
doc:beam/7bd85e51-293e-474e-97e0-39e4f7463398Show excerpt
"bool": { "must": [ { "match": { "title": "example" } }, { "match": { "content": "example" } } ], "filter": [ { "term": { "status": "active" }} ] …
ctx:claims/beam/30cfcb2d-27af-4962-b51a-166d7c86b3a4ctx:claims/beam/ef7935db-f389-498e-baf5-aff58f744d6bctx: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/52477875-5368-4c2c-89e1-08b2f4d72518- full textbeam-chunktext/plain1 KB
doc:beam/52477875-5368-4c2c-89e1-08b2f4d72518Show excerpt
- **Filter Cache**: Use the filter cache for frequently used filters. ### 4. **Monitor and Profile** - **Use the Explain API**: Use the `_explain` API to understand how Elasticsearch is executing your query. - **Use the Profile API**: Use…
ctx:claims/beam/2e6d9029-c016-4f7e-8cb4-e4aceb2e6845- full textbeam-chunktext/plain1 KB
doc:beam/2e6d9029-c016-4f7e-8cb4-e4aceb2e6845Show excerpt
- Batch documents into groups of 500-1000 for optimal performance. #### Example Code ```python from elasticsearch import Elasticsearch es = Elasticsearch(["http://localhost:9200"]) actions = [ { "_index": "my_index", …
ctx:claims/beam/2157dee9-e970-4d48-9c1b-078d02e8d4d8- full textbeam-chunktext/plain1 KB
doc:beam/2157dee9-e970-4d48-9c1b-078d02e8d4d8Show excerpt
- **Index Shards**: Ensure that the number of shards is appropriate for your data volume. Too many shards can lead to performance degradation. ```json PUT /your-index-name/_settings { "number_of_shards": 5 } ``` ### 2. Query…
ctx:claims/beam/1a3ec59a-c5a8-4cc0-9e26-ce87ed77ed86- full textbeam-chunktext/plain1 KB
doc:beam/1a3ec59a-c5a8-4cc0-9e26-ce87ed77ed86Show excerpt
Ensure your queries are optimized for performance. 1. **Use Efficient Query Types**: Prefer `term` and `terms` queries over `match` and `match_phrase` queries when possible. ```json { "query": { "bool": { "mu…
ctx:claims/beam/63484f14-f077-4119-aad4-2ec5f59e1801ctx:claims/beam/f4eafbd9-2b49-42e3-8a19-d812701aab05- full textbeam-chunktext/plain1 KB
doc:beam/f4eafbd9-2b49-42e3-8a19-d812701aab05Show excerpt
{"_index": "query_index", "_source": {"query": "How do I find happiness?"}}, # Add more actions as needed ] helpers.bulk(es, actions) ``` ### 4. **Caching** Enable caching to reduce the load on the database for frequently accessed…
See also
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.