rustdoc-search: search backend with partitioned suffix tree
This commit is contained in:
@@ -18,7 +18,7 @@ const PARSED = [
|
||||
generics: [],
|
||||
},
|
||||
],
|
||||
typeFilter: -1,
|
||||
typeFilter: null,
|
||||
}],
|
||||
error: null,
|
||||
},
|
||||
@@ -33,7 +33,7 @@ const PARSED = [
|
||||
pathWithoutLast: [],
|
||||
pathLast: "p",
|
||||
generics: [],
|
||||
typeFilter: -1,
|
||||
typeFilter: null,
|
||||
}],
|
||||
error: null,
|
||||
},
|
||||
@@ -48,7 +48,7 @@ const PARSED = [
|
||||
pathWithoutLast: [],
|
||||
pathLast: "a",
|
||||
generics: [],
|
||||
typeFilter: -1,
|
||||
typeFilter: null,
|
||||
}],
|
||||
error: null,
|
||||
},
|
||||
@@ -60,7 +60,7 @@ const PARSED = [
|
||||
pathWithoutLast: [],
|
||||
pathLast: "aaaaa",
|
||||
generics: [],
|
||||
typeFilter: -1,
|
||||
typeFilter: null,
|
||||
}],
|
||||
foundElems: 2,
|
||||
userQuery: "aaaaa->a",
|
||||
@@ -70,7 +70,7 @@ const PARSED = [
|
||||
pathWithoutLast: [],
|
||||
pathLast: "a",
|
||||
generics: [],
|
||||
typeFilter: -1,
|
||||
typeFilter: null,
|
||||
}],
|
||||
error: null,
|
||||
},
|
||||
@@ -85,7 +85,7 @@ const PARSED = [
|
||||
pathWithoutLast: [],
|
||||
pathLast: "never",
|
||||
generics: [],
|
||||
typeFilter: 1,
|
||||
typeFilter: "primitive",
|
||||
}],
|
||||
error: null,
|
||||
},
|
||||
@@ -97,7 +97,7 @@ const PARSED = [
|
||||
pathWithoutLast: [],
|
||||
pathLast: "a",
|
||||
generics: [],
|
||||
typeFilter: -1,
|
||||
typeFilter: null,
|
||||
}],
|
||||
foundElems: 1,
|
||||
userQuery: "a->",
|
||||
@@ -113,7 +113,7 @@ const PARSED = [
|
||||
pathWithoutLast: [],
|
||||
pathLast: "never",
|
||||
generics: [],
|
||||
typeFilter: 1,
|
||||
typeFilter: "primitive",
|
||||
}],
|
||||
foundElems: 1,
|
||||
userQuery: "!->",
|
||||
@@ -129,7 +129,7 @@ const PARSED = [
|
||||
pathWithoutLast: [],
|
||||
pathLast: "never",
|
||||
generics: [],
|
||||
typeFilter: 1,
|
||||
typeFilter: "primitive",
|
||||
}],
|
||||
foundElems: 1,
|
||||
userQuery: "! ->",
|
||||
@@ -145,7 +145,7 @@ const PARSED = [
|
||||
pathWithoutLast: [],
|
||||
pathLast: "never",
|
||||
generics: [],
|
||||
typeFilter: 1,
|
||||
typeFilter: "primitive",
|
||||
}],
|
||||
foundElems: 1,
|
||||
userQuery: "primitive:!->",
|
||||
|
||||
Reference in New Issue
Block a user