28925 Commits

Author SHA1 Message Date
Karl Wright
feda2ad006 LUCENE-7990: Fix polygon generator to not generate crossing polygons. Committed on behalf of Ignacio Vera. 2017-10-24 15:42:50 -04:00
Chris Hostetter
ab388fa3a7 SOLR-11539: use page shortnames as explicit anchors in generated pdf-main-body.adoc 2017-10-24 11:57:20 -07:00
Mike McCandless
ea36f5040c LUCENE-7999: upgrade int to long for tracking the counter for the next segment name to prevent overflow 2017-10-24 13:13:41 -04:00
Steve Rowe
8993f1b827 Add 5.5.5 back compat test indexes 2017-10-24 12:36:25 -04:00
Steve Rowe
3698acf321 addBackCompatIndexes.py: Don't generated sorted indexes for versions < 6.2 2017-10-24 12:30:30 -04:00
Steve Rowe
f74773bd6b Sync 5.5.5 CHANGES 2017-10-24 11:43:31 -04:00
Steve Rowe
12adb158fb Add 5.5.5 releases; move 6.6.2 releases where they belong 2017-10-24 11:12:29 -04:00
Cassandra Targett
055aa3f95e Ref Guide: Add info about available back-compat to IndexUpgrader Tool page 2017-10-24 08:53:14 -05:00
Noble Paul
f821673ff3 SOLR-11524: A new autoscaling/suggestions API end-point which gives autoscaling suggestions
SOLR-11519: Implement suggestions for replica count violations

SOLR-11518: Implement Suggestions for freedisk violations
2017-10-24 23:39:27 +10:30
Noble Paul
6305ed6695 SOLR-11524: A new autoscaling/suggestions API end-point which gives autoscaling suggestions
SOLR-11519: Implement suggestions for replica count violations

SOLR-11518: Implement Suggestions for freedisk violations
2017-10-24 23:39:13 +10:30
Joel Bernstein
a6e1237451 SOLR-11429: Add loess Stream Evaluator to support Local Regression interpolation 2017-10-23 14:45:10 -04:00
Christine Poerschke
f9c066e36c SOLR-11497: add javadocs for XmlQParserPlugin class. 2017-10-23 15:41:52 +01:00
Christine Poerschke
05559358fa Update xsi:schemaLocation in pom.xml.template files. 2017-10-23 15:37:46 +01:00
Cao Manh Dat
0f75635aff Fix precommit 2017-10-23 14:48:10 +07:00
Cao Manh Dat
f1cb28c234 SOLR-11469: LeaderElectionContextKeyTest has flawed logic: 50% of the time it checks the wrong shard's elections 2017-10-23 14:45:32 +07:00
Noble Paul
acdf87cc41 SOLR-11500: MOVEREPLICA api missing in V2 2017-10-23 15:34:17 +10:30
Cao Manh Dat
79f31d1d34 SOLR-11452: testOutOfOrderDBQWithInPlaceUpdates test should wait for new replica gets elected first 2017-10-23 10:19:43 +07:00
Alexandre Rafalovitch
2cd434e786 SOLR-11490: Undo since tags for pre-3.1 classes
Reverse some of the added tags, to reduce possible solr/lucene version
confusion
2017-10-22 22:50:11 -04:00
Cao Manh Dat
2bc2759bf4 SOLR-5129: Add support for changing flag in bin/solr 2017-10-21 22:05:30 +07:00
Steve Rowe
dfd13624c2 ref guide: several minor edits 2017-10-20 16:49:01 -04:00
Cassandra Targett
188c26c8b7 Ref Guide: Lots of grammar fixes: remove random spaces before commas, periods, colons; add missing periods at
ends of sentences; add monospace for conf filenames and paths; correct "i.e." and "e.g." usages
2017-10-20 15:06:00 -05:00
Cao Manh Dat
32ed8520c7 SOLR-11452: Delay between open new searcher and copy over updates can cause the test to fail. 2017-10-20 18:11:13 +07:00
David Smiley
f472210023 SOLR-11444: Fix AliasIntegrationTest when masked collection is null 2017-10-19 23:07:30 -04:00
Cassandra Targett
01e7756e08 SOLR-8852: change wiki link in solr/server/solr/README.txt to point to the Ref Guide 2017-10-19 16:40:19 -05:00
Cassandra Targett
b7a53012ed SOLR-11319: bring python with json docs up to date. This closes #243 2017-10-19 15:41:38 -05:00
Cassandra Targett
ae72dbd635 SOLR-11509: Misc typo cleanup and copy edits for 7.1 Ref Guide 2017-10-19 15:03:59 -05:00
Cassandra Targett
7bf49580e9 Ref Guide: minor copy edits for stream evaluators reference page 2017-10-19 07:39:19 -05:00
Andrzej Bialecki
d3e949c07b SOLR-11072: Implement trigger for searchRate event type. 2017-10-19 11:36:59 +02:00
David Smiley
e001f35289 SOLR-11444: Improve consistency of collection alias handling and collection list references.
Other refactorings of nearby code too.
2017-10-19 00:02:24 -04:00
Cao Manh Dat
99e853faf8 SOLR-11478: Only remove nodeAddedPath node if it exists 2017-10-19 10:42:07 +07:00
Cao Manh Dat
cdcfc1520d SOLR-11506: Upgrade ref guide for Json Query DSL 2017-10-19 09:12:53 +07:00
Alexandre Rafalovitch
70784f4561 SOLR-11490: Add missing @since tags
To all descendants of TupleStream
2017-10-18 21:38:51 -04:00
David Smiley
18c8091da5 SOLR-11464: SOLR-11493: Minor refactorings to DistributedUpdateProcessor 2017-10-18 20:18:54 -04:00
Cassandra Targett
a37c4b5ff1 SOLR-11510: improve DIH docs for using an encrypted password. 2017-10-18 18:36:47 -05:00
Erick Erickson
57aecde244 SOLR-11446: Heavily edit the 'near real time searching' page in the reference guide, fix doc build error 2017-10-18 16:14:57 -07:00
Erick Erickson
c6ed9f14ec SOLR-11446: Heavily edit the 'near real time searching' page in the reference guide 2017-10-18 13:50:46 -07:00
Christine Poerschke
0b0ed21182 SOLR-11389: For Solr(Shard|Cluster)Reporter instances the SolrMetricManager.registerReporter method is now called after the SolrCore or CoreContainer has been set for the instance. 2017-10-18 16:27:04 +01:00
Steve Rowe
227b441bde Adding version 5.5.5 2017-10-18 11:06:44 -04:00
Andrzej Bialecki
8b4ab2644d SOLR-11448: Implement an option in collection commands to wait for final results. 2017-10-18 16:28:56 +02:00
Cassandra Targett
adbf6805bf SOLR-11205: fix link reference to metrics page 2017-10-18 07:49:12 -05:00
Christine Poerschke
6aa312a8db LUCENE-7991: KNearestNeighborDocumentClassifier.knnSearch no longer applies a previous boosted field's factor to subsequent unboosted fields. 2017-10-18 13:18:40 +01:00
Christine Poerschke
a6f8dd74f0 Fix two s/recieve/receive typos. 2017-10-18 12:59:05 +01:00
Ishan Chattopadhyaya
a9dc7e4a03 DOAP entries for 6.6.2 release 2017-10-18 13:47:43 +05:30
Noble Paul
e441b3ac4e SOLR-11359: refactored replica name parsing into Utils 2017-10-18 16:58:59 +10:30
Noble Paul
7e789b376c SOLR-10798: and SOLR-11205 documentation 2017-10-18 14:43:23 +10:30
Alexandre Rafalovitch
3eeeb9fa4d SOLR-11490: Add missing @since tags
To all descendants of TokenFilterFactory
2017-10-17 23:19:09 -04:00
Alexandre Rafalovitch
17d340055f SOLR-11490: Add missing @since tags
To all descendants of UpdateRequestProcessorFactory
2017-10-17 22:24:35 -04:00
Joel Bernstein
7a5733d107 Solr Ref Guide: update 7.1 statistical function docs 2017-10-17 21:25:46 -04:00
Chris Hostetter
2da777cdb8 SOLR-11053: remove AutoCommitTest + HardAutoCommitTest now that SoftAutoCommitTest exercises all the same functionality with more robust assertions 2017-10-17 14:17:51 -07:00
Mike McCandless
6b601b1c71 improve Long/DoubleRange.toString 2017-10-17 16:07:57 -04:00