tracker issue : CF-4185359

select a category, or use search below
(searches all categories and all time range)
Title:

[ANeff] Doc Bug for: Term Highlighting doc issues

| View in Tracker

Status/Resolution/Reason: Closed/Fixed/

Reporter/Name(from Bugbase): Aaron Neff / Aaron Neff (Aaron Neff)

Created: 08/30/2016

Components: Documentation, General

Versions: 2016

Failure Type: Unspecified

Found In Build/Fixed In Build: CF2016_Update2 /

Priority/Frequency: Trivial / Some users will encounter

Locale/System: English / Win All

Vote Count: 0

Term Highlighting doc issues

URL: https://helpx.adobe.com/coldfusion/developing-applications/accessing-and-using-data/solr-search-support/term-highlighting.html

Issues:

1) The file locations/explanations are flipped. This:
<Collection Directory>/conf: Modify files in this location to apply the changes to all future Solr collections.
<Solr Home>/multicore/template/conf: Modify files in this location to apply the changes only to a particular collection.

should be:

<Solr Home>/multicore/template/conf: Modify files in this location to apply the changes to all future Solr collections.
<Collection Directory>/conf: Modify files in this location to apply the changes only to a particular collection.

2) "dismax" is not mentioned. Step 2 only mentions "standard" requestHandler. Step 2 should also mention "dismax" requestHandler. Also, Step 2 is too verbose.

Suggested wording for Step 2:
-----------
Replace the following section in the solrconfig.xml, in the <requestHandler name="standard" and <requestHandler name="dismax" sections.

<str name="hl.fl">summary title</str>

with

str name="hl.fl">contents title</str>
-----------

3) (minor) The "Stop ColdFusion 11 Add-on service" (btw, "service" should be "services") should probably be just "Stop ColdFusion Add-on services" (just omit the version, unless you plan to update the doc every time there is a new CF version.. in that case, it should be "Stop ColdFusion 2016 Add-on services")

----------------------------- Additional Watson Details -----------------------------

Watson Bug ID:	4185359

External Customer Info:
External Company:  
External Customer Name: Aaron Neff
External Customer Email:

Attachments:

Comments:

looks good.
Comment by Piyush K.
1922 | September 16, 2016 12:15:27 PM GMT