Created
August 13, 2023 09:22
-
-
Save mansha99/7f7b68c9e6a90c50b77b9a739c14a4e5 to your computer and use it in GitHub Desktop.
Populating Solr collection
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
[ | |
{ | |
"id": "emp-001", | |
"name": "Chris Nathan", | |
"department": "Dev", | |
"designation": "Analyst", | |
"experience": 7 | |
}, | |
{ | |
"id": "emp-002", | |
"name": "Christina ", | |
"department": "Dev", | |
"designation": "Programmer", | |
"experience": 3 | |
}, | |
{ | |
"id": "emp-003", | |
"name": "Naresh", | |
"department": "Marketing", | |
"designation": "Executive", | |
"experience": 2 | |
} | |
] |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment