Dontopedia

match_phrase

From Dontopedia, the open, paraconsistent wiki. (Last updated 2026-06-10.)

match_phrase has 16 facts recorded in Dontopedia across 6 references, with 2 live disagreements.

16 facts·8 predicates·6 sources·2 in dispute

Mostly:rdf:type(5), is used for(1), field(1)

Maturity scale raw canonical shape-checked rule-derived certified

Inbound mentions (5)

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.

discouragesDiscourages(1)

preferredOverPreferred Over(1)

prefers-overPrefers Over(1)

recommendsQueryTypeRecommends Query Type(1)

usesUses(1)

Other facts (12)

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.

12 facts
PredicateValueRef
Rdf:typeQuery Type[1]
Rdf:typeQuery Type[2]
Rdf:typeElasticsearch Query Type[3]
Rdf:typeQuery Type[4]
Rdf:typeElasticsearch Query Type[5]
Is Used forText Search[1]
Fieldtext[2]
Query Valuesample[2]
Searches forSample Term[2]
SearchesText Field[3]
Has FieldText Field[3]
Used Whenphrase matching needed[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.

isUsedForbeam/df7c58f3-fbec-47d0-9088-2916d03b14b6
ex:text-search
typebeam/df7c58f3-fbec-47d0-9088-2916d03b14b6
ex:QueryType
labelbeam/df7c58f3-fbec-47d0-9088-2916d03b14b6
Match Phrase Query
typebeam/d180d2a5-12cd-414f-b30b-7f699289a6d3
ex:QueryType
labelbeam/d180d2a5-12cd-414f-b30b-7f699289a6d3
match_phrase
fieldbeam/d180d2a5-12cd-414f-b30b-7f699289a6d3
text
queryValuebeam/d180d2a5-12cd-414f-b30b-7f699289a6d3
sample
searchesForbeam/d180d2a5-12cd-414f-b30b-7f699289a6d3
ex:sample-term
searchesbeam/770c827d-4c85-4874-99a3-4f5191924dbd
ex:text-field
typebeam/770c827d-4c85-4874-99a3-4f5191924dbd
ex:elasticsearch-query-type
hasFieldbeam/770c827d-4c85-4874-99a3-4f5191924dbd
ex:text-field
typebeam/2157dee9-e970-4d48-9c1b-078d02e8d4d8
ex:QueryType
labelbeam/2157dee9-e970-4d48-9c1b-078d02e8d4d8
match_phrase
typebeam/63484f14-f077-4119-aad4-2ec5f59e1801
ex:ElasticsearchQueryType
labelbeam/63484f14-f077-4119-aad4-2ec5f59e1801
match_phrase
usedWhenbeam/06b4c25a-1508-496d-a7cb-ac62d70720b0
phrase matching needed

References (6)

6 references
  1. ctx:claims/beam/df7c58f3-fbec-47d0-9088-2916d03b14b6
    • full textbeam-chunk
      text/plain1 KBdoc:beam/df7c58f3-fbec-47d0-9088-2916d03b14b6
      Show excerpt
      "number_of_shards": 5, "number_of_replicas": 1, "analysis": { "analyzer": { "default": { "type": "standard", " stopwords
  2. ctx:claims/beam/d180d2a5-12cd-414f-b30b-7f699289a6d3
    • full textbeam-chunk
      text/plain1 KBdoc:beam/d180d2a5-12cd-414f-b30b-7f699289a6d3
      Show excerpt
      # Prepare bulk indexing data actions = [ { "_index": "my_index", "_source": {"id": i, "text": "This is a sample document"} } for i in range(1000000) ] # Perform bulk indexing helpers.bulk(es, actions) # Enable
  3. ctx:claims/beam/770c827d-4c85-4874-99a3-4f5191924dbd
    • full textbeam-chunk
      text/plain1 KBdoc:beam/770c827d-4c85-4874-99a3-4f5191924dbd
      Show excerpt
      You can also instrument your application to log search latencies and then visualize these logs using tools like Grafana or Kibana. #### Example Python Code with Logging ```python import time from elasticsearch import Elasticsearch import l
  4. ctx:claims/beam/2157dee9-e970-4d48-9c1b-078d02e8d4d8
    • full textbeam-chunk
      text/plain1 KBdoc:beam/2157dee9-e970-4d48-9c1b-078d02e8d4d8
      Show 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
  5. ctx:claims/beam/63484f14-f077-4119-aad4-2ec5f59e1801
  6. 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',

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.