tracker issue : CF-3225111

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

Solr: CFSEARCH errors if TYPE attribute is used

| View in Tracker

Status/Resolution/Reason: Closed/Withdrawn/

Reporter/Name(from Bugbase): Jack Drysdale Jr / Jack Drysdale Jr (Jack Drysdale Jr)

Created: 06/27/2012

Components: Text Search, Solr

Versions: 9.0.1

Failure Type: Non Functioning

Found In Build/Fixed In Build: 9.0.1 /

Priority/Frequency: Critical / All users will encounter

Locale/System: English / Windows 7

Vote Count: 1

In a SOLR collection, using the TYPE attribute in CFSEARCH tag produces error "error executing query:unknown_handler_{type}"  (ie, if type="explicit", result is "unknown_handler_explicit", etc.)  Only started after 9.0.1 upgrade.

Steps to Reproduce: <cfsearch name="mySearch" collection="thisCollection" criteria="cat" language="English" type="explicit">

Actual Result:  error executing query:unknown_handler_explicit - aborts

Expected Result:  List of PDF documents that contain the word "cat".

Any Workarounds:  None that I am aware of.

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

Watson Bug ID:	3225111

External Customer Info:
External Company:  
External Customer Name: WolfShade
External Customer Email:  
External Test Config: CF Server 9.0.1 - Windows 7 Pro - Alienware Area 51 - 12 Gig RAM - Intel Core i7 CPU (2.8GHz)

Attachments:

Comments:

I have the same issue. I don't understand why it's say unverified when you can just add type to any search and you get this error: There was a problem while attempting to perform a search. Error executing query : unknown_handler_internet
Comment by External U.
18847 | August 03, 2012 09:19:42 AM GMT
It definitely impacts the functionality of our application and it's hard to convince customers to buy when an enterprise product has basic bugs not fixed in months.
Vote by External U.
18849 | August 03, 2012 09:22:56 AM GMT
Hi mikiM, Solr do not support type=explicit. It is only supported in Verity. Solr only suooprts 2 types namely standard(default) and dismax
Comment by Kunal S.
18848 | August 08, 2012 04:13:04 AM GMT