Jason Gerlowski
5377742a62
SOLR-13985: Bind to localhost interface by default ( #1154 )
...
Prior to this commit, Solr's Jetty listened for connections on all
network interfaces. This commit changes it to only listen on localhost,
to prevent incautious administrators from accidentally exposing their
Solr deployment to the world.
Administrators who wish to override this behavior can set the
SOLR_JETTY_HOST property in their Solr include file
(solr.in.sh/solr.in.cmd) to "0.0.0.0" or some other value.
A version of this commit was previously reverted due to inconsistency
between SOLR_HOST and SOLR_JETTY_HOST. This commit fixes this issue.
2020-01-13 09:42:30 -05:00
Jason Gerlowski
6e4756fd48
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:43:21 -05:00
RompotiMiranda
e5cff170b7
SOLR-13934: Improve SimplePostTool & bin/post docs ( #1013 )
...
Co-Authored-By: RompotiMiranda
2020-01-13 06:34:47 -05:00
Dawid Weiss
3beb1cfd1e
Add initial support for rendering javadocs.
2020-01-10 16:43:52 +01:00
Dawid Weiss
5e2396d9fe
Merge remote-tracking branch 'origin/master' into gradle-master
2020-01-10 13:00:38 +01:00
Ishan Chattopadhyaya
6fb085943c
SOLR-14158: Package manager to read keys from package store, not ZK
2020-01-10 10:25:44 +05:30
Dawid Weiss
d7726495c5
Merge remote-tracking branch 'origin/master' into gradle-master
2020-01-09 19:22:09 +01:00
Kevin Risden
22155bf7a7
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:28:35 -05:00
Eric Pugh
8718447112
SOLR-13927: Correct v2 /schema APIs in docs ( #1010 )
2020-01-09 08:58:14 -05:00
Dawid Weiss
09fb6f196f
Don't assemble solr ref guide by default.
2020-01-09 13:48:06 +01:00
Dawid Weiss
2ba3ec7173
LUCENE-9124: updated build script for solr-ref-guide; newer plugin version and a workaround against gem proxy down.
2020-01-09 13:31:50 +01:00
Dawid Weiss
0674fada65
Merge remote-tracking branch 'origin/master' into gradle-master
2020-01-09 11:56:02 +01:00
Houston Putman
08b64aab8f
Revert "SOLR-11746: Existence query support for numeric point fields"
...
This reverts commit f5ab3ca688
.
2020-01-08 18:33:15 -05:00
Houston Putman
ee66e5ef23
Revert "SOLR-11746: Adding docs for negative existence queries."
...
This reverts commit 9edb143efd
.
2020-01-08 18:32:31 -05:00
Dawid Weiss
7e4c841aa7
Merge remote-tracking branch 'origin/master' into gradle-master
2020-01-08 12:26:10 +01:00
Jason Gerlowski
a17c486424
Revert "SOLR-13985: Bind to localhost interface by default"
...
This temporarily reverts commit 479e73 while a potentially related
networking hiccup is investigated.
2020-01-07 09:05:13 -05:00
Dawid Weiss
405d227c55
Merge remote-tracking branch 'origin/master' into gradle-master
2020-01-07 08:45:12 +01:00
Houston Putman
9edb143efd
SOLR-11746: Adding docs for negative existence queries.
2020-01-06 13:08:13 -05:00
Houston Putman
f5ab3ca688
SOLR-11746: Existence query support for numeric point fields
2020-01-06 12:12:22 -05:00
Jason Gerlowski
479e736469
SOLR-13985: Bind to localhost interface by default
...
Prior to this commit, Solr's Jetty listened for connections on all
network interfaces. This commit changes it to only listen on localhost,
to prevent incautious administrators from accidentally exposing their
Solr deployment to the world.
Administrators who wish to override this behavior can set the
SOLR_JETTY_HOST property in their Solr include file
(solr.in.sh/solr.in.cmd) to "0.0.0.0" or some other value.
2020-01-03 15:17:24 -05:00
Eric Pugh
50176fd6fc
SOLR-14157: Document backup/restore 'name' param ( #1133 )
2020-01-03 10:18:27 -05:00
Dawid Weiss
1a690d95ad
Merge remote-tracking branch 'origin/master' into gradle-master
2020-01-02 10:49:19 +01:00
Nándor Mátravölgyi
4c9cc2cefd
LUCENE-9093: UnifiedHighlighter LengthGoalBreakIterator frag align
...
Matches in passages should be centered better on average.
Closes #1123
2020-01-01 00:57:00 -05:00
Dawid Weiss
a40b3e755b
Merge remote-tracking branch 'origin/master' into gradle-master
2019-12-31 10:08:07 +01:00
Cassandra Targett
6d24cacf78
Ref Guide: fix upgrade notes version typo
2019-12-30 10:03:13 -06:00
Eric Pugh
5a50eaa2c6
Word choice should be starting, not staring ( #1128 )
2019-12-30 12:45:19 +01:00
Dawid Weiss
d79b678b39
Merge remote-tracking branch 'origin/master' into gradle-master
2019-12-30 09:24:46 +01:00
Robert Muir
1cb6e35058
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:00 -05:00
Mikhail Khludnev
3f29fe0b80
SOLR-13808: caching {!bool filter=..} by default.
2019-12-28 21:48:11 +03:00
Dawid Weiss
23f3fd2d48
Merge remote-tracking branch 'origin/master' into gradle-master
2019-12-25 13:14:57 +01:00
Jan Høydahl
aa43f352d9
SOLR-14146: Zookeeper version not resolved in RefGuide ( #1119 )
2019-12-24 23:06:27 +01:00
Robert Muir
b73e27d1ca
SOLR-14144: add IP-based access control to securing solr page
2019-12-24 07:55:42 -08:00
Robert Muir
b87e1f5843
SOLR-14143: add request logging to securing solr page
2019-12-24 06:46:29 -08:00
Robert Muir
efd13f2884
SOLR-13984: docs, changes.txt
2019-12-24 06:41:14 -08:00
Bruno Roustant
27840562a6
SOLR-14131: Add maxQueryLength option to DirectSolrSpellchecker.
...
Closes #1113
2019-12-24 15:05:00 +01:00
Cassandra Targett
53423462f2
Ref Guide: various little typos; clean up Solr CLI section on bin/solr export
2019-12-20 15:00:22 -06:00
Dawid Weiss
5897b78572
Merge remote-tracking branch 'origin/master' into gradle-master
2019-12-20 17:35:40 +01:00
Cassandra Targett
fc2fbb2f7e
SOLR-13662: Improvements for Ref Guide package-manager.adoc
2019-12-18 09:28:16 -06:00
Dawid Weiss
28b19c2af2
Merge with master.
2019-12-18 09:32:35 +01:00
Mikhail Khludnev
b0e532b7f3
SOLR-14051: removing Block Join Facet Component in favor of uniqueBlock(\_root_).
2019-12-18 11:16:53 +03:00
Gus Heck
46e5e13728
SOLR-13749 Cross collection join filter (XCJF)
...
Squashed commit of the following: commit ffa68a8adb9c5dc16578ab26f731da247533c980
2019-12-18 03:01:24 -05:00
Cassandra Targett
3e8872738a
Ref Guide: fix typos & standardize spellings
2019-12-17 12:59:17 -06:00
Cassandra Targett
3d4246089f
Ref Guide: make section headings in Headline Case
2019-12-17 12:12:34 -06:00
Cassandra Targett
6785650317
Ref Guide: Upgrade notes for 8.4
2019-12-17 12:02:26 -06:00
Dawid Weiss
bc539fc0fd
Merge remote-tracking branch 'origin/master' into gradle-master
2019-12-16 11:20:45 +01:00
David Smiley
2db48314f9
SOLR-14072: Deprecate Blob API and runtimeLib ( #1086 )
2019-12-15 23:53:17 -05:00
David Smiley
7c048c5070
SOLR-14069: Ref guide: overhaul: resources, libs, plugins, config-sets ( #1077 )
...
* split "resource-and-plugin-loading.adoc" into "resource-loading.adoc" and "libs.adoc" then overhauled both.
* enhanced "config-sets.adoc", moving some content in from elsewhere; bit of an overhaul.
* solr-plugins.adoc is now top-level; overhauled content
* Move resource-loading.adoc up a level in the TOC to underneath "The Well-Configured Solr Instance.
* Separate out the leading sentence.
2019-12-14 11:50:00 -05:00
Dawid Weiss
6094d4dd13
Merge remote-tracking branch 'origin/master' into gradle-master
2019-12-12 14:16:48 +01:00
Ishan Chattopadhyaya
57e717eff2
SOLR-14065: Deprecate Velocity
2019-12-12 16:13:32 +05:30
Ishan Chattopadhyaya
fa1ad006b6
SOLR-14071: Untrusted configsets shouldn't be allowed to use <lib> directive
2019-12-12 15:00:09 +05:30
Munendra S N
88b5b5a7cd
SOLR-13970: disallow using collapse/expand with grouping
...
* Using collapse with grouping would cause inconsistent behavior.
This is because grouping calls the same postfilter twice without
resetting the internal state of the DocValues cache
* Using expand with grouping would cause NPE
2019-12-12 10:21:20 +05:30
Mikhail Khludnev
f01b3e97d1
SOLR-13904: Make Analytics component sensitive to timeAllowed.
2019-12-11 23:48:17 +03:00
Erik Hatcher
128360856d
SOLR-14025: VelocityResponseWriter hardening
2019-12-11 12:36:14 -05:00
Dawid Weiss
27d5509644
Merge remote-tracking branch 'origin/master' into gradle-master
2019-12-11 08:57:18 +01:00
Vergil Cheynov
20d3284a09
"Added missing parameter under 'topic parameters'" ( #1056 )
2019-12-10 16:05:46 -05:00
Andrzej Bialecki
c4f0c33638
SOLR-13975, SOLR-13896: ConcurrentUpdateSolrClient connection stall prevention.
2019-12-10 21:45:43 +01:00
Dawid Weiss
20eaaa012d
Merge remote-tracking branch 'origin/master' into gradle-master
2019-12-10 14:52:30 +01:00
Alessandro Benedetti
e84a23529e
SOLR-14029: Solr Ref Guide: clarify requestDispatcher handleSelect=true
2019-12-09 23:28:45 -05:00
Chris Hostetter
485e140e93
SOLR-14032: some misc ref-guide improvements related to clarifying the pros/cons of the diff ways to 'boost' documents by func/query
2019-12-09 15:34:42 -07:00
Houston Putman
1c78d2c637
SOLR-12217: Support shards.preference in SolrJ for individual shard requests ( #984 )
2019-12-09 17:11:58 -05:00
Dawid Weiss
f853d994ec
Merge remote-tracking branch 'origin/master' into gradle-master
2019-12-09 16:48:21 +01:00
Andrzej Bialecki
86cab79730
SOLR-13979: Expose separate metrics for distributed and non-distributed requests.
2019-12-09 13:46:33 +01:00
Dawid Weiss
f371df327f
Merge remote-tracking branch 'origin/master' into gradle-master
2019-12-06 11:57:29 +01:00
Andrzej Bialecki
d2b01ef28f
SOLR-13831: Context property _loop_iter_ should be a string in order to support
...
variable expansion.
2019-12-05 18:27:12 +01:00
Dawid Weiss
7c26c6de02
Merge remote-tracking branch 'origin/master' into gradle-master
2019-12-03 18:45:12 +01:00
Dawid Weiss
49bab132b1
Applying two forbidden api check violations (applied to master).
2019-12-03 14:26:02 +01:00
Dawid Weiss
6f0842eaa5
Use toLowerCase with an explicit locale in CheckLinksAndAnchors.
2019-12-03 13:01:43 +01:00
Cassandra Targett
de1c9fb9e8
SOLR-13885: various Ref Guide typos. This closes #990
2019-12-02 13:33:45 -06:00
Dawid Weiss
d4a9842375
Initial gradle build layer.
2019-12-02 15:34:57 +01:00
David Smiley
6a72b81ed3
SOLR-13971: Revert changes to the default configset.
...
* clarified these are Java system properties
* trivial dead code change; Boolean.getBoolean returns a primitive
2019-11-28 10:45:58 -05:00
Ishan Chattopadhyaya
212593d362
SOLR-13971: Renamed the velocity template parameter names
2019-11-28 15:46:26 +05:30
Ishan Chattopadhyaya
50e8cea918
SOLR-13971: Removing velocity from _default and disabling custom template support by default
2019-11-28 07:52:43 +05:30
Andrzej Bialecki
47a908a0b9
Fix the list of common handler metrics.
2019-11-27 15:59:53 +01:00
Jonathan Pool
a5ab17db82
Correct inconsistency on plugin support ( #272 )
2019-11-27 08:55:52 +01:00
Dawid Weiss
063c82ebd6
SOLR-13952: reverting Erick's commit (with permission).
2019-11-25 17:56:20 +01:00
Erick Erickson
4b34d726ab
SOLR-13952: Separate out Gradle-specific code from other (mostly test) changes and commit separately
2019-11-24 13:24:40 -05:00
Eric Pugh
537862d5bb
Document how to load your own streaming plugins ( #1025 )
2019-11-22 11:16:57 -08:00
Munendra S N
2740d90dee
SOLR-13912: add support for countvals aggregation in JSON facet module
...
* This aggregation is equivalent to StatsComponent's count
2019-11-22 18:16:20 +05:30
noble
f98555854c
SOLR-13822: Bug fixs and tests for URP loading
2019-11-21 11:25:16 +11:00
Cassandra Targett
b5bf906caf
SOLR-13782: Remove PDF Ref Guide build ( #999 )
...
closes #999
2019-11-19 14:54:30 -07:00
Ishan Chattopadhyaya
0857bb60d3
SOLR-13662, SOLR-13822: Fixing bug with refresh API, un-ignoring the test and new reference guide on Package Management
2019-11-18 04:00:00 +05:30
Munendra S N
0602956a44
SOLR-13911: add support for missing aggregation in JSON facet module
...
* This missing aggregation is equivalent to StatsComponent's missing
2019-11-16 12:12:11 +05:30
Andrzej Bialecki
b4fe911cc8
SOLR-13817: Remove legacy SolrCache implementations.
2019-11-14 21:21:44 +01:00
Chris Hostetter
30e55e2b6e
SOLR-13872: Fixed Backup failures due to race conditions in saving/reserving commit points
2019-11-13 08:58:52 -07:00
noble
8847711212
SOLR-13822: more ref guide
2019-11-12 18:02:40 +11:00
Noble Paul
40661489cd
SOLR-13822: Ref guide and error handling
...
SOLR-13822: Ref guide and error handling for package loader, package store
2019-11-12 16:45:04 +11:00
David Smiley
124d38a597
SOLR-13830: Correct ref guide on [child] response structure.
2019-11-01 11:15:25 -04:00
Munendra S N
bd0091d94e
update documentation for q.op and df
...
* defaultSearchField and defaultOperator are removed from schema.
update the documentation to reflect this change
2019-10-29 10:51:31 +05:30
Tobias Ibounig
ce3857cb27
Add temporal unit to warmupTime param in ref guide ( #975 )
2019-10-25 15:01:16 -05:00
Cassandra Targett
d91152e113
SOLR-13847: Fix docs for Metrics Trigger
2019-10-25 13:56:53 -05:00
Andrzej Bialecki
c1174dc0d6
SOLR-13831: Support defining arbitrary autoscaling simulation scenarios.
2019-10-23 20:48:10 +02:00
epugh
2e6119e8fd
tweak documentation to be clearer about uprefix
2019-10-20 23:50:42 -04:00
Munendra S N
227a624f8a
SOLR-12769: correct documentation for delete op in request params API
2019-10-18 21:13:35 +05:30
Cassandra Targett
621461fd1a
SOLR-12786: Update Ref Guide build tool versions & fix section links for new format requirements
2019-10-16 11:03:17 -05:00
Cassandra Targett
b881a09592
Ref Guide: fix headline case
2019-10-16 10:08:57 -05:00
Cassandra Targett
8dd2ab52b4
Ref Guide: fix headline case, e.g & i.e, random spaces
2019-10-15 09:45:08 -05:00
Cassandra Targett
96cf2d1762
Ref Guide: first pass at 8.3 upgrade notes
2019-10-15 09:02:31 -05:00
Cassandra Targett
3deff52b5f
Ref Guide: Upgrade Notes for 8.2 (neglected to do earlier)
2019-10-15 08:14:12 -05:00
Cassandra Targett
8ad759436b
Ref Guide: Fix errant & empty style block throwing errors
2019-10-14 19:54:49 -05:00
Andrzej Bialecki
430267ecc9
SOLR-13828: Improve ExecutePlanAction error handling.
2019-10-10 23:59:06 +02:00
Jason Gerlowski
083f2b5407
SOLR-13820: Small corrections to Rule-Based Auth docs
2019-10-10 17:04:27 -04:00
Andrzej Bialecki
8c144444fe
SOLR-13376: Multi-node race condition to create/remove nodeLost markers.
2019-10-08 13:41:02 +02:00
Jason Gerlowski
2b04363700
SOLR-13820: Improve RBAP documentation ( #924 )
...
The ref-guide page for Rule-Based Authorization was in need of a refresh. Some mailing-list questions made it clear there were a few areas users were unclear on, including permission resolution, permission syntax and defaults, and pros/cons of editing configuration using the API vs directly in ZooKeeper.
This commit clarifies these points, as well as doing some larger restructuring to (hopefully) make the page make a little more sense as a whole.
2019-10-07 12:33:06 -04:00
Mikhail Khludnev
1cf7368ed8
SOLR-13719: introducing SolrClient.ping(collection)
2019-10-06 23:36:58 +03:00
Ishan Chattopadhyaya
515af6d3ec
SOLR-13661: Reverting all half-baked stuff from SOLR-13707, SOLR-13659, SOLR-13565, SOLR-13650, SOLR-13710, SOLR-13721, SOLR-13637
...
All half baked package management and hot-classloading code reverted to allow for a fresh start.
2019-10-06 18:00:40 +05:30
Andrzej Bialecki
8007ac0cb0
SOLR-8241: Add CaffeineCache, an efficient implementation of SolrCache.
2019-10-03 15:17:08 +02:00
Ahmed Adel
9063cf1b96
Fixing link to Lucene Java Bugs page ( #909 )
2019-10-02 10:29:07 +02:00
Erick Erickson
a1f3d2c29a
SOLR-13771: Add -v and -m to ulimit section of reference guide and bin/solr checks
2019-09-30 17:58:35 -04:00
Cao Manh Dat
7350c50316
SOLR-13798: SSL: Adding Enabling/Disabling client's hostname verification config
2019-09-30 16:29:43 +01:00
Yonik Seeley
ae72f4f542
SOLR-13399: add SPLITSHARD splitByPrefix docs ( #903 )
...
* SOLR-13399: add SPLITSHARD splitByPrefix docs
* SOLR-13727: CHANGES entry for bug
2019-09-27 12:07:42 -04:00
Munendra S N
42e64ffd53
SOLR-13272: add documentation for arbitrary range in JSON facet
2019-09-26 09:50:34 +05:30
Jan Høydahl
dd729549b5
SOLR-13734 JWTAuthPlugin to support multiple issuers ( #860 )
2019-09-19 09:50:20 +02:00
Houston Putman
c7f8487328
SOLR-13773: Prometheus Exporter GC and Heap options ( #887 )
...
* SOLR-13773: Prometheus Exporter GC and Heap options
* Adding info to the ref-guide.
2019-09-18 13:31:53 -07:00
Andrzej Bialecki
30aad175e0
SOLR-13159: Add a warning about DNS resolution in SolrCloud clusters.
2019-09-16 18:50:36 +02:00
Andrzej Bialecki
e04917dc9f
SOLR-9658: Max idle time support for SolrCache implementations.
2019-09-16 16:50:07 +02:00
Michael Gibney
0ce635ec01
SOLR-13714: Correct refguide regarding shardHandlerFactory solrconfig.xml element ( #843 )
2019-09-12 13:18:35 -05:00
Jan Høydahl
4599f6e9ee
SOLR-13713: JWTAuthPlugin to support multiple JWKS endpoints
2019-09-10 13:01:47 +02:00
Erick Erickson
31c661f2db
SOLR-13729: Add the caution that schemaless is not suitable for production to the 'Schemaless Mode' section of the ref guide
2019-09-01 09:57:23 -04:00
Erick Erickson
742218d7ba
Merge branch 'SOLR-13729'
2019-09-01 09:54:45 -04:00
Erick Erickson
0ad1684dfc
SOLR-13729: Add the caution that schemaless is not suitable for production to the 'Schemaless Mode' section of the ref guide
2019-09-01 09:54:19 -04:00
Tomoko Uchida
66d7dffc79
SOLR-13691: Add example field type configurations using name attributes to Ref Guide
2019-09-01 01:32:10 +09:00
Marcus
b37d92bfee
SOLR-13649 change the default behavior of the basic authentication plugin. ( #805 )
...
SOLR-13649: Property 'blockUnknown' of BasicAuthPlugin and JWTAuthPlugin now defaults to 'true'. This change is backward incompatible. To achieve the previous default behavior, explicitly set 'blockUnknown':'false' in security.json
2019-08-29 10:57:50 +05:30
Noble Paul
e23c50b2a8
SOLR-13710: Persist package jars locally & expose them over http
2019-08-27 14:04:42 +10:00
Tomas Fernandez Lobbe
8f4103dd4b
SOLR-13257: Support deterministic replica routing
...
Deterministic replica routing can help improve caching and allow a more consistent paging when sorting by score
This closes #677
2019-08-21 11:31:12 -07:00
Noble Paul
30ce19a13e
SOLR-13650:ref guide typo
2019-08-20 18:36:24 +10:00
noble
37b2a1f9b2
SOLR-13650: ref guide
2019-08-20 12:04:15 +10:00
Mikhail Khludnev
70162d3fb1
adding <SpanPositionRange> into XML Query Parser
2019-08-14 18:19:47 +03:00
Megan Carey
768ca7c5a7
SOLR-13399: Adding splitByPrefix param to IndexSizeTrigger; some splitByPrefix test and code cleanup
2019-08-12 15:59:45 -04:00
Tomoko Uchida
9b986d268f
SOLR-13593: Allow to look up analyzer components by their SPI names in field type configuration.
2019-08-11 16:35:25 +09:00
noble
b9912411ea
SOLR-13682: precommit errors
2019-08-10 17:21:17 +10:00
Noble Paul
e45e8127d5
SOLR-13682: command line option to export documents to a file
...
* SOLR-13682: command line option to export documents to a file
2019-08-10 16:34:23 +10:00
Jason Gerlowski
2eb493d170
SOLR-13622: Rename FilesStream -> CatStream
...
Also fixes an 'cat' OS-dependent bug in StreamExpressionTest.
2019-08-08 08:38:21 -04:00
Shalin Shekhar Mangar
ed137dbe28
SOLR-13674: NodeAddedTrigger does not support configuration of replica type hint.
...
A new replicaType property has been added to NodeAddTrigger so that new replicas of the given type are added when the preferredOp is addreplica. The default value of replicaType is `NRT`.
This closes #821 .
2019-08-08 15:14:55 +05:30
Bruno Roustant
d97912529d
SOLR-11866: QueryElevationComponent match="subset" feature
...
Closes #780
2019-08-05 11:23:47 +02:00
Munendra S N
8566bcd25e
SOLR-13633: fix typos in analytics documentation
2019-07-29 09:28:28 +05:30
Jason Gerlowski
dc8e9afff9
SOLR-13622: Add fileStream stream-source
2019-07-25 09:13:00 -04:00
Munendra S N
eae7a46be9
SOLR-13191: correct the zookeeper link in ref-guide
2019-07-23 21:07:57 +05:30
Gus Heck
c97551cc36
SOLR-13375 - 2 dimensional routed aliases
2019-07-15 09:57:13 -04:00
Christine Poerschke
7eb730f6e0
Fix couple of solr-ref-guide typos.
2019-07-11 10:18:41 +01:00
Andrzej Bialecki
717afb11fc
SOLR-13583: Impossible to delete a collection with the same name as an existing alias.
2019-07-03 15:52:36 +02:00
Tomoko Uchida
9d2f516357
SOLR-13588: Document Estonian analyzer in Solr Ref Guide
2019-07-03 22:02:47 +09:00
David Smiley
325824cd39
SOLR-13158: DIH: Add System property toggle for use of dataConfig param
2019-07-02 23:59:39 -04:00
Munendra S N
0e877aac34
SOLR-12554: Expose IndexWriterConfig's ramPerThreadHardLimitMB
...
* When ramPerThreadHardLimitMB is not specified, then Lucene's
default value 1945 is used. The specified value should be
greater than 0 and less than 2048MB
2019-07-01 22:42:19 +05:30
Jason Gerlowski
d6345439dc
Add missing predefined RBAP perms to ref-guide
2019-06-30 06:36:43 -04:00
Jan Høydahl
b54126169b
SOLR-13569: AdminUI visual indication of prod/test/dev environment
2019-06-26 12:09:02 +02:00
Andrzej Bialecki
4d1058db6e
SOLR-13566: REINDEXCOLLECTION does not work with (basic) authentication.
2019-06-25 16:54:27 +02:00
Christine Poerschke
94ecd3a7f6
Fix op[t]ional typo in json-facet-api.adoc file.
2019-06-25 11:04:30 +01:00
David Smiley
85ec39d931
SOLR-13367: Range queries will now highlight in hl.method=unified mode.
...
Lucene MatchesUtils.disjunction method for disjunction over
BytesRefIterator terms.
2019-06-25 00:10:08 -04:00
Jason Gerlowski
d318a6e3f9
SOLR-13261: Clarify parallel-sql docs to make it clear 'SELECT *' not supported
2019-06-20 22:07:08 -04:00
Mikhail Khludnev
48a1cb0bdc
SOLR-7530: clarifying the doc
2019-06-19 10:45:01 +03:00