Commit Graph

29404 Commits

Author SHA1 Message Date
Erick Erickson 1f09d5b350 SOLR-11819: The schema api reference manual page should not use hyphens in the example field name 2018-01-06 20:25:14 -08:00
Chris Hostetter d598517b96 SOLR-11824: Fixed bucket ordering in distributed json.facet type:range when mincount>0 2018-01-06 14:23:45 -07:00
Chris Hostetter d03cb44de7 SOLR-11758: Fixed FloatDocValues.boolVal to correctly return true for all values != 0.0F 2018-01-06 12:54:05 -07:00
Cao Manh Dat 0d55811774 SOLR-11771: Move CHANGES entry to the right version 2018-01-06 09:08:50 +07:00
Cao Manh Dat b8b00786f3 SOLR-11771: Overseer can never process some last messages 2018-01-06 09:05:14 +07:00
David Smiley 925733d1ef SOLR-11653: TimeRoutedAlias URP now auto-creates collections using new RoutedAliasCreateCollectionCmd 2018-01-05 13:53:26 -05:00
Alan Woodward 3980aea18d LUCENE-8099: Add equality tests for FunctionScoreQuery 2018-01-05 16:18:37 +00:00
Alan Woodward d250a1463d LUCENE-8133: Rename TermContext to TermStates, and load TermState lazily if term stats are not required 2018-01-05 14:17:15 +00:00
Alan Woodward 0c18acb00f LUCENE-8099: Update MIGRATE.txt 2018-01-05 10:12:03 +00:00
Alan Woodward 79bd05da4d LUCENE-8099: Add some static methods to FunctionScoreQuery to replace Boosting/BoostedQuery 2018-01-05 09:32:05 +00:00
Christine Poerschke 5a08fa8bbb SOLR-11798: Remove support for deprecated top-level <highlighting> syntax in solrconfig.xml.
(master branch for 8x only)
2018-01-04 15:22:07 +00:00
Christine Poerschke 65c842f9fa SOLR-11801: Support customisation of the highlighting query response element.
(Ramsey Haddad, Pranav Murugappan, David Smiley, Christine Poerschke)
2018-01-04 14:54:48 +00:00
Christine Poerschke 5d4f029fdd SOLR-11798: Formally deprecate top-level <highlighting> syntax in solrconfig.xml in favour of <searchComponent> equivalent syntax. 2018-01-04 14:54:47 +00:00
Adrien Grand 8fd7ead940 LUCENE-8116: SimScorer now only takes a frequency and a norm as per-document scoring factors. 2018-01-04 15:13:36 +01:00
Noble Paul 8836fda95f SOLR-11813: Reuse a NodeStateProvider in a session 2018-01-04 19:45:59 +11:00
Joel Bernstein 94a680c311 SOLR-11682: Add gtestDataSet Stream Evaluator 2018-01-03 21:31:39 -05:00
David Smiley 9586d12af4 SOLR-11805: SolrJ's SolrResponse.getElaspedTime was sometimes a millisecond off 2018-01-03 15:47:32 -05:00
Joel Bernstein 1cc49d18c2 Add chiSquareDataSet Stream Evaluator 2018-01-03 13:57:11 -05:00
Andrzej Bialecki 2da4ed17ba SOLR-11730 Add a nodeLost benchmark. 2018-01-03 13:29:15 +01:00
Joel Bernstein a925847684 SOLR-11430: Add lerp and akima Stream Evaluators to support linear and akima spline interpolation 2018-01-02 10:24:06 -05:00
Alan Woodward a56cb42fde LUCENE-8012: LTR contrib needs to use float values in explanations 2018-01-02 13:56:52 +00:00
Shalin Shekhar Mangar caa731a333 SOLR-11748: Remove Autoscaling action throttle 2018-01-02 19:08:36 +05:30
Karl Wright bdfbe433a3 LUCENE-8107: Fix test to not pick too large a distance. Committed on behalf of Ignacio Vera. 2018-01-02 06:38:13 -05:00
Alan Woodward 6dd9dbf275 LUCENE-8010: GroupingSearchTest assumes longer fields = lower scores 2018-01-02 11:06:59 +00:00
Alan Woodward c1030eeb74 LUCENE-8012: Explanation takes Number rather than float 2018-01-02 11:06:59 +00:00
Andrzej Bialecki ca29722b22 Remove a misleading comment left over from an earlier refactoring. 2018-01-02 11:06:42 +01:00
Joel Bernstein 692e5243e9 SOLR-11808: Add sumSq Stream Evaluator 2017-12-31 13:48:23 -05:00
Adrien Grand fbc8508e11 LUCENE-8010: Remove assumptions about how the similarity orders hits from FastVectorHighlighterTest. 2017-12-30 15:46:15 +01:00
Adrien Grand deb7644912 LUCENE-8010: TestGrouping expects that longer fields produce lower scores. 2017-12-29 15:59:50 +01:00
Adrien Grand 8dfb019076 LUCENE-8010: Axiomatic similarities must incorporate the boost as a multiplicative factor. 2017-12-29 15:59:21 +01:00
Adrien Grand 33f421e798 LUCENE-8109: Propagate information about the minimum score in BooleanQuery. 2017-12-29 14:35:05 +01:00
Adrien Grand bc9836fd50 LUCENE-8111: IndexOrDocValuesQuery Javadoc references outdated method name. 2017-12-29 10:06:00 +01:00
Adrien Grand c95dc6d957 LUCENE-7993: Faster phrases if total hit counts are not required. 2017-12-29 10:06:00 +01:00
Adrien Grand b2f248164c LUCENE-8010: Fix similarities so that they pass tests. 2017-12-29 10:06:00 +01:00
Erick Erickson 8e439a0a5c SOLR-7733: remove optimize from the UI. 2017-12-28 20:41:48 -08:00
Joel Bernstein fbea59b086 SOLR-11172: Add Mann-Whitney U test Stream Evaluator 2017-12-28 14:14:26 -05:00
Joel Bernstein 0c4fb31205 SOLR-11799: Fix NPE and class cast exceptions in the TimeSeriesStream 2017-12-28 11:14:31 -05:00
Christine Poerschke 152d223b32 Revert "LUCENE-8110: Fix potential IndexOutOfBoundsException in *Classifier.getClasses(?,int)."
This reverts commit af41d02eae.
2017-12-28 15:11:39 +00:00
Christine Poerschke 287062df37 SOLR-11793: Reduce code duplication w.r.t. RestTestHarness(es). 2017-12-28 12:31:05 +00:00
Christine Poerschke af41d02eae LUCENE-8110: Fix potential IndexOutOfBoundsException in *Classifier.getClasses(?,int). 2017-12-28 12:28:41 +00:00
Erick Erickson 05ab5e10ae SOLR-11555: If the query terms reduce to nothing, filter(clause) produces an NPE whereas fq=clause does not 2017-12-27 12:05:31 -08:00
Erick Erickson 6b368c0484 SOLR-11426: removed infostream debug logging from master 2017-12-27 09:07:53 -08:00
Erick Erickson 137675ace7 SOLR-11783: Rename core in solr standalone mode is not persisted 2017-12-26 22:16:52 -08:00
Adrien Grand e3f90385b4 LUCENE-8097: Implement maxScore() on disjunctions. 2017-12-26 14:19:26 +01:00
Adrien Grand 01023a95c8 LUCENE-8105: ReqOptSumScorer to implement setMinCompetitiveScore. 2017-12-26 14:14:56 +01:00
Erick Erickson e82e029406 SOLR-11703: Solr Should Send Log Notifications if Ulimits are too low 2017-12-25 13:22:19 -08:00
Erick Erickson 7e321d70df SOLR-11701: Upgrade to Tika 1.17 when available 2017-12-24 17:03:00 -08:00
Shalin Shekhar Mangar 43f17f7af1 SOLR-11201: Implement autoscaling trigger for arbitrary metrics that creates events when a given metric breaches a threshold 2017-12-22 21:18:50 +05:30
Joel Bernstein 6045066495 SOLR-11791: Add density Stream Evaluator 2017-12-22 10:41:42 -05:00
Joel Bernstein efbbc9e344 SOLR-11754: Fix precommit 2017-12-22 08:17:08 -05:00