Re: Solr 5 options

2015-07-15 Thread spleenboy
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 this message in context: 
http://lucene.472066.n3.nabble.com/Solr-5-options-tp4217236p4217459.html
Sent from the Solr - User mailing list archive at Nabble.com.


Solr 5 options

2015-07-14 Thread spleenboy
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/"}}

I only need to be able to search on email.
My plan was to to use classic, as I was going to run this on a single node.
I am happy to use dynamic fields to define the structure of the doc, so I
don't think I need a schema.xml: I think this is classic/schemaless (?)
I am still a little confused between schemaless and managed schema.
Do I implement this using the right combination of parameters in my bin/solr
create_core command. 
Also, does the fact that I intend to use a data import handler to run feeds
from large numbers of oracle schemas have any impact on the above?



--
View this message in context: 
http://lucene.472066.n3.nabble.com/Solr-5-options-tp4217236.html
Sent from the Solr - User mailing list archive at Nabble.com.


solr 5 and schema.xml

2015-07-08 Thread spleenboy
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 be to alter my schema.xml file, but it doesn't appear to
be in conf directory where everyone seems to be directing me to.
I've then read that solr 5 doesn't by default use the schema.xml file, but
is using a managed schema by default. Apparently, I can't alter the
schema.xml file (which I can't find) but now need to use a REST api.
However, since I'm using dynamic fields, I'm not sure if this is still
necessary. 
I've hunted high and low for clear documentation on this, but am still
confused. I need to build a single index based upon customer data, searching
by email address.
Any help, or pointing in the right direction to where this is clearly
documented would be gratefully received.




--
View this message in context: 
http://lucene.472066.n3.nabble.com/solr-5-and-schema-xml-tp4216290.html
Sent from the Solr - User mailing list archive at Nabble.com.