Re: Search opening hours

2015-09-08 Thread Darren Spehr
Sounds odd that the indexing times would change. Hopefully something else was going on - I've not experienced this. On Tue, Sep 8, 2015 at 4:31 AM, O. Klein wrote: > BTW any idea how index speed is influenced? > > I used worldbounds with -1 and 1 y-axes. But figured this could also be 0. > > Aft

Re: Search opening hours

2015-09-06 Thread Darren Spehr
I think the client code has to normalize the input. There are methods in the spatial libraries that will do this - or maybe I wrote them my code, can't remember. How are you handling parsing the hours? - Darren > On Sep 6, 2015, at 4:56 PM, O. Klein wrote: > > Saw that, but not a lot of info

Re: Search opening hours

2015-08-26 Thread Darren Spehr
So thanks to the tireless efforts of David Smiley and the devs at Vivid Solutions (not to mention the various contributors that help power Solr and Lucene) spatial search is awesome, efficient and easy. The biggest roadblock I've run into is not having the JTS (Java Topology Suite) JAR where Solr

Re: Search opening hours

2015-08-26 Thread Darren Spehr
/display/solr/Spatial+Search On Wed, Aug 26, 2015 at 11:23 AM, Darren Spehr wrote: > Sure - and sorry for its density. I reread it and thought the same ;) > > So imagine a polygon of say 1/2 mile width (I made that up) that stretches > around the equator. Let's call this a week'

Re: Search opening hours

2015-08-26 Thread Darren Spehr
you think you could unpack it a bit > > more? Possibly some sample (pseudo) queries? > > > > Upayavira > > > > On Wed, Aug 26, 2015, at 03:02 PM, Darren Spehr wrote: > > > If you wanted to try a spatial approach that blended times like above, > > > y

Re: Search opening hours

2015-08-26 Thread Darren Spehr
If you wanted to try a spatial approach that blended times like above, you could try a polygon of minimum width that spans the globe - this is literally using spatial search (geocodes) against time. So in this scenario you logically subdivide the polygon into 7 distinct regions (for days) and then

Re: Solr 4.10.3 start up issue

2015-01-21 Thread Darren Spehr
Thanks Hoss, this is exactly what I needed. I had previously run the example using nothing more than an external ZK hosting my own configuration. This of course means one of two things - my conf was bad, or Solr was at fault. The conf has been working for ages so I didn't test a replacement (it's a

Solr 4.10.3 start up issue

2015-01-21 Thread Darren Spehr
Hi everyone - I posted a question on stackoverflow but in hindsight this would have been a better place to start. Below is the link. Basically I can't get the example working when using an external ZK cluster and auto-core discovery. Solr 4.10.1 works fine, but the newest release never gets new n