mirror of https://github.com/apache/lucene.git
1040fcbf42
Add and use clockwise/counterclockwise construction of geo polygons All code in place but isn't working Add GeoConcavePolygon, and make more efficient intersection code for GeoConvexPolygon Finish code, but it fails tests due to looping Fix some problems Fix typo Get one test to run at least Get it to work Turn off debugging Get rid of unused code Fix beasting failure Boundary edges have to use sided planes that are inverted in order to constrain the intersections right. Add test Use a more rigorous membership structure for bounding edges. Fix bounding issue Remove dependence on hash order Get everything working again Get everything working Remove System.out |
||
---|---|---|
dev-tools | ||
lucene | ||
solr | ||
.gitignore | ||
.hgignore | ||
README.txt | ||
build.xml |
README.txt
Apache Lucene/Solr lucene/ is a search engine library solr/ is a search engine server that uses lucene To compile the sources run 'ant compile' To run all the tests run 'ant test' To setup your ide run 'ant idea', 'ant netbeans', or 'ant eclipse' For Maven info, see dev-tools/maven/README.maven For more information on how to contribute see: http://wiki.apache.org/lucene-java/HowToContribute http://wiki.apache.org/solr/HowToContribute