I'm using the X axis for time availability start and end (total minutes since
Jan 2012), each asset can have multiple rectangles (multiple avail start and
end). My original design had a bounding rect of 20 years (0 - 10,000,000
minutes), with certain assets available for the whole time. Since I'm certain
that all my data gets reindexed at least once a month, I changed the design to
simply generate availability for this month + next month, so rectangles are now
(0 - 45,000 minutes). And for assets that are available for the complete
month, which will be the case for a large percentage of assets, I just mark
with a flag, which avoids me creating a rect for that entry all together. Eric.
> Date: Tue, 16 Oct 2012 13:00:45 -0700
> From: dsmi...@mitre.org
> To: solr-user@lucene.apache.org
> Subject: Re: Issue using SpatialRecursivePrefixTreeFieldType
>
> Eric,
> Can you please elaborate on your workaround? I'm not sure I get your drift.
> ~ David
> On Oct 16, 2012, at 12:54 PM, Eric Khoury [via Lucene] wrote:
>
> >
> > Thanks for the help David, makes sense. I found a workaround, creating
> > much smaller rectangles and updating them more often.Glad to have this
> > functionality, thanks again!Eric.
>
>
>
>
>
> -----
> Author: http://www.packtpub.com/apache-solr-3-enterprise-search-server/book
> --
> View this message in context:
> http://lucene.472066.n3.nabble.com/Solr-4-0-Join-performance-tp3998827p4014070.html
> Sent from the Solr - User mailing list archive at Nabble.com.