Re: Solr 5 options

2015-07-15 Thread Erick Erickson
stance 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.

Re: Solr 5 options

2015-07-15 Thread spleenboy
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.

Re: Solr 5 options

2015-07-15 Thread Charlie Hull
On 14/07/2015 17:04, Erick Erickson wrote: Well, Shawn I for one am in your corner. Schemaless is great for getting thing running, but it's not an AI. And it can get into trouble guessing. Say it guesses a field should be an int because the first one it sees is 123 but it's really a part number.

Re: Solr 5 options

2015-07-14 Thread Erick Erickson
Well, Shawn I for one am in your corner. Schemaless is great for getting thing running, but it's not an AI. And it can get into trouble guessing. Say it guesses a field should be an int because the first one it sees is 123 but it's really a part number. Then when a part number 123-456 comes throug

Re: Solr 5 options

2015-07-14 Thread Shawn Heisey
On 7/14/2015 4:44 AM, spleenboy wrote: > 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_na

Solr 5 options

2015-07-14 Thread spleenboy
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.