p.s. I started blogging about how I accessed solr directly in CF here: http://fusion.dominicwatson.co.uk/2010/12/apache-solr-or-departing-from-confines.html <http://fusion.dominicwatson.co.uk/2010/12/apache-solr-or-departing-from-confines.html> and http://fusion.dominicwatson.co.uk/2010/12/apache-solr-part-ii-installing-solr.html
<http://fusion.dominicwatson.co.uk/2010/12/apache-solr-part-ii-installing-solr.html>I've not got around to finishing it off though so no code samples yet. I think that there would need to be more than just a custom cfsearch tag. What Solr offers is quite a departure from the cfcollection, cfindex and cfsearch paradigm. I started a github project, creatively named cfsolr, and did some preliminary work - needless to say, time has got the better of me. I might get back on that tonight ;) Dominic On 17 January 2011 10:30, Russ Michaels <[email protected]> wrote: > > Seems a custom cfsearch tag might be useful here if Adobe have not > implemented it very well. > > Russ > > -----Original Message----- > From: Dominic Watson [mailto:[email protected]] > Sent: 17 January 2011 09:08 > To: cf-talk > Subject: Re: CFSearch and SOLR > > > I tried and ended up doing it directly. As far as I could see it was not > possible. > > Using Solr directly wasn't too much bother and the benefits were more than > worth it. > > On 16 January 2011 23:25, Dan Baughman <[email protected]> wrote: > > > > > Hi List, > > > > Has anyone setup any of the complex Facet stuff that Solr supports > > through ColdFusion using CFSEARCH? > > > > It seems to me that you would have to interact with the SOLR server > > directly via CFHTTP to get any of the decent features out of Solr. > > > > Specificaly, I want to specific some facet parameters to get facet > > counts for a faceted search. My undestanding is that to do this you > > have to throw some additional arguments into the URL arguments to > > Solr's web service, not just passed them in as Criteria (which would > > work if CFSEARCH didn't URL encode your criteria for you. > > > > Does anyone know how to update these arguments per search, or tell > > CFSEARCH not to urlencode the criteria? > > > > Thanks, > > Dan > > > > > > > > > > ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~| 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:340922 Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm Unsubscribe: http://www.houseoffusion.com/groups/cf-talk/unsubscribe.cfm

