Alan Woodward
fda3d8b7c2
SOLR-9181: Fix race in constructState() and missing call in forceUpdateCollection()
2016-07-08 14:29:49 +01:00
Alan Woodward
86d8d3a937
SOLR-9181: More logging
2016-07-08 14:29:42 +01:00
Alan Woodward
60232cd028
SOLR-9181: Add some logging to ZkStateReader to try and debug test failures
2016-07-08 14:29:34 +01:00
jbernste
a86f25ea0c
SOLR-9193: Fix-up javdoc
2016-07-06 19:20:44 -04:00
jbernste
e27849052e
SOLR-9193: Added terms.limit and distrib=true params to /terms request
2016-07-06 16:58:40 -04:00
jbernste
7a5e6a5f7e
SOLR-9193: Added test using the termFreq param and basic error handling
2016-07-06 16:58:40 -04:00
jbernste
ed86e014f6
SOLR-9193: fixing failing tests due to changes in TermsComponent
2016-07-06 16:58:40 -04:00
jbernste
879a245e4e
SOLR-9193: Add scoreNodes Streaming Expression
...
Conflicts:
solr/core/src/java/org/apache/solr/handler/StreamHandler.java
2016-07-06 16:58:40 -04:00
jbernste
1427f4b2e7
SOLR-9243:Add terms.list parameter to the TermsComponent to fetch the docFreq for a list of terms
2016-07-06 16:58:40 -04:00
Varun Thacker
413ea47670
SOLR-9242: Collection backup/restore to provide a param for specifying underlying storage repository to use
2016-07-06 13:21:31 +05:30
Erick Erickson
98ad225cf4
SOLR-8848:When a SolrJ alias watch is triggered, the new alias state should be logged
...
(cherry picked from commit da1f6e9
)
2016-07-05 18:13:27 -07:00
Erick Erickson
c0036aaeee
SOLR-9194: Enhance the bin/solr script to perform file operations to/from Zookeeper. More Windows fixes
...
(cherry picked from commit 65c3485
)
2016-07-03 17:32:10 -07:00
Erick Erickson
dd761584c7
SOLR-9194: Enhance the bin/solr script to perform file operations to/from Zookeeper - Fix Windows failures
2016-07-02 19:15:21 -07:00
Erick
fa3e79ba3c
SOLR-9194: Enhance the bin/solr script to perform file operations to/from Zookeeper
...
(cherry picked from commit a851d5f
)
2016-07-02 11:35:46 -07:00
Alan Woodward
057c317a9d
SOLR-9181: Fix some races in ZkStateReader collection watch updates
2016-07-01 15:48:29 +01:00
Noble Paul
ce3ea76781
SOLR-9216: Support collection.configName in MODIFYCOLLECTION request
2016-06-30 13:13:01 +05:30
Dennis Gove
d1a9daec87
SOLR-9246: If the JDBCStream sees an unknown column type it will now throw a detailed exception
2016-06-29 14:44:25 -04:00
Shalin Shekhar Mangar
c8f9973a10
Trivial name spelling fix for SOLR-445. Cherry-picked 8c47d20
2016-06-28 16:38:51 +05:30
Noble Paul
73d5f1c52c
SOLR-9234: srcField parameter works only when all fields are captured in the /update/json/docs endpoint
2016-06-21 18:51:45 +05:30
Noble Paul
3a9019e020
Merge remote-tracking branch 'origin/branch_6x' into branch_6x
2016-06-21 13:38:30 +05:30
Noble Paul
153ca1f6c2
SOLR-9233: avoid new string creation in CollectionAction
2016-06-21 13:38:04 +05:30
Adrien Grand
5afdc1d72d
SOLR-8995: Remove unused imports.
2016-06-20 09:58:50 +02:00
Noble Paul
ab44ac17ae
SOLR-8995: replace SAM implementations with lambda
2016-06-20 11:17:12 +05:30
Adrien Grand
6d1bb14077
LUCENE-7319: Remove more unused imports so that precommit passes.
2016-06-13 15:45:54 +02:00
Christine Poerschke
21bc7ef104
LUCENE-7319: remove unused imports
2016-06-13 12:35:49 +01:00
Erick Erickson
bc86c1015c
SOLR-9187: Support dates and booleans in /export handler, support boolean DocValues fields
2016-06-11 17:53:59 -07:00
Noble Paul
7f6be6e893
SOLR-7123: Syntax modified. Multiple paths can be added in the split parameter itself (pipe separated)
2016-06-07 22:19:09 +05:30
Chris Hostetter
4e3884bec7
Revert "SOLR-9140: Replace some zk state polling with CollectionStateWatchers"
...
Alan's comments (via Uwe) in SOLR-9140 jira comments suggest that he thought he had already
reverted this on both branches, but that is not the case. Reverting on his behalf due to the
likelyhood that this is causing SOLR-9189.
Alan's comments regarding the master equivilent revert...
"There's still some places where notifications can be missed, so I'm reverting
this until those are fixed."
This reverts commit 9f299bb6ad
.
2016-06-06 14:13:59 -07:00
Alan Woodward
3595b9ab2e
Revert "SOLR-9181: Fix test bug in ZkStateReaderTest"
...
This reverts commit 0cfe43164a
.
2016-06-04 11:06:31 +01:00
Alan Woodward
9f299bb6ad
SOLR-9140: Replace some zk state polling with CollectionStateWatchers
2016-06-03 15:52:41 +01:00
Alan Woodward
0cfe43164a
SOLR-9181: Fix test bug in ZkStateReaderTest
2016-06-03 15:13:17 +01:00
Noble Paul
734dcb99fc
SOLR-8744: Overseer operations performed with fine grained mutual exclusion
2016-06-02 14:49:06 +05:30
Noble Paul
91f8edca8f
SOLR-7123: '/update/json/docs' path supports nested documents
2016-06-01 18:35:34 +05:30
Noble Paul
6662cdc07f
Merge remote-tracking branch 'origin/branch_6x' into branch_6x
2016-05-31 23:15:07 +05:30
Noble Paul
d100dcdc56
fixing typos in javadocs
2016-05-31 23:14:37 +05:30
Jan Høydahl
fa84052682
SOLR-8583: Apply highlighting to hl.alternateField by default.
...
(cherry picked from commit e37e49e
)
2016-05-29 09:46:15 +02:00
jdyer1
1609428786
SOLR-9141: Fix ClassCastException when using the /sql handler count() function with single-shard collections
2016-05-26 13:43:14 -05:00
Dennis Gove
ab87a0e756
SOLR-8988: Adds query option facet.distrib.mco which when set to true allows the use of facet.mincount=1 in cloud mode
2016-05-23 15:23:37 -04:00
Noble Paul
978885cf70
Merge remote-tracking branch 'origin/branch_6x' into branch_6x
2016-05-23 12:17:09 +05:30
Noble Paul
48feaed745
more logging for debug errors such as these SOLR-9143
2016-05-23 12:16:43 +05:30
Uwe Schindler
ecf2a732fc
LUCENE-7296: Update forbiddenapis to version 2.1
2016-05-23 00:18:42 +02:00
Alan Woodward
f1e870c016
SOLR-9132: Move some tests to SolrCloudTestBase
2016-05-19 16:59:08 +01:00
Alan Woodward
8db3c73375
SOLR-9113: Fix re-registration race
2016-05-19 14:53:43 +01:00
jbernste
cb38b14205
SOLR-9128: Fix error handling issues in Streaming classes
2016-05-18 22:53:02 -04:00
Alan Woodward
8de89081e6
SOLR-9113: Improve state watcher API
2016-05-17 10:45:34 +01:00
Alan Woodward
b5c369a773
SOLR-8323: Handle removal of legacy collections
2016-05-14 19:10:03 +01:00
Alan Woodward
06ebd4fd7e
SOLR-8323: DocCollection.isFullyActive needs to know how many replicas to expect
2016-05-14 13:01:05 +01:00
Alan Woodward
dd23fa4015
SOLR-9106: Cache cluster properties on ZkStateReader
2016-05-14 10:14:45 +01:00
Alan Woodward
06d2f6368d
SOLR-8323: Add CollectionStateWatcher API
2016-05-13 21:43:43 +01:00
jbernste
69cb606d78
Fix error message assert
2016-05-11 23:52:09 -04:00