You are currently viewing the "Outline" mode of a pure HTML presentation developed using S5. To view the presentation as a slide show, you can click the ± in the upper right hand corner of the page. To control the slideshow, mouse over the lower section of the screen to make the HUD controls visible, or hit space to advance the slides.
A Zip file containing all of these slides, as well as the demo files for the example is available.
NOTE: Updated information about the technique discussed in these slides has been posted on the Solr wiki. Please review the advice/examples there before attempting to implement any of these ideas in a real world situation. The configuration examples on these slides are not recomended.
This help text will be hidden when printing this presentation.
http://wiki.apache.org/solr/SolrAdaptersForLuceneSpatial4
Easy...
Hard...
The big caveat here is that -∞ and ∞ are not actually supported, you must have lower and upper bounds on your coordinate space.
There is a demo directory with solr configs and sample data for this example.
Personnel on shift continuously from Jan8-9
"Find the senior astronomers on shift during the next alien eclipse to put them in chage of the project to observe it."
Query URL using the provided demo files.
Personnel on shift sometime overlapping Jan19-23
"Email blast everyone who will be on duty during the alien overloard's diplomatic visit reminding them to be on their best behavior."
Query URL using the provided demo files.
People on duty for some period starting after Jan6 and ending by Jan10
"Find someone to courier these time sensitive treaty documents; they must be taken to the alien capital after the president signs them, and the response needs to be brought back before the next UN summit."
Query URL using the provided demo files.
This durration modeling as coordinates idea originated in a solr-user@lucene thread. See David's initial response to Geert-Jan's question and the subsequent followup about using differnt rectangle intersections.