Noble Paul
e0e72e64f2
SOLR-9461: DELETENODE, REPLACENODE should pass down the 'async' param to subcommands
2016-09-01 18:05:40 +05:30
David Smiley
4c97712a60
SOLR-9142: rename FFPByHashNumeric to FFPByHashDV as it's not just for numerics anymore
...
(cherry picked from commit 6a4184c
)
2016-08-31 17:17:15 -04:00
David Smiley
820ba9f868
SOLR-9142: json.facet: new method=dvhash which works on terms. Also:
...
(1) method=stream now requires you set sort=index asc to work
(2) faceting on numerics with prefix or mincount=0 will give you an error
(3) refactored similar findTopSlots into one common one in FacetFieldProcessor
(4) new DocSet.collectSortedDocSet utility
(cherry picked from commit 7b5df8a
)
2016-08-31 17:16:01 -04:00
Noble Paul
6b83c0c413
Merge remote-tracking branch 'origin/branch_6x' into branch_6x
2016-08-31 18:49:32 +05:30
Noble Paul
da286a22c5
SOLR-9452: Altered javadocs to reflect the new behavior
2016-08-31 18:48:48 +05:30
Shalin Shekhar Mangar
27586ff82c
SOLR-9452: JsonRecordReader should not deep copy document before handler.handle()
...
(cherry picked from commit f0f92d8
)
2016-08-31 18:12:49 +05:30
Shalin Shekhar Mangar
65c2cf3a0a
SOLR-9447: Do not clone SolrInputDocument if update processor chain does not contain custom processors.
...
(cherry picked from commit 26262f4
)
2016-08-31 01:20:25 +05:30
Shalin Shekhar Mangar
6bf9513b93
SOLR-9439: The delete shard API has been made more resilient against failures resulting from non-existent cores.
...
(cherry picked from commit 02b97a2
)
2016-08-30 23:45:11 +05:30
Shalin Shekhar Mangar
937439a7a9
SOLR-9455: Deleting a sub-shard in recovery state can mark parent shard as inactive
...
(cherry picked from commit 2700b95
)
2016-08-30 00:02:12 +05:30
markrmiller
aaee4c8205
SOLR-9389: HDFS Transaction logs stay open for writes which leaks Xceivers.
2016-08-29 10:03:52 -04:00
Noble Paul
b3526c568c
SOLR-9188: blockUnknown property makes inter-node communication impossible
2016-08-29 18:38:56 +05:30
Shalin Shekhar Mangar
213c184a58
SOLR-9449: Example schemas do not index _version_ field anymore because the field has DocValues enabled already
...
(cherry picked from commit 738d527
)
2016-08-29 09:35:57 +05:30
Shalin Shekhar Mangar
5a16f15260
SOLR-9374: Speed up Jmx MBean retrieval for FieldCache
...
(cherry picked from commit b1b933e
)
2016-08-28 01:05:33 +05:30
Shalin Shekhar Mangar
d4954dad23
SOLR-9445: Removed unused import
...
(cherry picked from commit 4f316bc
)
2016-08-28 00:40:51 +05:30
Shalin Shekhar Mangar
7cf7bfdf0c
SOLR-9445: Fix failures in TestLocalFSCloudBackupRestore due to changed code path which return SolrExceptions instead of SolrServerExceptions
...
(cherry picked from commit df9a642
)
2016-08-28 00:40:45 +05:30
Uwe Schindler
545ce38714
SOLR-9430: Fix locale lookup in DIH <propertyWriter/> to use BCP47 language tags to be consistent with other places in Solr. Language names still work for backwards compatibility
2016-08-27 08:39:42 +02:00
Shalin Shekhar Mangar
97b62160e9
SOLR-9439: Shard split clean up logic for older failed splits is faulty
...
(cherry picked from commit 7d2f42e
)
2016-08-27 09:10:44 +05:30
Shalin Shekhar Mangar
5556a9b4de
SOLR-9445: Admin requests are retried by CloudSolrClient and LBHttpSolrClient on failure
...
(cherry picked from commit ae40929
)
2016-08-27 09:10:29 +05:30
Tomas Fernandez Lobbe
43d03430b9
SOLR-6744: Consider uniqueKey rename when handling shard responses in distributed search
2016-08-26 16:26:21 -07:00
Christine Poerschke
cdc317131c
SOLR-9436: remove no longer used acceptsDocsOutOfOrder methods (LUCENE-6179 removed out-of-order scoring)
2016-08-26 14:43:25 +01:00
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