Skip to content

Instantly share code, notes, and snippets.

@mansha99
Created August 13, 2023 09:22
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save mansha99/7f7b68c9e6a90c50b77b9a739c14a4e5 to your computer and use it in GitHub Desktop.
Save mansha99/7f7b68c9e6a90c50b77b9a739c14a4e5 to your computer and use it in GitHub Desktop.
Populating Solr collection
[
{
"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