lowercase
From Dontopedia, the open, paraconsistent wiki. (Last updated 2026-06-10.)
lowercase has 12 facts recorded in Dontopedia across 6 references, with 1 live disagreement.
Mostly:rdf:type(5), processing order(1), has attribute(1)
Maturity scale
raw canonical shape-checked rule-derived certifiedInbound mentions (8)
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.
hasFilterHas Filter(3)
- Index Analyzer
ex:index-analyzer - Synonym Analyzer
ex:synonym-analyzer - Synonym Analyzer
ex:synonym-analyzer
appliesFilterApplies Filter(1)
- Synonym Analyzer
ex:synonym-analyzer
filterFilter(1)
- Synonym Analyzer
ex:synonym-analyzer
filterContainsFilter Contains(1)
- Synonym Analyzer
ex:synonym-analyzer
processedByProcessed by(1)
- Synonym Analyzer
ex:synonym-analyzer
usesFilterUses Filter(1)
- Synonym Analyzer
ex:synonym-analyzer
Other facts (11)
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 |
|---|---|---|
| Rdf:type | Filter Factory | [1] |
| Rdf:type | Filter | [2] |
| Rdf:type | Filter | [3] |
| Rdf:type | Filter | [4] |
| Rdf:type | Token Filter | [5] |
| Processing Order | 3 | [1] |
| Has Attribute | class | [1] |
| Filter Purpose | case-normalization | [1] |
| Is Filter of | Synonym Analyzer | [2] |
| Is Filter Type | lowercase | [3] |
| Used by | Synonym Analyzer | [6] |
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 (6)
ctx:claims/beam/7b1c0121-79be-4456-b205-dd0814416628- full textbeam-chunktext/plain1 KB
doc:beam/7b1c0121-79be-4456-b205-dd0814416628Show excerpt
<str name="df">text</str> <!-- Enable caching --> <bool name="enableResultCaching">true</bool> <int name="resultCacheSize">1000</int> <int name="filterCacheSize">500</int> </lst> </requestHandler> <!-- Indexing settin…
ctx:claims/beam/06b4c25a-1508-496d-a7cb-ac62d70720b0- full textbeam-chunktext/plain1 KB
doc:beam/06b4c25a-1508-496d-a7cb-ac62d70720b0Show excerpt
'index.refresh_interval': '30s', 'number_of_shards': 1, 'number_of_replicas': 0, 'analysis': { 'analyzer': { 'synonym_analyzer': { 'type': 'custom', …
ctx:claims/beam/3b6c342c-d063-4158-bc0a-b84634edf7e8- full textbeam-chunktext/plain1 KB
doc:beam/3b6c342c-d063-4158-bc0a-b84634edf7e8Show excerpt
# Rewrite the query using the first synonym query['term'] = synonyms[0] return query # Example usage: query = {'term': 'hello'} rewritten_query = rewrite_query(query) print(rewritten_query) # Output: {'term': 'hi'} # …
ctx:claims/beam/009c923b-307a-4fea-925e-20fa07694470- full textbeam-chunktext/plain1 KB
doc:beam/009c923b-307a-4fea-925e-20fa07694470Show excerpt
- The `add_synonym` method adds a synonym to the dictionary, associating it with a specific term and context. 3. **Retrieving Synonyms**: - The `get_synonyms` method retrieves the synonyms for a given term and context. 4. **Rewritin…
ctx:claims/beam/39eb9369-61a1-4f63-85f9-7d1492c91bb8- full textbeam-chunktext/plain1 KB
doc:beam/39eb9369-61a1-4f63-85f9-7d1492c91bb8Show excerpt
'index.refresh_interval': '30s', # Increase refresh interval to reduce overhead 'number_of_shards': 1, # Adjust based on data size and cluster capacity 'number_of_replicas': 0, # Adjust based on cluster capacity …
ctx:claims/beam/ad4ada2c-68dd-495a-9425-18e966529a87- full textbeam-chunktext/plain1 KB
doc:beam/ad4ada2c-68dd-495a-9425-18e966529a87Show excerpt
'track_total_hits': True # Enable total hits tracking }) print(response['hits']['total']['value']) # Output: 1 ``` ### Explanation 1. **Index Settings**: - `index.refresh_interval`: Increased to `30s` to reduce overhead. - `nu…
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.