DXR Parallel Tree Indexing: Difference between revisions

Add tree name to the doc.
(Created page with "Once we have request-time rendering in place and no longer have to drag folders full of static HTML around the FS, indexing trees in parallel becomes feasible—something we'l...")
 
(Add tree name to the doc.)
Line 10: Line 10:
But where do we keep the list of aliases and descriptory data about each tree? In a dedicated index that has 1 shard(?) and replicas all over the place so queries are fast. The docs would look like this:
But where do we keep the list of aliases and descriptory data about each tree? In a dedicated index that has 1 shard(?) and replicas all over the place so queries are fast. The docs would look like this:


     {alias_prefix: "dxr_hot_prod_mozilla-central",
     {name: "mozilla-central",
    alias_prefix: "dxr_hot_prod_mozilla-central",
     description: "Mozilla Central is a cool tree.",
     description: "Mozilla Central is a cool tree.",
     default: true}
     default: true}
Confirmed users
574

edits