standard
From Dontopedia, the open, paraconsistent wiki. (Last updated 2026-06-10.)
standard has 16 facts recorded in Dontopedia across 7 references, with 2 live disagreements.
Mostly:rdf:type(6), is used by(2), class name(1)
Maturity scale
raw canonical shape-checked rule-derived certifiedInbound mentions (7)
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.
hasTokenizerHas Tokenizer(4)
- Custom Analyzer
ex:custom-analyzer - Index Analyzer
ex:index-analyzer - Synonym Analyzer
ex:synonym-analyzer - Synonym Analyzer
ex:synonym-analyzer
usesTokenizerUses Tokenizer(3)
- Synonym Analyzer
ex:synonym-analyzer - Synonym Analyzer
ex:synonym-analyzer - Synonym Analyzer
ex:synonym-analyzer
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 |
|---|---|---|
| Rdf:type | Tokenizer Factory | [1] |
| Rdf:type | Tokenizer | [2] |
| Rdf:type | Tokenizer | [3] |
| Rdf:type | Tokenizer | [4] |
| Rdf:type | Tokenizer Type | [5] |
| Rdf:type | Tokenizer | [6] |
| Is Used by | Synonym Analyzer | [3] |
| Is Used by | Synonym Analyzer | [6] |
| Class Name | solr.StandardTokenizerFactory | [1] |
| Processing Order | 1 | [1] |
| Tokenizes | Term Field | [3] |
| Is Tokenizer Type | standard | [4] |
| Used by | Synonym Analyzer | [7] |
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 (7)
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/d9d22ca9-6e0e-42b7-a8da-b2d9033ab070- full textbeam-chunktext/plain1 KB
doc:beam/d9d22ca9-6e0e-42b7-a8da-b2d9033ab070Show excerpt
'term': {'type': 'text', 'analyzer': 'synonym_analyzer'} } }, 'settings': { 'index.refresh_interval': '30s', # Increase refresh interval 'number_of_shards': 1, # Adjust based on data size …
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/dc43e263-ae12-4ebe-aaee-b46ef58b17d0- full textbeam-chunktext/plain1 KB
doc:beam/dc43e263-ae12-4ebe-aaee-b46ef58b17d0Show excerpt
'settings': { 'analysis': { 'analyzer': { 'synonym_analyzer': { 'type': 'custom', 'tokenizer': 'standard', 'filter': ['synonym_filter'] …
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.