Commit Graph

9898 Commits

Author SHA1 Message Date
Cassandra Targett d148bd4e9e Ref Guide: remove lingering references to "example Jetty" and "your container" 2017-05-31 12:27:52 -05:00
Cassandra Targett 52c27b4ed3 Ref Guide: fix format issues and inconsistencies 2017-05-31 12:27:52 -05:00
Chris Hostetter 7a5261a222 SOLR-10757: Merge remote-tracking branch 'refs/remotes/origin/master'
Conflicts:
	solr/CHANGES.txt
2017-05-31 09:52:25 -07:00
Chris Hostetter ee33f38bd1 SOLR-10757: delete/refactor/cleanup CollectionAdminRequest deprecations 2017-05-31 09:49:56 -07:00
Steve Rowe 55e37cdd3d SOLR-9596: Ref guide: document SimpleTextCodecFactory 2017-05-31 11:27:03 -04:00
Cassandra Targett 2d6edc69b3 Ref Guide: finish bin/solr auth docs for SOLR-8440 2017-05-31 09:28:47 -05:00
Tomas Fernandez Lobbe c824b097b4 SOLR-10752: replicationFactor default is 0 if tlogReplicas > 0 is specified 2017-05-30 17:54:28 -07:00
Joel Bernstein 4608e7d036 SOLR-10770: Fix precommit 2017-05-30 14:51:46 -04:00
Joel Bernstein 520762913a SOLR-10770: Add date formatting to timeseries Streaming Expression 2017-05-30 14:39:38 -04:00
Erick Erickson d14ca98df8 minor edits to the reference guide 2017-05-30 10:19:55 -07:00
Joel Bernstein c680de1f2a SOLR-10767: FIx precommit 2017-05-30 11:27:23 -04:00
Joel Bernstein 191c2ba5f5 SOLR-10767: Add movingAvg Stream Evaluator 2017-05-30 11:10:43 -04:00
Adrien Grand 759fa42b62 LUCENE-7850: Move support for legacy numerics to solr/. 2017-05-30 10:33:08 +02:00
Erick Erickson 412e4ae2c1 SOLR-10719: Creating a core.properties fails if the parent of core.properties is a symlinked dierctory 2017-05-29 20:08:44 -07:00
Joel Bernstein 963f43f6c0 SOLR-10765: Add anova Stream Evaluator 2017-05-29 20:48:25 -04:00
Erick Erickson 906679adc8 LUCENE=7705: Allow CharTokenizer-derived tokenizers and KeywordTokenizer to configure the max token length 2017-05-28 15:18:48 -07:00
Chris Hostetter bc973ecdcf SOLR-10755: delete/refactor many solrj deprecations 2017-05-26 19:04:31 -07:00
Steve Rowe 1d2acdbea7 SOLR-10758: move CHANGES entry under 6.6 section after backport 2017-05-26 18:39:41 -04:00
Ishan Chattopadhyaya 4944ddc305 SOLR-10004: Placing the experimental tag properly 2017-05-27 03:41:32 +05:30
Ishan Chattopadhyaya 45b26e322f SOLR-10735: Fixing windows space directory issue 2017-05-27 03:30:27 +05:30
Tomas Fernandez Lobbe 8f92fb4722 SOLR-10233: Correctly set maxShardsPerNode in BackupRestoreTestCase when using createNodeSet and replica types 2017-05-26 14:49:18 -07:00
Steve Rowe 9fbc9db1c1 SOLR-10758: fix broken internal link to new HMM Chinese Tokenizer section 2017-05-26 16:57:53 -04:00
Steve Rowe 6bbdfbc7c1 SOLR-10758: Point to Lib Directives in SolrConfig page from the Traditional Chinese ICUTokenizer paragraph. 2017-05-26 16:04:49 -04:00
Steve Rowe b23aab5482 SOLR-10758: Modernize the Solr ref guide's Chinese language analysis coverage 2017-05-26 14:47:32 -04:00
Joel Bernstein d1436c4823 SOLR-10754: Add hist Stream Evaluator 2017-05-26 13:41:35 -04:00
Joel Bernstein 3e70745c79 SOLR-10747: Change the tuple field to return-value 2017-05-26 11:21:51 -04:00
Joel Bernstein 81821b29ae SOLR-10753: Add array Stream Evaluator 2017-05-26 10:23:46 -04:00
Christine Poerschke e7099e4bf5 SOLR-10741: Factor out createSliceShardsStr method from HttpShardHandler.prepDistributed.
(Domenico Fabio Marino via Christine Poerschke)
2017-05-26 10:52:57 +01:00
Christine Poerschke 4106e1b51a Fixed a couple of typos (s/begining/beginning). 2017-05-26 10:10:01 +01:00
Chronial 5f12becb15 Fix minor typo in docstring
Closes PR #203
2017-05-25 14:54:30 -07:00
Steve Rowe 78e7e1c307 SOLR-10379: Add ManagedSynonymGraphFilterFactory, deprecate ManagedSynonymFilterFactory 2017-05-25 17:49:20 -04:00
Chris Hostetter 077c9ec98f Remove deprecated/discouraged usage from stats component docs
These alternate syntax options have been deprecated since 5.0/5.1
2017-05-25 11:31:16 -07:00
Chris Hostetter 17130e692a Merge remote-tracking branch 'refs/remotes/origin/master' 2017-05-25 11:22:50 -07:00
Chris Hostetter 461fc59613 remove ref-guide mentions of 'deprecated' things that don't even exist in any 6.x release 2017-05-25 11:21:51 -07:00
Joel Bernstein b3ee2d03db SOLR-10747: Allow /stream handler to execute Stream Evaluators directly 2017-05-25 13:52:42 -04:00
Tomas Fernandez Lobbe 1e4d2052e6 SOLR-10233: ChaosMonkeySafeLeaderWithPullReplicasTest - Catch SolrException while waiting for the cluster to be ready 2017-05-25 09:37:16 -07:00
Cassandra Targett b3024d67ca Ref Guide: fix atom example for SOLR-7383 2017-05-25 10:53:17 -05:00
Christine Poerschke 6ba1834bc3 SOLR-10659: Remove ResponseBuilder.getSortSpec use in SearchGroupShardResponseProcessor. (Judith Silverman via Christine Poerschke) 2017-05-25 16:46:46 +01:00
Christine Poerschke 2bb6e2caca SOLR-10479: Adds support for HttpShardHandlerFactory.loadBalancerRequests(MinimumAbsolute|MaximumFraction) configuration. (Ramsey Haddad, Daniel Collins, Christine Poerschke) 2017-05-25 16:46:45 +01:00
Joel Bernstein 0b47126e5c SOLR-10743: Add sequence StreamEvaluator 2017-05-25 11:20:15 -04:00
Joel Bernstein 7fef7e3374 SOLR-10746: Move all Stream Evaluators to the eval package 2017-05-25 10:32:48 -04:00
Ishan Chattopadhyaya 6d80320aef SOLR-10004: Adding descriptions for a few classes to assess impact on smoke tester warnings 2017-05-25 17:47:21 +05:30
Alexandre Rafalovitch 10d3aa23fe SOLR-7383: Switch to https for StackOverflow
Using http no longer works
2017-05-25 00:42:43 -04:00
Joel Bernstein 3cd144761a SOLR-10731: Fix typo in test 2017-05-24 20:20:20 -04:00
Joel Bernstein bdde9a163f SOLR-10731: Add k parameter 2017-05-24 20:04:43 -04:00
Tomas Fernandez Lobbe 94731aaa09 SOLR-10710: Fix LTR failing tests 2017-05-24 13:28:07 -07:00
Joel Bernstein 47781e3938 SOLR-10684: Add finddelay Stream Evaluator 2017-05-24 13:10:50 -04:00
Jim Ferenczi cd567b985a LUCENE-7540: Upgrade ICU to 59.1 2017-05-24 18:11:10 +02:00
Joel Bernstein 851ab0ad34 SOLR-10731: Remove debugging 2017-05-24 08:07:03 -04:00
Joel Bernstein f4872c9296 SOLR-10731: Fix precommit 2017-05-24 08:06:01 -04:00