Last active
May 17, 2018 19:20
-
-
Save avremel/67c411cc19c2573e153f84e23093c310 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
"facet_fields" : { | |
"gender" : [ | |
"Men" , 25, | |
"Women" , 0 | |
], | |
"style" : [ | |
"casual", 10, | |
"dress", 0 | |
], | |
"material" : [ | |
"wool", 15, | |
"cotton", 10 | |
], | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment