From 1a14c67426fcfb8834399722150f1f6cb56264da Mon Sep 17 00:00:00 2001 From: Cassandra Targett Date: Mon, 27 Jan 2020 16:37:43 -0600 Subject: [PATCH] Ref Guide: Remove outdated or invalid links to Solr Wiki; update URL of those that remain --- solr/solr-ref-guide/src/a-quick-overview.adoc | 3 ++- solr/solr-ref-guide/src/de-duplication.adoc | 2 +- solr/solr-ref-guide/src/filter-descriptions.adoc | 2 -- solr/solr-ref-guide/src/how-to-contribute.adoc | 2 +- .../src/implicit-requesthandlers.adoc | 6 ++---- solr/solr-ref-guide/src/index-replication.adoc | 3 +-- .../src/indexconfig-in-solrconfig.adoc | 12 ++++++------ .../src/introduction-to-solr-indexing.adoc | 2 -- solr/solr-ref-guide/src/jvm-settings.adoc | 2 +- solr/solr-ref-guide/src/language-analysis.adoc | 12 ++++++------ solr/solr-ref-guide/src/learning-to-rank.adoc | 4 ++-- .../src/major-changes-in-solr-8.adoc | 14 +++++++------- solr/solr-ref-guide/src/other-parsers.adoc | 2 +- .../src/overview-of-the-solr-admin-ui.adoc | 2 +- solr/solr-ref-guide/src/response-writers.adoc | 2 +- .../src/solr-system-requirements.adoc | 2 +- solr/solr-ref-guide/src/solr-upgrade-notes.adoc | 2 +- .../solrcloud-with-legacy-configuration-files.adoc | 5 ++++- solr/solr-ref-guide/src/spatial-search.adoc | 4 ++-- .../src/taking-solr-to-production.adoc | 2 +- .../src/the-term-vector-component.adoc | 2 +- solr/solr-ref-guide/src/tokenizers.adoc | 2 -- .../src/update-request-processors.adoc | 2 +- ...ding-data-with-solr-cell-using-apache-tika.adoc | 2 +- ...ta-store-data-with-the-data-import-handler.adoc | 4 +++- .../src/velocity-response-writer.adoc | 3 +-- solr/solr-ref-guide/src/working-with-dates.adoc | 2 +- 27 files changed, 49 insertions(+), 53 deletions(-) diff --git a/solr/solr-ref-guide/src/a-quick-overview.adoc b/solr/solr-ref-guide/src/a-quick-overview.adoc index b1f66b0f011..89cc192dcfb 100644 --- a/solr/solr-ref-guide/src/a-quick-overview.adoc +++ b/solr/solr-ref-guide/src/a-quick-overview.adoc @@ -41,4 +41,5 @@ A relatively common scenario is that you have so much data, or so many queries, For example: "Sharding" is a scaling technique in which a collection is split into multiple logical pieces called "shards" in order to scale up the number of documents in a collection beyond what could physically fit on a single server. Incoming queries are distributed to every shard in the collection, which respond with merged results. Another technique available is to increase the "Replication Factor" of your collection, which allows you to add servers with additional copies of your collection to handle higher concurrent query load by spreading the requests around to multiple machines. Sharding and replication are not mutually exclusive, and together make Solr an extremely powerful and scalable platform. -Best of all, this talk about high-volume applications is not just hypothetical: some of the famous Internet sites that use Solr today are Macy's, EBay, and Zappo's. For more examples, take a look at https://wiki.apache.org/solr/PublicServers. +Best of all, this talk about high-volume applications is not just hypothetical: some of the famous Internet sites that use Solr today are Macy's, EBay, and Zappo's. +For more examples, take a look at https://cwiki.apache.org/confluence/display/solr/PublicServers. diff --git a/solr/solr-ref-guide/src/de-duplication.adoc b/solr/solr-ref-guide/src/de-duplication.adoc index 9efb57558d6..a7b30f3e4e1 100644 --- a/solr/solr-ref-guide/src/de-duplication.adoc +++ b/solr/solr-ref-guide/src/de-duplication.adoc @@ -22,7 +22,7 @@ Preventing duplicate or near duplicate documents from entering an index or taggi * MD5Signature: 128-bit hash used for exact duplicate detection. * Lookup3Signature: 64-bit hash used for exact duplicate detection. This is much faster than MD5 and smaller to index. -* http://wiki.apache.org/solr/TextProfileSignature[TextProfileSignature]: Fuzzy hashing implementation from Apache Nutch for near duplicate detection. It's tunable but works best on longer text. +* https://cwiki.apache.org/confluence/display/solr/TextProfileSignature[TextProfileSignature]: Fuzzy hashing implementation from Apache Nutch for near duplicate detection. It's tunable but works best on longer text. Other, more sophisticated algorithms for fuzzy/near hashing can be added later. diff --git a/solr/solr-ref-guide/src/filter-descriptions.adoc b/solr/solr-ref-guide/src/filter-descriptions.adoc index 1ddfd531aa2..daa1f85dfe1 100644 --- a/solr/solr-ref-guide/src/filter-descriptions.adoc +++ b/solr/solr-ref-guide/src/filter-descriptions.adoc @@ -86,8 +86,6 @@ Arguments may be passed to tokenizer factories to modify their behavior by setti The following sections describe the filter factories that are included in this release of Solr. -For user tips about Solr's filters, see http://wiki.apache.org/solr/AnalyzersTokenizersTokenFilters. - == ASCII Folding Filter This filter converts alphabetic, numeric, and symbolic Unicode characters which are not in the Basic Latin Unicode block (the first 127 ASCII characters) to their ASCII equivalents, if one exists. This filter converts characters from the following Unicode blocks: diff --git a/solr/solr-ref-guide/src/how-to-contribute.adoc b/solr/solr-ref-guide/src/how-to-contribute.adoc index 2d27bc9ac9f..eea1346ccfe 100644 --- a/solr/solr-ref-guide/src/how-to-contribute.adoc +++ b/solr/solr-ref-guide/src/how-to-contribute.adoc @@ -24,7 +24,7 @@ The Guide is written in simple AsciiDoc-formatted files, and the source lives in The following sections give an overview of how to work with AsciiDoc-format files, how our documentation is generated, and how to do a Ref Guide release. -Once you have a patch you'd like to contribute, you can submit it with a JIRA issue, the same as any other patch. See also the Solr wiki section on https://wiki.apache.org/solr/HowToContribute[How To Contribute] for information on submitting patches. +Once you have a patch you'd like to contribute, you can submit it with a JIRA issue, the same as any other patch. See also the Solr wiki section on https://cwiki.apache.org/confluence/display/solr/HowToContribute[How To Contribute] for information on submitting patches. == Working with AsciiDoc Files include::meta-docs/asciidoc-syntax.adoc[leveloffset=+2] diff --git a/solr/solr-ref-guide/src/implicit-requesthandlers.adoc b/solr/solr-ref-guide/src/implicit-requesthandlers.adoc index 9174b10bed6..0703c4d98d4 100644 --- a/solr/solr-ref-guide/src/implicit-requesthandlers.adoc +++ b/solr/solr-ref-guide/src/implicit-requesthandlers.adoc @@ -49,7 +49,7 @@ v2: `api/node/logging` |{solr-javadocs}/solr-core/org/apache/solr/handler/admin/ Luke:: Expose the internal Lucene index. This handler must have a collection name in the path to the endpoint. + -*Documentation*: http://wiki.apache.org/solr/LukeRequestHandler +*Documentation*: https://cwiki.apache.org/confluence/display/solr/LukeRequestHandler + [cols="3*.",frame=none,grid=cols,options="header"] |=== @@ -106,8 +106,6 @@ Segments:: Return info on last commit generation Lucene index segments. System Settings:: Return server statistics and settings. + -*Documentation*: https://wiki.apache.org/solr/SystemInformationRequestHandlers#SystemInfoHandler -+ [cols="3*.",frame=none,grid=cols,options="header"] |=== |API Endpoints |Class & Javadocs |Paramset @@ -145,7 +143,7 @@ This endpoint can also take the collection or core name in the path (`solr/ + THIS CAN ACTUALLY SLOW DOWN REPLICATION IN A LAN --> internal