Commit Graph

23216 Commits

Author SHA1 Message Date
Yonik Seeley fbd467ad76 SOLR-7446: simplify missing bucket handling
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1692304 13f79535-47bb-0310-9956-ffa450edef68
2015-07-22 17:54:36 +00:00
Adrien Grand d01866b8fc LUCENE-6690: Speed up MultiTermsEnum.next().
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1692253 13f79535-47bb-0310-9956-ffa450edef68
2015-07-22 11:03:08 +00:00
Joel Bernstein 129a83b198 SOLR-7441:Improve overall robustness of the Streaming stack: Streaming API, Streaming Expressions, Parallel SQL
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1692193 13f79535-47bb-0310-9956-ffa450edef68
2015-07-21 20:28:35 +00:00
Chris M. Hostetter 9e61daf0fa SOLR-7765: Hardened the behavior of TokenizerChain when null arguments are used in constructor. This prevents NPEs in some code paths.
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1692170 13f79535-47bb-0310-9956-ffa450edef68
2015-07-21 16:49:37 +00:00
Uwe Schindler 585f8a7b26 Update some build dependencies to newer versions (pegdown uses ASM 5, Groovy is now ASF project, SvnKit)
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1692102 13f79535-47bb-0310-9956-ffa450edef68
2015-07-21 12:48:08 +00:00
Adrien Grand 3b63fbe07a SOLR-7815: Removed LuceneQueryOptimizer.
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1692070 13f79535-47bb-0310-9956-ffa450edef68
2015-07-21 08:50:06 +00:00
Adrien Grand 3be6ef209b LUCENE-7715: Removed IgnoreAcceptDocsQuery.
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1692062 13f79535-47bb-0310-9956-ffa450edef68
2015-07-21 08:03:32 +00:00
Adrien Grand 6a481c0a58 LUCENE-6668: Added table encoding to sorted set/numeric doc values.
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1692058 13f79535-47bb-0310-9956-ffa450edef68
2015-07-21 07:36:38 +00:00
Mark Robert Miller 983d9efe76 SOLR-7810: map-reduce contrib script to set classpath for convenience refers to example rather than server.
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1691946 13f79535-47bb-0310-9956-ffa450edef68
2015-07-20 13:52:10 +00:00
Adrien Grand bed6c558d6 Dummy commit to pull the Github close trigger (forgot to add it in the previous commit).
Close #190


git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1691923 13f79535-47bb-0310-9956-ffa450edef68
2015-07-20 12:24:27 +00:00
Adrien Grand 85ea083c4b Fix wikipedia link for Levenshtein edit distance.
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1691921 13f79535-47bb-0310-9956-ffa450edef68
2015-07-20 12:22:06 +00:00
Adrien Grand 3523efbbfe Fix AIOOBE in TestRandomSamplingFacetsCollector.
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1691915 13f79535-47bb-0310-9956-ffa450edef68
2015-07-20 12:03:01 +00:00
Uwe Schindler 4d2bdd36d6 SOLR-7803: Use Java 8 ThreadLocal
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1691900 13f79535-47bb-0310-9956-ffa450edef68
2015-07-20 09:41:19 +00:00
Uwe Schindler 50f168ed4c SOLR-7803: Prevent class loading deadlock in TrieDateField; refactor date formatting and parsing out of TrieDateField and move to static utility class DateFormatUtil
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1691893 13f79535-47bb-0310-9956-ffa450edef68
2015-07-20 09:07:50 +00:00
Dawid Weiss fa6aef2f55 LUCENE-6225: Clarify documentation of clone/close in IndexInput.
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1691892 13f79535-47bb-0310-9956-ffa450edef68
2015-07-20 08:57:13 +00:00
Michael McCandless b7c1b093dd LUCENE-6547: side-step OOME
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1691701 13f79535-47bb-0310-9956-ffa450edef68
2015-07-18 08:21:30 +00:00
Michael McCandless f3c02b08a5 LUCENE-6659: woops
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1691662 13f79535-47bb-0310-9956-ffa450edef68
2015-07-18 01:18:10 +00:00
Michael McCandless ca60372d47 LUCENE-6547: add GeoPointDistanceQuery and fix GeoPointInBBoxQuery to handle dateline crossing
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1691659 13f79535-47bb-0310-9956-ffa450edef68
2015-07-18 01:00:21 +00:00
Mark Robert Miller f917ac900f SOLR-7805: Update Kite Morphlines to 1.1.0
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1691626 13f79535-47bb-0310-9956-ffa450edef68
2015-07-17 19:07:26 +00:00
Steven Rowe 5b4fa96d77 LUCENE-6683: ivy-fail goal directs people to non-existent page
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1691615 13f79535-47bb-0310-9956-ffa450edef68
2015-07-17 17:24:50 +00:00
Steven Rowe b6e0083b73 SOLR-7787: Remove obsolute fastutil and hll files in solr/licenses/
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1691609 13f79535-47bb-0310-9956-ffa450edef68
2015-07-17 16:41:21 +00:00
Erick Erickson e7640f99a0 SOLR-6273: Cross Data Center Replication. All tests are now passing on my machine, let's see if Jenkins flushes anything out
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1691606 13f79535-47bb-0310-9956-ffa450edef68
2015-07-17 16:38:13 +00:00
Steven Rowe e92618bbda LUCENE-6682: StandardTokenizer performance bug: scanner buffer is unnecessarily copied when maxTokenLength doesn't change. Also stop silently maxing out buffer size (and effectively also max token length) at 1M chars, but instead throw an exception from setMaxTokenLength() when the given length is greater than 1M chars.
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1691604 13f79535-47bb-0310-9956-ffa450edef68
2015-07-17 16:16:36 +00:00
Dawid Weiss 2dfad693d6 SOLR-7787: Removed fastutil and java-hll dependency, integrated HyperLogLog from java-hll into Solr core.
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1691518 13f79535-47bb-0310-9956-ffa450edef68
2015-07-17 11:20:13 +00:00
Dawid Weiss 8b3bc2f088 Merging with trunk.
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/branches/solr7787@1691514 13f79535-47bb-0310-9956-ffa450edef68
2015-07-17 11:10:25 +00:00
Tommaso Teofili bc5d9f52d1 SOLR-7719 - added proper parsing of Suggester results (patch from Alessandro Benedetti)
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1691494 13f79535-47bb-0310-9956-ffa450edef68
2015-07-17 08:32:27 +00:00
Yonik Seeley 58ec4d8824 SOLR-7800: avg facet function should skip missing values
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1691430 13f79535-47bb-0310-9956-ffa450edef68
2015-07-16 18:28:57 +00:00
Adrien Grand e8a5ffbea3 LUCENE-6681: SortingMergePolicy must override MergePolicy.size(...).
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1691421 13f79535-47bb-0310-9956-ffa450edef68
2015-07-16 17:15:18 +00:00
Dawid Weiss 85afee91b7 Corrected same-argument assertion.
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/branches/solr7787@1691415 13f79535-47bb-0310-9956-ffa450edef68
2015-07-16 15:30:19 +00:00
Dawid Weiss 4404d92e48 Locale-sensitive format is banned.
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/branches/solr7787@1691367 13f79535-47bb-0310-9956-ffa450edef68
2015-07-16 11:29:55 +00:00
Dawid Weiss 623d6b16b2 FileWriter is banned.
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/branches/solr7787@1691362 13f79535-47bb-0310-9956-ffa450edef68
2015-07-16 11:26:07 +00:00
Dawid Weiss 8b8d724e30 Author tags removed.
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/branches/solr7787@1691361 13f79535-47bb-0310-9956-ffa450edef68
2015-07-16 11:22:50 +00:00
Dawid Weiss 396af9aee6 Correct javadoc.
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/branches/solr7787@1691359 13f79535-47bb-0310-9956-ffa450edef68
2015-07-16 11:14:59 +00:00
Dawid Weiss 7419e9be58 Changes entry.
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/branches/solr7787@1691352 13f79535-47bb-0310-9956-ffa450edef68
2015-07-16 10:52:11 +00:00
Dawid Weiss 139460e8c5 Ported tests as well.
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/branches/solr7787@1691351 13f79535-47bb-0310-9956-ffa450edef68
2015-07-16 10:47:37 +00:00
Dawid Weiss 1842589815 SOLR-7787 (jhll integration).
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/branches/solr7787@1691350 13f79535-47bb-0310-9956-ffa450edef68
2015-07-16 10:32:07 +00:00
Adrien Grand 9342ddc392 LUCENE-6645: Remove BitDocIdSetBuilder from lucene-spatial as well.
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1691335 13f79535-47bb-0310-9956-ffa450edef68
2015-07-16 08:49:55 +00:00
Michael McCandless 05363e169d LUCENE-6680: don't lose a suggestion that differs only in payload from another suggestion
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1691282 13f79535-47bb-0310-9956-ffa450edef68
2015-07-15 21:44:36 +00:00
Michael McCandless 270f11cfed expect spatial3d module too
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1691213 13f79535-47bb-0310-9956-ffa450edef68
2015-07-15 13:52:07 +00:00
Michael McCandless 5b4588515b LUCENE-6677: QueryParser should pass its maxDeterminizedStates when creating WildcardQuery
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1691066 13f79535-47bb-0310-9956-ffa450edef68
2015-07-14 19:43:34 +00:00
Michael McCandless 24136f1fe5 LUCENE-6676: remove isActive boolean
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1691034 13f79535-47bb-0310-9956-ffa450edef68
2015-07-14 17:11:45 +00:00
Michael McCandless 1498d5b0b7 LUCENE-6616: only claim to have created a file once createOutput succeeded
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1690952 13f79535-47bb-0310-9956-ffa450edef68
2015-07-14 14:50:19 +00:00
Noble Paul 422694f9c0 SOLR-7793: Refactor some utility methods to a separate utility class
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1690935 13f79535-47bb-0310-9956-ffa450edef68
2015-07-14 13:55:46 +00:00
Michael McCandless 4eec6fa204 FilterScorer's wrapped Scorer input should not be null
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1690928 13f79535-47bb-0310-9956-ffa450edef68
2015-07-14 13:32:47 +00:00
Michael McCandless bc8eb54886 LUCENE-6579: fix this test case to cope with tragedy
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1690918 13f79535-47bb-0310-9956-ffa450edef68
2015-07-14 12:57:51 +00:00
Michael McCandless 926397824e LUCENE-6579: exceptions during merging are now tragic
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1690886 13f79535-47bb-0310-9956-ffa450edef68
2015-07-14 09:38:50 +00:00
Steven Rowe 33d18a0c59 LUCENE-6607: Fix spatial3d module's Maven config - include dependency interpolation sites, make packaging jar instead of pom, don't skip deploy phase, etc.; and fix GetMavenDependenciesTask to exclude a module's build artifacts only if the build dir fully matches, rather than a prefix (this bug caused lucene-spatial's test dependency on the lucene-spatial3d jar to be left out of the generated POM, because lucene/build/spatial3d matched the regex for lucene-spatial's build output dir: 'lucene/build/spatial', i.e. with no dir separator)
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1690842 13f79535-47bb-0310-9956-ffa450edef68
2015-07-13 23:45:20 +00:00
Michael McCandless e700c04800 LUCENE-6675: spatial3d passes method level javadocs linting
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1690833 13f79535-47bb-0310-9956-ffa450edef68
2015-07-13 22:13:03 +00:00
Gregory Chanan 8b06b59efa SOLR-7742: Support for Immutable ConfigSets
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1690828 13f79535-47bb-0310-9956-ffa450edef68
2015-07-13 22:01:50 +00:00
Michael McCandless b922713826 LUCENE-6659: never allocate a new ThreadState when DW is aborting
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1690826 13f79535-47bb-0310-9956-ffa450edef68
2015-07-13 21:51:37 +00:00