Commit Graph

29213 Commits

Author SHA1 Message Date
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
Joel Bernstein b5d55b86df SOLR-11789: Add integrate Stream Evaluator 2017-12-22 07:57:41 -05:00
Andrzej Bialecki 091f45dd7b SOLR-11730: Add simulated tests for nodeAdded / nodeLost dynamic in a large cluster.
Plus some other fixes:
* Fix leader election throttle and cluster state versioning in the simulator.
* PolicyHelper was still using a static ThreadLocal field, use ObjectCache isntead.
2017-12-22 12:58:21 +01:00
Steve Rowe 67e1b4a19b Remove extra <release> tag 2017-12-21 17:36:06 -05:00
Mike McCandless 1b201d04d7 LUCENE-8094: improve TermInSetQuery.toString 2017-12-21 13:57:24 -05:00
David Smiley f354a278f8 SOLR-11754: remove AbstractSolrTestCase; use SolrTestCaseJ4 instead.
Also removed SolrExampleTestBase in Solrj-tests.
2017-12-21 13:20:22 -05:00
Adrien Grand 63cba40931 Update doap files with 7.2.0 release. 2017-12-21 17:58:57 +01:00
Adrien Grand 69e9f17976 Add 7.2.0 backcompat indices. 2017-12-21 09:05:00 +01:00
Tomas Fernandez Lobbe ba2ef4a894 SOLR-11426: Make sure commitOnClose is enabled before running testNoCommit 2017-12-20 16:00:02 -08:00
Joel Bernstein 960a5fd793 SOLR-11785: Add multiVariateNormalDistribution Stream Evaluator 2017-12-20 13:51:47 -05:00
Alan Woodward d9695cca55 LUCENE-8104: Remove facet module compile-time dependency on queries 2017-12-20 13:22:12 +00:00
Adrien Grand b5ad314835 LUCENE-8077: Fixed wrong modulo usage in CheckIndex. 2017-12-20 12:48:04 +01:00
David Smiley 9f7f76f267 LUCENE-5803: Add a Solr test that we reuse analysis components across fields for the same field type 2017-12-19 10:28:22 -05:00
Alan Woodward 79073fafd3 LUCENE-8099: Fix IntelliJ dependencies 2017-12-19 08:52:55 +00:00
Steve Rowe f8fb139656 LUCENE-2899: OpenNLPPOSFilter: fix reset() to fully reset 2017-12-18 19:03:29 -05:00
Steve Rowe 8275952337 LUCENE-2899: tests: remove unused constants 2017-12-18 19:03:29 -05:00
Joel Bernstein f8c93db9eb SOLR-11681: Add ttest and pairedTtest Stream Evaluators 2017-12-18 14:31:47 -05:00
Alan Woodward 53a7f5b748 Revert "WIP"
This reverts commit 48c8947c17.
2017-12-18 18:41:37 +00:00
Alan Woodward dfaf023d4a LUCENE-8099: Fix xmlqueryparser tests 2017-12-18 18:40:27 +00:00
Alan Woodward 48c8947c17 WIP 2017-12-18 18:33:01 +00:00
Cassandra Targett 33a64afee7 SOLR-11753: minor typos 2017-12-18 11:55:29 -06:00
Alan Woodward c27099b4d1 LUCENE-8099: Remove deprecated CustomScoreQuery, BoostedQuery, BoostingQuery 2017-12-18 17:47:03 +00:00
Alan Woodward b01e6023e1 LUCENE-8099: Deprecate CustomScoreQuery, BoostedQuery, BoostingQuery 2017-12-18 17:47:03 +00:00
David Smiley e441a99009 SOLR-11757: Tests: SolrException.ignoreException use CopyOnWrite 2017-12-15 17:19:37 -05:00
Joel Bernstein ca5e2a335b SOLR-11742: Fix error 2017-12-15 17:05:32 -05:00
Joel Bernstein 9dee35f92d SOLR-11742: Add documentation for 7.2 release statistical functions 2017-12-15 15:33:05 -05:00
Steve Rowe 565d13c96d LUCENE-2899: Fix hyperlink text 2017-12-15 11:42:08 -05:00
Steve Rowe f5c4276163 LUCENE-2899: Fix hyperlink 2017-12-15 11:41:15 -05:00
Steve Rowe 3e2f9e62d7 LUCENE-2899: Add OpenNLP Analysis capabilities as a module 2017-12-15 11:24:18 -05:00
Andrzej Bialecki d02d1f1cab SOLR-11285: Remove stray logging. Relax test assertion due to timing under load. 2017-12-15 11:30:50 +01:00
Alan Woodward 8eb5c696e4 LUCENE-8093: Make TrimFilterFactory multi-term aware 2017-12-14 13:49:14 +00:00
Andrzej Bialecki d6d2e3b2e3 SOLR-11285: Simulation framework for autoscaling. 2017-12-14 12:56:23 +01:00
David Smiley d66d9549d7 LUCENE-8086: spatial-extras Geo3dFactory: Use GeoExactCircle with configurable precision for non-spherical planet models.
Some internal refactorings as well.
2017-12-13 16:32:48 -05:00
Cassandra Targett 44cc0defe8 SOLR-11753: copy edits; add docs for SOLR-11448 2017-12-13 14:33:46 -06:00
Karl Wright 5fe3d9259a Merge branch 'master' of https://git-wip-us.apache.org/repos/asf/lucene-solr 2017-12-13 07:10:13 -05:00
Karl Wright 8b732099c7 LUCENE-8095: Improve javadocs for circle constructors, and rename some variables. 2017-12-13 07:09:46 -05:00
Christine Poerschke 7974aa033c SOLR-11740: fix stop port variable scope issue in stop_solr function (SOLR-9137 follow-on) 2017-12-13 11:05:49 +00:00
Mayya Sharipova 6771886cf3 LUCENE-8011: Improve similarity explanations
Closes #280

Signed-off-by: Adrien Grand <jpountz@gmail.com>
2017-12-13 09:51:53 +01:00
Cassandra Targett 6d23ee96a9 SOLR-11753: add upgrade notes; misc cleanups in other pages 2017-12-12 15:07:33 -06:00
Chris Hostetter 2990c88a92 Beef up testing of json.facet 'refine:simple' when dealing with 'Long Tail' terms
In an attempt to get more familiar with json.facet refinement, I set out to try and refactor/generalize/clone
some of the existing facet.pivot refinement tests to assert that json.facet could produce the same results.
This test is a baby step towards doing that: Cloning DistributedFacetPivotLongTailTest into
DistributedFacetSimpleRefinementLongTailTest (with shared index building code).

Along the way, I learned that the core logic of 'refine:simple' is actually quite different then how facet.field
& facet.pivot work (see discussion in SOLR-11733), so they do *NOT* produce the same results in many "Long Tail"
Sitautions.  As a result, many of the logic/assertions inDistributedFacetSimpleRefinementLongTailTest are very
differnet then their counter parts in DistributedFacetPivotLongTailTest, with detailed explanations in comments.

Hopefully this test will prove useful down the road to anyone who might want to compare/contrast facet.pivot
with json.facet, and to prevent regressions in 'refine:simple' if/when we add more complex refinement
approaches in the future.

There are also a few TODOs in the test related to some other small discrepencies between json.facet and
stats.field that I opened along the way, indicating where the tests should be modified once those issues are
addressed in json.facet...

 - SOLR-11706: support for multivalued numeric fields in stats
 - SOLR-11695: support for 'missing()' & 'num_vals()' (aka: 'count' from stats.field) numeric stats
 - SOLR-11725: switch from 'uncorrected stddev' to 'corrected stddev'
2017-12-12 11:50:20 -07:00
Adrien Grand f525ce8fbb LUCENE-7996: Add a note to the changes in runtime behaviour and to the solr upgrade notes. 2017-12-12 16:23:57 +01:00
Chris Hostetter 5b2e25f301 SOLR-11575: Improve ref-guide solrj snippets via mock 'print()' method 2017-12-11 17:39:01 -07:00