Commit Graph

29199 Commits

Author SHA1 Message Date
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
Chris Hostetter efc2f32ea0 SOLR-11711: Fixed distributed processing of facet.field/facet.pivot sub requests to prevent requesting unneccessary and excessive '0' count terms from each shard 2017-12-11 10:26:55 -07:00
Simon Willnauer 9ad84fea80 LUCENE-8090: Prevent stale threadstate reads in DocumentsWriterFlushControl 2017-12-11 14:46:02 +01:00
Karl Wright 952f4c4e59 LUCENE-8089: Add PlanetModel method that returns true if planetmodel is a sphere. 2017-12-11 04:21:52 -05:00
Karl Wright ca84ca2f79 Merge branch 'master' of https://git-wip-us.apache.org/repos/asf/lucene-solr 2017-12-10 06:37:43 -05:00
Karl Wright a948adc390 LUCENE-8088: Fix for random shape generator; committed on behalf of Ignacio Vera. 2017-12-10 06:37:10 -05:00
Scott Blum 3a7f107164 SOLR-11423: fix solr/CHANGES.txt, fixed in 7.2 not 7.1 2017-12-08 14:25:44 -05:00
Simon Willnauer cb14da3b12 TEST: Stabelize TestIndexWriter#testCheckPendingFlushPostUpdate 2017-12-08 14:10:48 +01:00
Karl Wright dcb84701a4 Merge branch 'master' of https://git-wip-us.apache.org/repos/asf/lucene-solr 2017-12-08 05:41:33 -05:00
Karl Wright 18f12fdb28 LUCENE-8080: Detect when we are constructing a bogus exact circle, and throw an IllegalArgumentException in that case. Committed on behalf of Ignacio Vera. 2017-12-08 05:41:11 -05:00
Noble Paul 25f24e094e SOLR-9743: documentation 2017-12-08 19:55:27 +11:00
Adrien Grand b32739428b LUCENE-8081: Fix javadoc tag. 2017-12-08 08:52:19 +01:00
Adrien Grand 0e1d6682d6 LUCENE-4100: Fix more queries to implement the new updated createWeight API. 2017-12-08 08:50:00 +01:00
Adrien Grand d5c72eb588 LUCENE-8081: Remove unused import. 2017-12-08 08:45:18 +01:00
Noble Paul 24a0708d3c SOLR-11359: added documentation 2017-12-08 17:36:41 +11:00