David Smiley
David Smiley
JtsSpatialContext.getGeometryFrom(shape) doesn't support dateline crossings for rectangle and circle. This condition won't appear for Lucene's RecursivePrefixTreeFilter but it might for the Jts strategy Ryan wrote. It shouldn't be hard.
Be able to specify the JTS precision model. http://tsusiatsoftware.net/jts/javadoc/com/vividsolutions/jts/geom/PrecisionModel.html Lucene spatial might want to initialize it with a number of decimal places consistent with the level of detail indexed.
The task "docker" supports a custom "Dockerfile" at the project root. However, it's apparent that the code for this plugin does not declare to Gradle that the Dockerfile is one...
I've been trying to try this out but keep running into issues. I've gotten it to this point where one of the Solr nodes tries to start up using HDFS...
I was able to reproduce an issue with the instructions at https://google.github.io/oss-fuzz/advanced-topics/reproducing/ But this "jazzer" thing which launches the Java VM is a bit of a black box. I want...
I have a Java class annotated with @ThreadSafe and it uses the pervasive SLF4j Logger for logging. Infer/RacerD complains that Logger should be declared ThreadSafe -- INTERFACE_NOT_THREAD_SAFE :-) Obviously it's...
https://issues.apache.org/jira/browse/SOLR-17189 -Dsolr.bench.seed=1392507964231541 ---- WIP. Didn't fix the problem yet but just tried to make the benchmark tests actually repeatable
and JettySolrRunner.stop. CoreContainer.shutdown should no-op if already shut down. Don't null out things; not needed. closeOnDestroy not needed Use FilterHolder.stop; simplifies our logic. Remove unused ThreadPool. https://issues.apache.org/jira/browse/SOLR-15438 Tests passed. My...
This PR allows `IndexSearcher.maxClauseCount` to be -1 with the meaning of there being no limit. This avoids pointless query tree visiting. Tangential:`TermInSetQuery.visit()` is disappointing.
SolrGazetteer configures it's Solr connection via the global "solr.solr.home" system property, which in turn is also used by other components. So basically it forces you to use an embedded SolrServer....