Christine Poerschke
|
9bda3e9b55
|
LUCENE-7427: in DocumentsWriterDeleteQueue remove unused private members and tweak javadoc.
|
2016-08-26 14:43:06 +01:00 |
Adrien Grand
|
35382a8155
|
Revert "LUCENE-7416: Rewrite optimizations for BooleanQuery."
This reverts commit 1ac9609cae .
|
2016-08-26 09:10:22 +02:00 |
Mike McCandless
|
07ebc563f0
|
LUCENE-7425: change from Perl to Python for our script to polling mirrors during the release process
|
2016-08-25 19:46:25 -04:00 |
Karl Wright
|
6242717a29
|
LUCENE-7424: GeoPolygon computation of intersection bounds was incorrect.
|
2016-08-25 18:11:48 -04:00 |
Adrien Grand
|
da6a502f26
|
LUCENE-7416: Rewriting `BooleanQuery` to a `MatchNoDocsQuery` is not safe because of `queryNorm`.
|
2016-08-25 17:50:54 +02:00 |
Adrien Grand
|
1ac9609cae
|
LUCENE-7416: Rewrite optimizations for BooleanQuery.
|
2016-08-25 15:43:32 +02:00 |
Robert Muir
|
e3b08517c5
|
LUCENE-7422: fix bugs in test's retry loop
|
2016-08-25 08:22:26 -04:00 |
Robert Muir
|
2fcccc037d
|
make javadoc less confusing
|
2016-08-25 08:22:16 -04:00 |
Mike McCandless
|
daa719996d
|
Add 6.2.0 back compat test indices
|
2016-08-24 17:56:14 -04:00 |
Varun Thacker
|
f6162f3f00
|
SOLR-7362: Fix TestReqParamsAPI test failures
|
2016-08-24 14:56:08 +05:30 |
jbernste
|
69e22ae4ec
|
SOLR-9406: Update CHANGES.txt
|
2016-08-23 20:11:21 -04:00 |
jbernste
|
f64262ed89
|
SOLR-9432: Fix-up precommit
|
2016-08-23 15:40:37 -04:00 |
jbernste
|
171f633616
|
SEARCH-9406: SolrSuggester should selectively register close hook
|
2016-08-23 15:38:49 -04:00 |
Noble Paul
|
d9c4c5282a
|
SOLR-9310: addressing the test failures in jenkins
|
2016-08-23 23:09:05 +05:30 |
yonik
|
5d29fd87f1
|
SOLR-9432: JSON Facet refactoring to support refinement
|
2016-08-23 12:55:32 -04:00 |
Noble Paul
|
a3f58fc544
|
Merge remote-tracking branch 'origin/branch_6x' into branch_6x
|
2016-08-23 11:40:56 +05:30 |
Noble Paul
|
5d65656086
|
SOLR-9310: unhandled exception during parallel indexing
|
2016-08-23 11:40:31 +05:30 |
Steve Rowe
|
f5c54e900c
|
update JDK bug link
|
2016-08-22 21:37:18 -04:00 |
Uwe Schindler
|
b77cf842a2
|
Fix duplicate header in changes; cleanup and make consistent with master
|
2016-08-23 01:02:05 +02:00 |
Noble Paul
|
f50ced3c59
|
Merge remote-tracking branch 'origin/branch_6x' into branch_6x
|
2016-08-23 00:06:24 +05:30 |
Noble Paul
|
0bdbbbfd52
|
SOLR-9310: fixing concurrency issue and taking care of negative versions
|
2016-08-22 23:19:23 +05:30 |
Christine Poerschke
|
c2a8814df2
|
SOLR-9412: Add failOnMissingParams option to MacroExpander, add TestMacroExpander class. (Jon Dorando, Christine Poerschke)
|
2016-08-22 12:03:06 +01:00 |
Noble Paul
|
9722f006ba
|
Merge remote-tracking branch 'origin/branch_6x' into branch_6x
Conflicts:
solr/CHANGES.txt
|
2016-08-22 14:04:59 +05:30 |
Noble Paul
|
2af7f5276a
|
SOLR-9310: PeerSync fails on a node restart due to IndexFingerPrint mismatch
|
2016-08-22 14:03:21 +05:30 |
Noble Paul
|
c37c22dbb0
|
SOLR-9310: PeerSync fails on a node restart due to IndexFingerPrint mismatch
|
2016-08-22 14:02:24 +05:30 |
Noble Paul
|
2f73129eda
|
SOLR-9310: PeerSync fails on a node restart due to IndexFingerPrint mismatch
|
2016-08-22 14:02:16 +05:30 |
Varun Thacker
|
141ccdefd0
|
SOLR-9428: Improve logging to log root cause
|
2016-08-22 01:09:50 +05:30 |
Uwe Schindler
|
8aab2d2e57
|
Add extra permission for linedocsfile
|
2016-08-21 20:49:43 +02:00 |
Mike McCandless
|
6dfe73d5fe
|
also accept ant 1.9.x in JAR manifest
|
2016-08-21 04:49:37 -04:00 |
Karl Wright
|
44df5b6026
|
LUCENE-7412: Make sure no combined edge of a polygon extends for more than 180 degrees.
|
2016-08-20 07:37:21 -04:00 |
Mike McCandless
|
4d879178c0
|
allow ant 1.9.x as well
|
2016-08-20 04:31:54 -04:00 |
Mike McCandless
|
3764959879
|
try to fix back compat version check again
|
2016-08-20 04:11:49 -04:00 |
Mike McCandless
|
213bc65892
|
switch 6.x to next release version (6.3.0)
|
2016-08-20 04:05:36 -04:00 |
Mike McCandless
|
e9f3684967
|
swap version in is_back_compat_with calls
|
2016-08-20 04:05:00 -04:00 |
Robert Muir
|
326db813fa
|
LUCENE-7419: Don't lookup PositionIncrementAttribute every time in TokenStream.end()
|
2016-08-19 11:15:21 -04:00 |
Mikhail Khludnev
|
082f36e012
|
SOLR-8644: Test asserts that block join facets work with parent level fq exclusions
|
2016-08-19 16:56:56 +03:00 |
Mike McCandless
|
bff472cb4e
|
add test case to ensure SearchManager can handle concurrent close, refresh, searching and IndexWriter closing
|
2016-08-19 09:29:04 -04:00 |
Mikhail Khludnev
|
15bfeb6b0c
|
SOLR-8643: made BlockJoinFacetComponent just a shortcut for BlockJoinDocSetFacetComponent, which supports pure disjunctions
|
2016-08-19 15:27:59 +03:00 |
Christine Poerschke
|
9a5dcce5de
|
SOLR-9391: LBHttpSolrClient.request now correctly returns Rsp.server when previously skipped servers were successfully tried.
|
2016-08-19 11:18:40 +01:00 |
Noble Paul
|
292644f9a5
|
SOLR-9421: Refactored out OverseerCollectionMessageHandler to smaller classes
|
2016-08-19 11:12:29 +05:30 |
Steve Rowe
|
43aed486a9
|
drop empty javadoc line
|
2016-08-18 10:04:09 -04:00 |
Noble Paul
|
20a6818f1b
|
Merge remote-tracking branch 'origin/branch_6x' into branch_6x
Conflicts:
solr/core/src/java/org/apache/solr/update/TransactionLog.java
|
2016-08-18 16:31:41 +05:30 |
Noble Paul
|
8b3822658d
|
SOLR-8995: reverting the previous change due to compile error
|
2016-08-18 16:31:24 +05:30 |
Noble Paul
|
29494f3cce
|
SOLR-8995: Use lambda in PeerSync ObjectResolver
|
2016-08-18 10:42:12 +05:30 |
Nicholas Knize
|
10e7efa912
|
add equals and hashCode implementation to geo.Rectangle
|
2016-08-17 16:29:39 -05:00 |
Nicholas Knize
|
59807c530c
|
LUCENE-7388: Adds IntRangeField, FloatRangeField, LongRangeField along with supporting queries and tests
|
2016-08-17 16:03:36 -05:00 |
Christine Poerschke
|
ca682750b4
|
SOLR-9413: Fix analysis/kuromoji's CSVUtil.quoteEscape logic, add TestCSVUtil test. (AppChecker, Christine Poerschke)
|
2016-08-17 15:44:21 +01:00 |
Robert Muir
|
715db95af2
|
LUCENE-7415: tone down some of the longest core tests
|
2016-08-17 09:16:26 -04:00 |
Robert Muir
|
7c6ea8e1e8
|
LUCENE-7414: TestUtil.checkIterator can make tests very slow
|
2016-08-16 16:14:06 -04:00 |
David Smiley
|
dd927dba2a
|
SOLR-9404: Refactor move/renames in JSON FacetProcessor and FacetFieldProcessor.
(cherry picked from commit 7072458 )
|
2016-08-15 23:36:28 -04:00 |