@prefix schema: <https://schema.org/> .
@prefix af: <https://anchorfact.org/ns#> .

<https://anchorfact.org/kb/computer-science/code-search-indexing-and-trigram-search>
  a schema:TechArticle ;
  schema:headline "Code Search Indexing and Trigram Search" ;
  schema:url <https://anchorfact.org/computer-science/code-search-indexing-and-trigram-search/> ;
  af:status "public" ;
  af:confidence "medium" ;
  af:confidenceScore "0.725" ;
  af:confidenceBasis "verified_sources" ;
  af:generationMethod "ai_structured" .

<https://anchorfact.org/kb/computer-science/code-search-indexing-and-trigram-search>
  schema:citation <https://sourcegraph.com/docs/admin/architecture> ;
  af:sourceTier "B" .

<https://anchorfact.org/kb/computer-science/code-search-indexing-and-trigram-search>
  schema:citation <https://www.postgresql.org/docs/current/pgtrgm.html> ;
  af:sourceTier "B" .

<https://anchorfact.org/kb/computer-science/code-search-indexing-and-trigram-search>
  schema:citation <https://sourcegraph.com/docs/code_search/explanations/search_details> ;
  af:sourceTier "B" .