Re: Multi part field - EXAMPLE DATA

2013-12-09 Thread steven crichton
prices: [{start-date: "05-01-2013",end-date: "02-03-2013",price: 760},{start-date: "02-03-2013",end-date: "06-04-2013",price: 800},{start-date: "06-04-2013",end-date: "01-06-2013",price: 1028},{start-date: "01-06-2013",end-date: "29-06-2013",price: 1240},{start-date: "29-06-2013",end-date: "06-07-2

Multi part field

2013-12-09 Thread steven crichton
I am trying to implement a ranged field type in a booking system. The price structure is variable between 2 dates (determined by the property owner) So it looks like this Date A -> Date B = Price Value I've been looking through a lot of docs, but so far have not been able to find how I could po

Re: Solr Stalls on Bulk indexing, no logs or errors

2013-12-04 Thread steven crichton
rticular > hour commit settings (hard and soft), your solrconfig settings, > particularly around autowarming, how you're "bulk indexing", > SolrJ? DIH? a huge CSV file? > > Best, > Erick > > > On Wed, Dec 4, 2013 at 2:30 PM, steven crichton <[h

Solr Stalls on Bulk indexing, no logs or errors

2013-12-04 Thread steven crichton
I am finding with a bulk index using SOLR 4.3 on Tomcat, that when I reach 69578 records the server stops adding anything more. I've tried reducing the data sent to the bare minimum of fields and using ASC and DESC data to see if it could be a field issue. Is there anything I could look at for t