Kevin Risden
|
2b13210c3d
|
SOLR-8810: Implement Connection.setReadOnly, Statement.set/getFetchSize, ResultSet.getType
|
2016-03-23 17:33:12 -05:00 |
Kevin Risden
|
39270d9df8
|
SOLR-8819: Implement DatabaseMetaDataImpl getTables() and fix getSchemas(). (Trey Cahill, Joel Bernstein, Kevin Risden)
|
2016-03-23 15:50:22 -05:00 |
jbernste
|
c7b7f1d027
|
SOLR-8882: Wait for checkpoint in DaemonStream, TopicStream testcase
|
2016-03-21 23:41:12 -04:00 |
jbernste
|
faa077224c
|
SOLR-8878: Remove debugging
|
2016-03-21 12:42:59 -04:00 |
jbernste
|
5c074dac28
|
SOLR-8878: Allow the DaemonStream run rate be controlled by the internal stream
|
2016-03-21 12:42:59 -04:00 |
David Smiley
|
4ee908eb80
|
SOLR-8866: UpdateLog now throws an error if it can't serialize a field value
(cherry picked from commit a22099a )
|
2016-03-17 13:23:38 -04:00 |
Shalin Shekhar Mangar
|
f5a4b0419c
|
SOLR-8860: Remove back-compat handling of router format made in SOLR-4221 in 4.5.0
(cherry picked from commit ae846bf )
|
2016-03-17 09:54:36 +05:30 |
jbernste
|
26f230a474
|
SOLR-8832: Faulty DaemonStream shutdown procedures
|
2016-03-11 15:42:51 -05:00 |
anshum
|
bc41158648
|
SOLR-8765: Fix CollectionAdminRequest.SplitShard to accept requests without the 'shard' parameter
|
2016-03-10 17:06:35 -08:00 |
Shalin Shekhar Mangar
|
02b0dd52ec
|
Fix javadocs for ClusterState.getCollectionOrNull
(cherry picked from commit 66cd070 )
|
2016-03-10 18:20:02 +05:30 |
Alan Woodward
|
8b408be7a2
|
SOLR-8765: Throw SolrException rather than IAE on name validation
|
2016-03-09 21:16:30 +00:00 |
Alan Woodward
|
6b2f363896
|
SOLR-8765: Set parameters correctly in async shard requests
|
2016-03-09 17:39:35 +00:00 |
Alan Woodward
|
c1277cda11
|
SOLR-8765: Enforce required parameters in SolrJ Collections API
|
2016-03-09 12:51:53 +00:00 |
jbernste
|
15bf038f29
|
SOLR-8799: Improve error message when tuple can't be read by SolrJ JDBC
|
2016-03-08 15:46:00 -05:00 |
Alan Woodward
|
761618727d
|
SOLR-8782: Improve async collections API
|
2016-03-08 10:55:40 +00:00 |
Noble Paul
|
c187c46437
|
Merge remote-tracking branch 'origin/branch_6x' into branch_6x
|
2016-03-07 22:49:51 +05:30 |
Noble Paul
|
5146e78a64
|
SOLR-8736: schema GET operations on fields, dynamicFields, fieldTypes, copyField are
reimplemented as a part of the bulk API with less details. The tests and write implementations are removed
|
2016-03-07 22:49:19 +05:30 |
Shalin Shekhar Mangar
|
dd04b61739
|
SOLR-8745: Deprecate costly ZkStateReader.updateClusterState(), replace with a narrow forceUpdateCollection(collection)
(cherry picked from commit 093a8ce )
|
2016-03-07 18:38:09 +05:30 |
Varun Thacker
|
1cbf22569a
|
SOLR-8779: Fix missing InterruptedException handling in ZkStateReader
|
2016-03-04 20:14:17 +05:30 |
Noble Paul
|
8d835f1231
|
SOLR-8750 : Use lambdas in code where SAM type interfaces are used
|
2016-03-04 18:55:29 +05:30 |
anshum
|
638b145376
|
SOLR-8423: DeleteShard and DeleteReplica should cleanup instance and data directory by default and add support for optionally retaining the directories
|
2016-03-03 13:26:00 -08:00 |
anshum
|
73d2d1125f
|
SOLR-8725: Fix precommit check
|
2016-03-03 13:22:42 -08:00 |
anshum
|
7e59ba4220
|
SOLR-8725: Allow hyphen in shard, collection, core, and alias names but not the first char
|
2016-03-03 13:22:15 -08:00 |
Steve Rowe
|
d0d75c448e
|
SOLR-7010: Remove facet.date client functionality
|
2016-03-03 14:40:13 -05:00 |
Shalin Shekhar Mangar
|
d346af3994
|
* SOLR-7516: Improve javadocs for JavaBinCodec, ObjectResolver and enforce the single-usage policy
This closes #17
(cherry picked from commit d87d8da )
|
2016-03-03 18:11:40 +05:30 |
Steve Rowe
|
8bbb1dcace
|
SOLR-8764: Remove deprecated methods and classes
|
2016-03-02 09:26:26 -05:00 |
Dennis Gove
|
2c0a5e3036
|
SOLR-8599: After a failed connection during construction of SolrZkClient attempt to retry until a connection can be made
|
2016-02-22 19:25:16 -05:00 |
jbernste
|
2b3529c3b8
|
SOLR-8708: DaemonStream should catch InterruptedException when reading underlying stream.
|
2016-02-20 22:35:10 -05:00 |
jbernste
|
b2475bf9fd
|
SOLR-8588: Add TopicStream to the streaming API to support publish/subscribe messaging
|
2016-02-19 20:03:43 -05:00 |
markrmiller
|
3124a4debd
|
SOLR-8693: Improve ZkStateReader logging.
|
2016-02-19 19:09:58 -05:00 |
markrmiller
|
e30d638c51
|
SOLR-8695: Ensure ZK watchers are not triggering our watch logic on connection events and make this handling more consistent.
|
2016-02-19 14:36:53 -05:00 |
markrmiller
|
c4d31798cc
|
SOLR-8701: CloudSolrClient decides that there are no healthy nodes to handle a request too early.
|
2016-02-19 08:51:19 -05:00 |
anshum
|
eb0e270043
|
SOLR-8677: Fix assert statement
|
2016-02-18 18:43:56 -08:00 |
anshum
|
c7c5b8fe49
|
SOLR-8677: Fix broken build
|
2016-02-18 18:06:12 -08:00 |
anshum
|
a54e819a62
|
SOLR-8677: Fix broken build
|
2016-02-18 16:03:58 -08:00 |
anshum
|
d01230d639
|
SOLR-8677: Restrict creation of shards with invalid names
|
2016-02-18 15:18:44 -08:00 |
Noble Paul
|
8bcac81a21
|
SOLR-8692 moved the embedded json out to resources dir
|
2016-02-18 14:59:09 -08:00 |
Christine Poerschke
|
677779086c
|
SOLR-5730: Make Lucene's SortingMergePolicy and EarlyTerminatingSortingCollector configurable in Solr.
|
2016-02-12 20:16:02 +00:00 |
jbernste
|
111f45efa9
|
SOLR-8529: Improve JdbcTest to not use plain assert statements
|
2016-02-11 13:37:07 -05:00 |
jbernste
|
56b79ece8b
|
SOLR-8527: Improve JdbcTest to cleanup properly on failures
|
2016-02-11 13:15:29 -05:00 |
jbernste
|
739b81063e
|
SOLR-8190: Implement Closeable on TupleStream
|
2016-02-11 12:46:04 -05:00 |
jbernste
|
8eb58cc000
|
SOLR-8461: CloudSolrStream and ParallelStream can choose replicas that are not active
|
2016-02-11 10:54:03 -05:00 |
Varun Thacker
|
9985a0966b
|
SOLR-8534: Fix SolrJ APIs to add async support
|
2016-02-10 16:53:52 -08:00 |
markrmiller
|
a8bc427aac
|
SOLR-8578: Successful or not, requests are not always fully consumed by Solrj clients and we count on HttpClient or the JVM.
|
2016-02-10 15:32:56 -05:00 |
Mikhail Khludnev
|
eac3bb9b32
|
SOLR-8466: facet.method=uif for UnInvertedField faceting, like it was with 'fc' earlier.
|
2016-02-10 01:06:56 +03:00 |
Uwe Schindler
|
8dddd88d30
|
Fix more locale bugs in SQL handler ans streams
|
2016-02-09 08:32:48 +01:00 |
markrmiller
|
899f1fcf74
|
SOLR-8551: Make collection deletion more robust.
|
2016-02-08 21:39:01 -05:00 |
jbernste
|
784124e100
|
SOLR-8660: JdbcTest test failure due to Locale specific issue when checking for LIMIT clause.
|
2016-02-08 18:20:07 -05:00 |
anshum
|
03d7f80b27
|
SOLR-8648: Support selective clearing up of stored async collection API responses via DELETESTATUS API
|
2016-02-08 13:15:46 -08:00 |
jbernste
|
23fe5f2dc5
|
SOLR-8655: DaemonStream should 'put' EOF Tuple on the blocking queue
|
2016-02-07 20:42:12 -05:00 |