OK. so effectively use the core product as it was in Solr 4, running a
schema.xml file to control doc structures and validation. In Sol 5, does
anyone have a clear link or some pointers as to the options for bin/solr
create_core to boot up the instance I need?
Thanks for all the help.
--
View th
Many Thanks to those who helped me on my last post: I'm almost there.
So here is the doc I need to index:
{
"doc":
{
"id":"2",
"cus_name_s":"Paul Brown",
"cus_email_t":["paul.br...@here.net"],
"com_id_i":201,
"com_name_s":"Berenices",
"url_s":"domain.net/integration/"}}
Had a look at previous postings, but am still thoroughly confused.
I installed Solr 5 "out of the box", built a core and uploaded some
documents using dynamic field types.
I can see my uploaded docs using the get method. When I query those docs,
results seem all over the place.
The answer seems to