Re: Spatial Search with Nested Polygons

2015-03-27 Thread david.w.smi...@gmail.com
On Fri, Mar 27, 2015 at 12:27 AM, Mike Hansen mhan...@gmail.com wrote: There are a few things which could probably help with performance. Each document has only around say 30 polygons. You could do a binary search which would help reduce the cost. Additionally, I have a distinguished point

Re: Would Like to contribute to Lucene

2015-03-27 Thread Gimantha Bandara
Hi all, Thanks a lot for your suggestions! I believe the current lucene code repository is https://github.com/apache/lucene-solr/tree/trunk/lucene On Sat, Mar 28, 2015 at 5:49 AM, Jack Krupansky jack.krupan...@gmail.com wrote: +1 for starting with unit tests - they show you how things work,

Re: Would Like to contribute to Lucene

2015-03-27 Thread Jack Krupansky
+1 for starting with unit tests - they show you how things work, give you something to step through in the debugger, are (or should be!) always current, and are a great place to start for contributing code, like improving coverage and optimizing coverage. Commenting code and enhancing the Javadoc