Dontopedia

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.

16 facts·7 predicates·7 sources·2 in dispute

Mostly:rdf:type(6), is used by(2), class name(1)

Maturity scale raw canonical shape-checked rule-derived certified

Inbound 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)

usesTokenizerUses Tokenizer(3)

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.

13 facts
PredicateValueRef
Rdf:typeTokenizer Factory[1]
Rdf:typeTokenizer[2]
Rdf:typeTokenizer[3]
Rdf:typeTokenizer[4]
Rdf:typeTokenizer Type[5]
Rdf:typeTokenizer[6]
Is Used bySynonym Analyzer[3]
Is Used bySynonym Analyzer[6]
Class Namesolr.StandardTokenizerFactory[1]
Processing Order1[1]
TokenizesTerm Field[3]
Is Tokenizer Typestandard[4]
Used bySynonym 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.

typebeam/7b1c0121-79be-4456-b205-dd0814416628
ex:TokenizerFactory
classNamebeam/7b1c0121-79be-4456-b205-dd0814416628
solr.StandardTokenizerFactory
processingOrderbeam/7b1c0121-79be-4456-b205-dd0814416628
1
typebeam/06b4c25a-1508-496d-a7cb-ac62d70720b0
ex:Tokenizer
labelbeam/06b4c25a-1508-496d-a7cb-ac62d70720b0
Standard Tokenizer
typebeam/d9d22ca9-6e0e-42b7-a8da-b2d9033ab070
ex:Tokenizer
labelbeam/d9d22ca9-6e0e-42b7-a8da-b2d9033ab070
Standard Tokenizer
isUsedBybeam/d9d22ca9-6e0e-42b7-a8da-b2d9033ab070
ex:synonym-analyzer
tokenizesbeam/d9d22ca9-6e0e-42b7-a8da-b2d9033ab070
ex:term-field
isTokenizerTypebeam/3b6c342c-d063-4158-bc0a-b84634edf7e8
standard
typebeam/3b6c342c-d063-4158-bc0a-b84634edf7e8
ex:Tokenizer
typebeam/009c923b-307a-4fea-925e-20fa07694470
ex:TokenizerType
labelbeam/009c923b-307a-4fea-925e-20fa07694470
standard
typebeam/dc43e263-ae12-4ebe-aaee-b46ef58b17d0
ex:Tokenizer
isUsedBybeam/dc43e263-ae12-4ebe-aaee-b46ef58b17d0
ex:synonym-analyzer
usedBybeam/ad4ada2c-68dd-495a-9425-18e966529a87
ex:synonym-analyzer

References (7)

7 references
  1. ctx:claims/beam/7b1c0121-79be-4456-b205-dd0814416628
    • full textbeam-chunk
      text/plain1 KBdoc:beam/7b1c0121-79be-4456-b205-dd0814416628
      Show 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
  2. ctx:claims/beam/06b4c25a-1508-496d-a7cb-ac62d70720b0
    • full textbeam-chunk
      text/plain1 KBdoc:beam/06b4c25a-1508-496d-a7cb-ac62d70720b0
      Show excerpt
      'index.refresh_interval': '30s', 'number_of_shards': 1, 'number_of_replicas': 0, 'analysis': { 'analyzer': { 'synonym_analyzer': { 'type': 'custom',
  3. ctx:claims/beam/d9d22ca9-6e0e-42b7-a8da-b2d9033ab070
    • full textbeam-chunk
      text/plain1 KBdoc:beam/d9d22ca9-6e0e-42b7-a8da-b2d9033ab070
      Show excerpt
      'term': {'type': 'text', 'analyzer': 'synonym_analyzer'} } }, 'settings': { 'index.refresh_interval': '30s', # Increase refresh interval 'number_of_shards': 1, # Adjust based on data size
  4. ctx:claims/beam/3b6c342c-d063-4158-bc0a-b84634edf7e8
    • full textbeam-chunk
      text/plain1 KBdoc:beam/3b6c342c-d063-4158-bc0a-b84634edf7e8
      Show 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'} #
  5. ctx:claims/beam/009c923b-307a-4fea-925e-20fa07694470
    • full textbeam-chunk
      text/plain1 KBdoc:beam/009c923b-307a-4fea-925e-20fa07694470
      Show 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
  6. ctx:claims/beam/dc43e263-ae12-4ebe-aaee-b46ef58b17d0
    • full textbeam-chunk
      text/plain1 KBdoc:beam/dc43e263-ae12-4ebe-aaee-b46ef58b17d0
      Show excerpt
      'settings': { 'analysis': { 'analyzer': { 'synonym_analyzer': { 'type': 'custom', 'tokenizer': 'standard', 'filter': ['synonym_filter']
  7. ctx:claims/beam/ad4ada2c-68dd-495a-9425-18e966529a87
    • full textbeam-chunk
      text/plain1 KBdoc:beam/ad4ada2c-68dd-495a-9425-18e966529a87
      Show 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.