Hi, I'm having an issue in a port from CF8 to CF9.

We created our own simple lucene indexing stuff on CF8, and are simply trying 
to get it to work on CF9.

Right now I'm having problems with this line, which works fine under CF8:

luceneQuery = queryParser.parse(keyword, "body", analyzer);

It is returning error "The parse method was not found. Either there are no 
methods with the specified method name and argument types or the parse method 
is overloaded with argument types that ColdFusion cannot decipher reliably. 
ColdFusion found 0 methods that match the provided arguments. If this is a Java 
object and you verified that the method exists, use the javacast function to 
reduce ambiguity. "

If I do a CFDUMP on queryParser, there indeed is a parse() function listed.

Does anyone have any idea why CF9 is throwing the error above, and what we can 
do to fix it?  I'd rather not mess around with Solr for now -- just want to get 
our existing stuff working.

Thanks 

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~|
Order the Adobe Coldfusion Anthology now!
http://www.amazon.com/Adobe-Coldfusion-Anthology/dp/1430272155/?tag=houseoffusion
Archive: 
http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:344478
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/groups/cf-talk/unsubscribe.cfm

Reply via email to