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
Adrien Grand
14713302c8
Remove 7.1.1 section of the changelog.
2017-12-07 20:01:29 +01:00
David Smiley
5448274f26
SOLR-11691: Bug: V2 requests for create-alias didn't work when the collections param was an array.
2017-12-07 10:55:50 -05:00
Simon Willnauer
ede46fe6e9
LUCENE-8081: Allow IndexWriter to opt out of flushing on indexing threads
...
Index/Update Threads try to help out flushing pending document buffers to
disk. This change adds an expert setting to opt ouf of this behavior unless
flusing is falling behind.
2017-12-07 16:22:52 +01:00
Simon Willnauer
a3141457d6
Fix TestTopFieldCollectorEarlyTermination to ensure it has at least 1 none deleted document in the index
2017-12-07 15:47:28 +01:00
Jim Ferenczi
68d16c2a65
LUCENE-8082: Fix NPE in TopFieldCollectors that don't track total hit count
2017-12-07 14:08:46 +01:00
Adrien Grand
4fc5a872de
LUCENE-4100: Faster disjunctions when the hit count is not needed.
2017-12-07 10:49:39 +01:00
Anshum Gupta
cd30dabe37
SOLR-11126: Remove wrong change log entry from 7.1 section
2017-12-06 11:34:54 -08:00
Adrien Grand
187849f9b6
LUCENE-7996: PayloadScoreQuery must produce positive scores.
2017-12-06 19:15:13 +01:00
Adrien Grand
63b63c5734
LUCENE-8015: Fixed DFR similarities' scores to not decrease when tfn increases.
2017-12-06 18:19:57 +01:00
Adrien Grand
70b36666d4
LUCENE-8051: Typo in LevensHtein distance.
...
Closes #284
2017-12-06 17:29:16 +01:00
David Smiley
d84c92ed11
SOLR-11078: Add note about the trade-off between Point and Trie fields.
2017-12-06 11:23:46 -05:00
Cassandra Targett
5b4efc5a41
Ref Guide: numerous minor typos ("with out", "ie", "eg") + a couple incorrect link refs
2017-12-06 09:45:21 -06:00
Mark Miller
5440d925d3
tests: raise chaosmonkey no stop warn time.
2017-12-06 09:24:05 -06:00
Adrien Grand
a8a63464e7
LUCENE-7996: Queries are now required to produce positive scores.
2017-12-06 14:06:03 +01:00
Adrien Grand
e1851c0ce7
Add 7.3.0 version constant.
2017-12-06 10:25:13 +01:00
Noble Paul
b0416ae7ed
removed unused imports
2017-12-06 20:11:32 +11:00
Jim Ferenczi
32ffea6f2e
LUCENE-8079: Fix test bug
2017-12-06 09:01:21 +01:00
Noble Paul
071d9270d5
SOLR-11669: Policy Session lifecycle cleanup
2017-12-06 15:04:04 +11:00
yonik
e84cce8ea1
SOLR-11664: fix range facet issues with sub-aggregations on string fields, adds resetIterator to SlotAcc
2017-12-05 20:14:57 -05:00