rustdoc-search: search backend with partitioned suffix tree
This commit is contained in:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user