Skip to content

Commit

Permalink
StorageLoader: wrote JSON Path file for site_search (closes #1027)
Browse files Browse the repository at this point in the history
  • Loading branch information
fblundun committed Oct 6, 2014
1 parent 22fb30a commit 251bc41
Showing 1 changed file with 20 additions and 0 deletions.
@@ -0,0 +1,20 @@
{
"jsonpaths": [

"$.schema.vendor",
"$.schema.name",
"$.schema.format",
"$.schema.version",

"$.hierarchy.rootId",
"$.hierarchy.rootTstamp",
"$.hierarchy.refRoot",
"$.hierarchy.refTree",
"$.hierarchy.refParent",

"$.data.terms",
"$.data.filters",
"$.data.totalResults",
"$.data.pageResults"
]
}

0 comments on commit 251bc41

Please sign in to comment.