Michael McCandless
c01f6b745b
fix test bug that's hiding another failure
...
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1693107 13f79535-47bb-0310-9956-ffa450edef68
2015-07-28 14:59:02 +00:00
Mikhail Khludnev
65b595add4
SOLR-6234: Scoring for query time join
...
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1693092 13f79535-47bb-0310-9956-ffa450edef68
2015-07-28 13:24:04 +00:00
Adrien Grand
5b0e8d1d41
LUCENE-6531: backported to 5.3.
...
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1693060 13f79535-47bb-0310-9956-ffa450edef68
2015-07-28 10:07:58 +00:00
Chris M. Hostetter
0155076b1f
SOLR-7829: Fixed a bug in distributed pivot faceting that could result in a facet.missing=true count which was lower then the correct count if facet.sort=index and facet.pivot.mincount > 1
...
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1692983 13f79535-47bb-0310-9956-ffa450edef68
2015-07-28 03:32:20 +00:00
Timothy Potter
2eb704ef50
SOLR-7227: Solr distribution archive should have the WAR file extracted already
...
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1692925 13f79535-47bb-0310-9956-ffa450edef68
2015-07-27 18:12:45 +00:00
Michael McCandless
360305b386
fix javadocs
...
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1692883 13f79535-47bb-0310-9956-ffa450edef68
2015-07-27 13:49:53 +00:00
Adrien Grand
4c0bfa0a6e
Add missing @Override annotation.
...
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1692851 13f79535-47bb-0310-9956-ffa450edef68
2015-07-27 09:57:00 +00:00
Adrien Grand
e1558fef1c
LUCENE-6695: Added BlendedTermQuery.
...
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1692848 13f79535-47bb-0310-9956-ffa450edef68
2015-07-27 09:36:31 +00:00
Adrien Grand
5d16b97396
LUCENE-6688: Use the Query API instead of QueryWrapperFilter to handle deleted documents.
...
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1692830 13f79535-47bb-0310-9956-ffa450edef68
2015-07-27 08:11:14 +00:00
Shalin Shekhar Mangar
f33b81fe1e
Remove unnecessary INFO log line
...
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1692690 13f79535-47bb-0310-9956-ffa450edef68
2015-07-26 05:30:17 +00:00
Shalin Shekhar Mangar
ec8b180757
Fix typos
...
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1692688 13f79535-47bb-0310-9956-ffa450edef68
2015-07-26 05:21:48 +00:00
Jan Høydahl
2d5f162bb8
SOLR-7735: Look for solr.xml in Zookeeper by default
...
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1692673 13f79535-47bb-0310-9956-ffa450edef68
2015-07-26 00:15:27 +00:00
Shalin Shekhar Mangar
8649f3f3bd
SOLR-7825: Forbid all usages of log4j and java.util.logging classes in Solr
...
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1692624 13f79535-47bb-0310-9956-ffa450edef68
2015-07-25 14:34:47 +00:00
Uwe Schindler
38c36fbe72
LUCENE-6693: Also load clover up front
...
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1692621 13f79535-47bb-0310-9956-ffa450edef68
2015-07-25 14:20:20 +00:00
Uwe Schindler
6b1ab6702f
LUCENE-6693: Add one more parameter-pass-through #4
...
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1692572 13f79535-47bb-0310-9956-ffa450edef68
2015-07-24 20:01:09 +00:00
Chris M. Hostetter
f00964e7db
SOLR-7804: Fix test bug where it was randomly generating 2 identical facet.pivot params w/o realizing it
...
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1692552 13f79535-47bb-0310-9956-ffa450edef68
2015-07-24 17:34:08 +00:00
Robert Muir
8f58afc41a
LUCENE-6694: Add LithuanianAnalyzer and LithuanianStemmer
...
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1692544 13f79535-47bb-0310-9956-ffa450edef68
2015-07-24 15:47:25 +00:00
Adrien Grand
068549d8a8
LUCENE-6696: Don't use the forbidden API Collections.shuffle(List).
...
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1692533 13f79535-47bb-0310-9956-ffa450edef68
2015-07-24 15:06:56 +00:00
Adrien Grand
9164f21284
LUCENE-6696: Fix FilterDirectoryReader.doClose to call in.close() instead of in.doClose().
...
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1692505 13f79535-47bb-0310-9956-ffa450edef68
2015-07-24 13:21:10 +00:00
Uwe Schindler
2332558475
LUCENE-6693: Add one more parameter-pass-through #3
...
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1692474 13f79535-47bb-0310-9956-ffa450edef68
2015-07-24 10:20:04 +00:00
Uwe Schindler
4fa225eeaf
LUCENE-6693: Add one more parameter-pass-through #2
...
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1692472 13f79535-47bb-0310-9956-ffa450edef68
2015-07-24 09:36:36 +00:00
Uwe Schindler
4b7b4adbea
LUCENE-6693: Add one more parameter-pass-through
...
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1692444 13f79535-47bb-0310-9956-ffa450edef68
2015-07-23 21:07:02 +00:00
Uwe Schindler
eb2203b597
Merged revision(s) 1692411 from lucene/dev/branches/branch_5x:
...
LUCENE-6693: Updated Groovy to 2.4.4, Pegdown to 1.5, Svnkit to 1.8.10. Also fixed some PermGen errors while running full build caused by these updates: Tasks are now installed from root's build.xml
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1692413 13f79535-47bb-0310-9956-ffa450edef68
2015-07-23 15:53:30 +00:00
Shai Erera
54be6a3be9
SOLR-7748: Fix script to work when %JAVA% has spaces
...
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1692317 13f79535-47bb-0310-9956-ffa450edef68
2015-07-22 18:45:21 +00:00
Gregory Chanan
d50f1e3703
SOLR-7742: Avoid stacktrace in info logging
...
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1692309 13f79535-47bb-0310-9956-ffa450edef68
2015-07-22 18:18:54 +00:00
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