867 Commits

Author SHA1 Message Date
Eric Pugh
a5e372369c SOLR-13965: In GraphHandler, support <expressible> configuration and deprecate <streamFunctions> configuration.
(Eric Pugh via Christine Poerschke)

Closes #1033 pull request.
2020-02-26 17:59:07 +00:00
Alessandro Benedetti
2752d50dd1 SOLR-12238: Handle boosts in QueryBuilder
QueryBuilder now detects per-term boosts supplied by a BoostAttribute when
building queries using a TokenStream.  This commit also adds a DelimitedBoostTokenFilter
that parses boosts from tokens using a delimiter token, and exposes this in Solr
2020-02-24 10:33:51 +00:00
Jan Høydahl
365728f7f4 SOLR-10306: Document in Reference Guide how to disable or reduce swapping (#1256)
(cherry picked from commit 8b98befe9362b9810297a1edb475d9341d44b426)
2020-02-24 09:55:01 +01:00
Noble Paul
fb9024f0e5 SOLR-14270 export command to have an option to write to a zip file (#1266) 2020-02-21 13:42:57 +11:00
Mikhail Khludnev
9f1aa427c0 SOLR-14263: stripping .adoc to fix build. 2020-02-19 14:31:48 +03:00
Jan Høydahl
42b725462f LUCENE-9229: Fix some broken links
Change some wiki -> cwiki links

Signed-off-by: Jan Høydahl <janhoy@apache.org>
(cherry picked from commit 8389b87e39e72feb1262ff994d57217f1d127cc8)
2020-02-19 10:37:17 +01:00
Erick Erickson
0461999c92 SOLR-14263: Update jvm-settings.adoc
(cherry picked from commit aa130c42594dea582ec8a5960064e0c0a42e47a0)
2020-02-18 16:45:17 -05:00
David Smiley
8d95df364f
SOLR-14194: Highlighters now supports docValues for the uniqueKey
and the original highlighter can highlight docValues.

(cherry picked from commit 9a4f7661e96416e3aac3e48f1108422ab4184473)
2020-02-11 02:21:24 -05:00
David Smiley
e6701680f4 SOLR-14149: CHANGES.txt Remove off-topic stuff
* No Introduction (to Solr) header.  Point at solr-upgrade-notes.adoc instead
* No Getting Started header
* No Versions of Major Components header
* No "Upgrade Notes" for subsequent releases.  See solr-upgrade-notes.adoc
Closes #1202

(cherry picked from commit 46c09456140fca0244ef726bd18a3ca7c5c7d131)
2020-02-08 23:04:41 -05:00
Houston Putman
e0d35f9641 SOLR-13887: Use the default idleTimeout instead of 0 for HTTP2 (#991) 2020-02-05 12:45:14 -08:00
Chris Hostetter
bbdfce944b SOLR-14241: New delete() Stream Decorator
(cherry picked from commit c5d0391df9c821dc842287d8c769c6f73275a423)
2020-02-05 13:31:55 -07:00
Mikhail Khludnev
34d299018e SOLR-12325: uniqueBlock(\{!v=foo:bar}) 2020-02-02 15:20:16 +03:00
Munendra S N
43d07db523 fix typo in schema-api documentation 2020-02-01 10:39:33 +05:30
Jason Gerlowski
68cfe27b68 SOLR-13892: Add 'top-level' docValues Join implementation (#1171) 2020-01-31 13:11:28 -05:00
Cassandra Targett
088e6c3006 Ref Guide: Remove outdated or invalid links to Solr Wiki; update URL of those that remain 2020-01-27 16:39:22 -06:00
Cassandra Targett
d5bacc9a1c Ref Guide: fix undefined substitution error caused by formatting of variables in paths 2020-01-27 16:39:10 -06:00
Robert Muir
d614bb854d
LUCENE-9180: dos2unix files that don't need dos line endings. gitignore gradle-specific stuff that shows up modified if you switch branches, no gradle here. 2020-01-27 11:31:59 -05:00
Gus Heck
dbe38b97f5 SOLR-13749 Cross Collection Join Filter 2020-01-25 00:48:22 -05:00
Cassandra Targett
6501577eb5 SOLR-14214: Clean up client lists and references 2020-01-24 16:04:14 -06:00
Mikhail Khludnev
8a8743159e SOLR-12045: Know how Analytic Component deployment. 2020-01-23 23:27:55 +03:00
Houston Putman
3129ef9461 SOLR-11746: Adding existence queries for PointFields
* DocValuesFieldExistsQuery and NormsFieldExistsQuery are used for existence queries when possible.
* Added documentation on the difference between field:* and field:[* TO *]
2020-01-22 23:42:20 -05:00
Cassandra Targett
f04ec60e47 Ref Guide: make single shard requirement for TaggerRequestHandler slightly more prominent and descriptive 2020-01-16 09:19:00 -06:00
Mikhail Khludnev
a7ca613f01 SOLR-12490: reverting ref-guide-fix. 2020-01-15 12:19:16 +03:00
Mikhail Khludnev
c90ef46497 SOLR-12490: Describe json.queries in the ref guide.
Link it from many pages.
Fix a few errors by the way.
2020-01-15 09:08:23 +03:00
Jason Gerlowski
2393b1ed58 SOLR-13890: Add "top-level" DV "terms" implementation (#1151)
{!terms} queries have a docValues-based implementation that uses per-segment DV structures.  This does well with a small to moderate (a few hundred) number of query terms, but doesn't well scale beyond that due to repetitive seeks done on each segment.

This commit introduces an implementation that uses a "top-level" docValues structure, which scales much better to very large {!terms} queries (many hundreds, thousands of terms).
2020-01-13 06:45:11 -05:00
RompotiMiranda
32647034ef SOLR-13934: Improve SimplePostTool & bin/post docs (#1013)
Co-Authored-By: RompotiMiranda
2020-01-13 06:35:52 -05:00
Ishan Chattopadhyaya
f701ffd8cf SOLR-14158: Package manager to read keys from package store, not ZK 2020-01-10 10:34:09 +05:30
Kevin Risden
49a06a1a14
SOLR-14163: SOLR_SSL_CLIENT_HOSTNAME_VERIFICATION needs to work with Jetty server/client SSL contexts
Closes #1147

Signed-off-by: Kevin Risden <krisden@apache.org>
2020-01-09 10:29:25 -05:00
Eric Pugh
b996635413 SOLR-13927: Correct v2 /schema APIs in docs (#1010) 2020-01-09 09:22:09 -05:00
Houston Putman
6fde6dc504 Revert "SOLR-11746: Existence query support for numeric point fields"
This reverts commit 1f1b719478e298b5ada064197a7fa919b608d24c.
2020-01-08 18:35:22 -05:00
Houston Putman
1f1b719478 SOLR-11746: Existence query support for numeric point fields 2020-01-06 13:09:05 -05:00
Eric Pugh
4dc761fb60 SOLR-14157: Document backup/restore 'name' param (#1133) 2020-01-03 10:19:28 -05:00
Nándor Mátravölgyi
5874b9c793 LUCENE-9093: UnifiedHighlighter LengthGoalBreakIterator frag align
Matches in passages should be centered better on average.
 Closes #1123

(cherry picked from commit 4c9cc2cefd7f3593c4b4e1e5a087e3d206298989)
2020-01-01 01:00:13 -05:00
Cassandra Targett
601f9dbcf0 Ref Guide: fix upgrade notes version typo 2019-12-30 10:04:35 -06:00
Eric Pugh
e134123060 Word choice should be starting, not staring (#1128)
(cherry picked from commit 5a50eaa2c683a2921a1e1e846593bda48e36b296)
2019-12-30 12:48:19 +01:00
Robert Muir
300e81b655 SOLR-14141: eliminate JKS keystore from solr ssl docs.
Currently the documentation pretends to create a JKS keystore. It is
only actually a JKS keystore on java 8: on java9+ it is a PKCS12
keystore with a .jks extension (because PKCS12 is the new java default).
It works even though solr explicitly tells the JDK
(SOLR_SSL_KEY_STORE_TYPE=JKS) that its JKS when it is in fact not, due
to how keystore backwards compatibility was implemented.

Fix docs to explicitly create a PKCS12 keystore with .p12 extension and
so on instead of a PKCS12 keystore masquerading as a JKS one. This
simplifies the SSL steps since the "conversion" step (which was doing
nothing) from .JKS -> .P12 can be removed.
2019-12-29 09:34:55 -05:00
Mikhail Khludnev
c01b45b924 SOLR-13808: caching {!bool filter=..} by default. 2019-12-28 23:34:52 +03:00
Bruno Roustant
8f5f18041a
SOLR-14131: Add maxQueryLength option to DirectSolrSpellchecker. 2019-12-25 21:48:07 +01:00
Jan Høydahl
6722b94d52 SOLR-14146: Zookeeper version not resolved in RefGuide (#1119)
(cherry picked from commit aa43f352d9103b51c0cf33fd41bf16192810627f)
2019-12-24 23:07:58 +01:00
Robert Muir
7feba46a6f SOLR-14144: add IP-based access control to securing solr page 2019-12-24 07:56:14 -08:00
Robert Muir
4cde252a84 SOLR-14143: add request logging to securing solr page 2019-12-24 06:47:00 -08:00
Robert Muir
30069e13f5 SOLR-13984: docs, changes.txt 2019-12-24 06:43:50 -08:00
Cassandra Targett
f74a62f37e Ref Guide: various little typos; clean up Solr CLI section on bin/solr export 2019-12-20 15:00:51 -06:00
noble
ac7ad676ef SOLR-13822: Bug fixs and tests for URP loading 2019-12-19 06:24:26 +11:00
Cassandra Targett
56824fb6d7 SOLR-13662: Improvements for Ref Guide package-manager.adoc 2019-12-18 10:53:03 -06:00
Mikhail Khludnev
cc00e1dcef SOLR-14092: Mark BlockJoinFacetComponent as deprecated. 2019-12-18 11:11:25 +03:00
Cassandra Targett
fb6af5e538 Ref Guide: fix typos & standardize spellings 2019-12-17 14:11:25 -06:00
Cassandra Targett
94d98bb134 Ref Guide: make section headings in Headline Case 2019-12-17 13:00:40 -06:00
Cassandra Targett
95c7b1d925 Ref Guide: Upgrade notes for 8.4 2019-12-17 12:02:58 -06:00
David Smiley
0ea3ffd717 SOLR-14072: Deprecate Blob API and runtimeLib (#1086)
(cherry picked from commit 2db48314f97a6017fe216f77c34cf5b261985cf4)
2019-12-15 23:54:02 -05:00