On Wed, Mar 13, 2013 at 2:32 PM, Dave Watts <[email protected]> wrote:
> Well, hold on a second here. There are two common approaches I see > with Solr and CF apps. Either you're specifically triggering indexing > when you create content, which over time causes performance > degradation in Solr, or you have a scheduled reindexing process which > reindexes everything. In the latter case, you're unnecessarily > reindexing things that haven't changed, because it's cheaper than > tracking what has changed and only reindexing that. And if you do > spend the time to track what has changed, that's implementation time > and effort spent. > I haven't seen this in index updates. I know Verity needed periodic optimize calls on the collection. You can also do DIH indexing which can be configured to update things based on a SQL query and a time stamp, which would *not* mean unnecessary indexing. DIH is definitely not trivial though. > > > That's all correct. But there are some perhaps non-obvious logistical > issues. For example, If you're indexing file content from multiple > systems, how do you get that file content to Solr? > Afaik, the index on server 1 retrieves the textual content and passes that to the central server. My confidence is not high on this. How does GSA handle this? Does it suck down the binary of your files to index it on the machine itself? > > > To be clear - I'm not arguing GSA isn't worth it - just not agreeing with > > Solr being that difficult to use. :) > > > But honestly, that's not why I think people should use GSA. They > should use it because it works better. It provides better relevance. > It runs faster. It has quite a bit of additional functionality. I've > worked with quite a few people who migrated from Solr to GSA, and they > could chew your ear off telling you about the GSA's advantages. > Fair enough. Just wanted to put out there my own experiences w/ setting up Solr. ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~| 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:354981 Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm Unsubscribe: http://www.houseoffusion.com/groups/cf-talk/unsubscribe.cfm

