Re: Search opening hours

2016-11-28 Thread David Smiley
gt;> dealing with different timezones. > >> > >> Any thoughts? > >> > >> > >> > >> > >> > >> -- > >> View this message in context: > >> > http://lucene.472066.n3.nabble.com/Searc

Re: Search opening hours

2016-11-25 Thread O. Klein
>> Above implementation was too slow, so wondering if Solr 6 with all its >> new >> features provides a better solution to tackle operating hours. Especially >> dealing with different timezones. >> >> Any thoughts? >> >> >> >>

Re: Search opening hours

2016-11-24 Thread David Smiley
t; Above implementation was too slow, so wondering if Solr 6 with all its new > features provides a better solution to tackle operating hours. Especially > dealing with different timezones. > > Any thoughts? > > > > > > -- > View this message in context: > http://luce

Re: Search opening hours

2016-11-16 Thread O. Klein
Above implementation was too slow, so wondering if Solr 6 with all its new features provides a better solution to tackle operating hours. Especially dealing with different timezones. Any thoughts? -- View this message in context: http://lucene.472066.n3.nabble.com/Search-opening-hours

Re: Search opening hours

2015-09-08 Thread O. Klein
cisionStep in a Triefield? -- View this message in context: http://lucene.472066.n3.nabble.com/Search-opening-hours-tp4225250p4227606.html Sent from the Solr - User mailing list archive at Nabble.com.

Re: Search opening hours

2015-09-08 Thread Darren Spehr
ould also be 0. > > After changing to 0 indexing became a lot slower though (no exceptions in > log). > > > > -- > View this message in context: > http://lucene.472066.n3.nabble.com/Search-opening-hours-tp4225250p4227531.html > Sent from the Solr - User mailing list archive at Nabble.com. > -- Darren

Re: Search opening hours

2015-09-08 Thread O. Klein
BTW any idea how index speed is influenced? I used worldbounds with -1 and 1 y-axes. But figured this could also be 0. After changing to 0 indexing became a lot slower though (no exceptions in log). -- View this message in context: http://lucene.472066.n3.nabble.com/Search-opening-hours

Re: Search opening hours

2015-09-06 Thread O. Klein
OK. Just wanted to see if it was possible for documentation. I am using stateless script, so can fix it in client. Thank you for the help. -- View this message in context: http://lucene.472066.n3.nabble.com/Search-opening-hours-tp4225250p4227405.html Sent from the Solr - User mailing list

Re: Search opening hours

2015-09-06 Thread Darren Spehr
a lot of info about it. > > From my understanding, the way it supposed to work is that a value bigger > then boundary get's normalized. > > I just get an exception "bad x not in boundary rect" > > Any pointers? > > > > -- > View this message

Re: Search opening hours

2015-09-06 Thread O. Klein
.nabble.com/Search-opening-hours-tp4225250p4227384.html Sent from the Solr - User mailing list archive at Nabble.com.

Re: Search opening hours

2015-09-06 Thread Upayavira
rap around > the > plane. > > > > > > -- > View this message in context: > http://lucene.472066.n3.nabble.com/Search-opening-hours-tp4225250p4227374.html > Sent from the Solr - User mailing list archive at Nabble.com.

Re: Search opening hours

2015-09-06 Thread O. Klein
doesn't wrap around the plane. -- View this message in context: http://lucene.472066.n3.nabble.com/Search-opening-hours-tp4225250p4227374.html Sent from the Solr - User mailing list archive at Nabble.com.

Re: Search opening hours

2015-09-05 Thread O. Klein
ill the line be drawn through the boundary and start at front again? -- View this message in context: http://lucene.472066.n3.nabble.com/Search-opening-hours-tp4225250p4227330.html Sent from the Solr - User mailing list archive at Nabble.com.

Re: Search opening hours

2015-08-26 Thread Darren Spehr
> Will start working on this solution. > > > > -- > View this message in context: > http://lucene.472066.n3.nabble.com/Search-opening-hours-tp4225250p4225443.html > Sent from the Solr - User mailing list archive at Nabble.com. > -- Darren

Re: Search opening hours

2015-08-26 Thread O. Klein
earch-opening-hours-tp4225250p4225443.html Sent from the Solr - User mailing list archive at Nabble.com.

Re: Search opening hours

2015-08-26 Thread Darren Spehr
Sorry - didn't finish my thought. I need to address querying :) So using the above to define what's in the index your queries for a day/time become a CONTAINS operation against the field. Let's say that the field is defined as a location_rpt using JTS and its Spatial Factory (which supports polygon

Re: Search opening hours

2015-08-26 Thread Darren Spehr
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's timeline and subdivide it into 7 blocks, one for each day. For the sake of simplicity assume it's a line (wh

Re: Search opening hours

2015-08-26 Thread Upayavira
"delightfully dense" = really intriguing, but I couldn't quite understand it - really hoping for more info On Wed, Aug 26, 2015, at 03:49 PM, Upayavira wrote: > Darren, > > That was delightfully dense. Do you think you could unpack it a bit > more? Possibly some sample (pseudo) queries? > > Upay

Re: Search opening hours

2015-08-26 Thread Upayavira
Darren, That was delightfully dense. Do 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, > you > could try a polygon of minim

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: Search opening hours

2015-08-26 Thread Upayavira
On Wed, Aug 26, 2015, at 10:17 AM, O. Klein wrote: > Those options don't fix my problem with closing times the next morning, > or is > there a way to do this? Use the spatial model, and a time window of a week. There are 10,080 minutes in a week, so you could use that as your scale. Assuming th

Re: Search opening hours

2015-08-26 Thread O. Klein
Those options don't fix my problem with closing times the next morning, or is there a way to do this? -- View this message in context: http://lucene.472066.n3.nabble.com/Search-opening-hours-tp4225250p4225354.html Sent from the Solr - User mailing list archive at Nabble.com.

Re: Search opening hours

2015-08-26 Thread Stefan Matheis
w and opening hours are 20:00 to 03:00 > > Can this be done with either or both approaches? > > > > > > -- > View this message in context: > http://lucene.472066.n3.nabble.com/Search-opening-hours-tp4225250p4225339.html > Sent from the Solr - User mailing list archive at Nabble.com > (http://Nabble.com). > >

Re: Search opening hours

2015-08-26 Thread O. Klein
00 Can this be done with either or both approaches? -- View this message in context: http://lucene.472066.n3.nabble.com/Search-opening-hours-tp4225250p4225339.html Sent from the Solr - User mailing list archive at Nabble.com.

Re: Search opening hours

2015-08-26 Thread Upayavira
On Tue, Aug 25, 2015, at 10:54 PM, Yonik Seeley wrote: > On Tue, Aug 25, 2015 at 5:02 PM, O. Klein wrote: > > I'm trying to find the best way to search for stores that are open NOW. > > It's probably not the *best* way, but assuming it's currently 4:10pm, > you could do > > +open:[* TO 1610] +

Re: Search opening hours

2015-08-25 Thread Yonik Seeley
On Tue, Aug 25, 2015 at 5:02 PM, O. Klein wrote: > I'm trying to find the best way to search for stores that are open NOW. It's probably not the *best* way, but assuming it's currently 4:10pm, you could do +open:[* TO 1610] +close:[1610 TO *] And to account for days of the week have different f

Re: Search opening hours

2015-08-25 Thread Alexandre Rafalovitch
les, but not an exact fit. > > What is the best way to tackle this? > > Thank you for any suggestions you have to offer. > > > > > > > > > -- > View this message in context: > http://lucene.472066.n3.nabble.com/Search-opening-hours-tp4225250.html > Sent from the Solr - User mailing list archive at Nabble.com.

Search opening hours

2015-08-25 Thread O. Klein
in context: http://lucene.472066.n3.nabble.com/Search-opening-hours-tp4225250.html Sent from the Solr - User mailing list archive at Nabble.com.