rustdoc-search: search backend with partitioned suffix tree

This commit is contained in:
Michael Howell
2024-11-22 12:58:20 -07:00
parent c018ae5389
commit 8511e40e72
146 changed files with 9090 additions and 5057 deletions

View File

@@ -406,10 +406,10 @@ const PARSED = [
pathWithoutLast: [],
pathLast: "x",
generics: [],
typeFilter: -1,
typeFilter: null,
},
],
typeFilter: -1,
typeFilter: null,
},
{
name: "y",
@@ -417,7 +417,7 @@ const PARSED = [
pathWithoutLast: [],
pathLast: "y",
generics: [],
typeFilter: -1,
typeFilter: null,
},
],
foundElems: 2,
@@ -440,7 +440,7 @@ const PARSED = [
pathWithoutLast: [],
pathLast: "x",
generics: [],
typeFilter: -1,
typeFilter: null,
},
{
name: "y",
@@ -448,10 +448,10 @@ const PARSED = [
pathWithoutLast: [],
pathLast: "y",
generics: [],
typeFilter: -1,
typeFilter: null,
},
],
typeFilter: -1,
typeFilter: null,
},
],
foundElems: 1,
@@ -468,7 +468,7 @@ const PARSED = [
pathWithoutLast: [],
pathLast: "p",
generics: [],
typeFilter: -1,
typeFilter: null,
},
{
name: "x",
@@ -476,7 +476,7 @@ const PARSED = [
pathWithoutLast: [],
pathLast: "x",
generics: [],
typeFilter: -1,
typeFilter: null,
},
{
name: "y",
@@ -484,7 +484,7 @@ const PARSED = [
pathWithoutLast: [],
pathLast: "y",
generics: [],
typeFilter: -1,
typeFilter: null,
},
],
foundElems: 3,