Status/Resolution/Reason: Closed/Fixed/
Reporter/Name(from Bugbase): Aaron Neff / Aaron Neff (Aaron Neff)
Created: 08/29/2016
Components: Text Search, Solr
Versions: 11.0
Failure Type:
Found In Build/Fixed In Build: CF2016_Update2 /
Priority/Frequency: Major / Some users will encounter
Locale/System: English / Win All
Vote Count: 0
cfsearch type is case-sensitive
Doc description for cfsearch's type attribute is:
-----------
Specifies the parser that the engine uses to process the criteria.
Standard
DisMax
-----------
Actual result:
These throw null pointer:
cfsearch(type="Standard", ..
cfsearch(type="DisMax", ..
These work:
cfsearch(type="standard", ..
cfsearch(type="dismax", ..
Expected result: All the above should work, b/c the value for the type attribute should not be case-sensitive.
P.S. Please make dismax the default. Solr's own Wiki says standard is "pretty stupid". See: https://wiki.apache.org/solr/DisMax
----------------------------- Additional Watson Details -----------------------------
Watson Bug ID: 4185061
External Customer Info:
External Company:
External Customer Name: Aaron Neff
External Customer Email:
Attachments:
Comments: