On Wed, Mar 13, 2013 at 1:58 PM, Dave Watts <[email protected]> wrote:
> > Yes, I am! Beyond rack-mounting the GSA and initial configuration, if > you simply have web content all you have to do is give the GSA your > home page URL, and ... that's it. You don't have to define index > repositories (which is what a Solr collection is), you don't have to > But this isn't necessarily a bad thing. If you want separate search indexes (perhaps one for blog entries versus one for content) then you would want/need to do this. I assume GSA would also allow for this, but would also require configuration. > explicitly index items or schedule a time for them to be indexed - and > those two items are where a lot of the complexity often ends up. > Really? Assuming you have a CFC handling your persistence, it is one line in the save method, one line in delete. I just went through this with my own blog. Ok, that may be more work than nothing, but... seriously - it was < 5 minutes configuration to the code. > The GSA will index your content all by itself. It will optimize the > crawl schedule for that content, meaning that it won't unnecessarily > reindex things that haven't changed.* You don't have to optimize or > Neither will Solr.;) > purge collections. And of course, in an enterprise environment, you > may have multiple CF servers and applications, and you want to provide > a single search experience across all of them. Do you set up a > separate Solr server, or does each CF server have its own Solr > instance? How do you manage content acquisition in that environment? > You can specify a separate Solr server in the CF Admin, and as far as I know, the cfindex/cfsearch code doesn't change at all. (To be clear though, I haven't tested this.) So if your system did move from 1 to N, it should be relative simply to also switch to one central Solr server too. To be clear - I'm not arguing GSA isn't worth it - just not agreeing with Solr being that difficult to use. :) > > -- =========================================================================== Raymond Camden, Adobe Developer Evangelist Email : [email protected] Blog : www.raymondcamden.com Twitter: cfjedimaster ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~| 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:354979 Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm Unsubscribe: http://www.houseoffusion.com/groups/cf-talk/unsubscribe.cfm

