Adding dynamic charts in spreadsheets using ColdFusion 9
Using spreadsheets is a new feature in ColdFusion 9. Do you know how to add dynamic charts in the spreadsheets?The following code shows how to do it:<cfchart format="png"...
View ArticleInstalling ColdFusion 9
If you want to install ColdFusion silently, follow these steps:coldfusioninstaller.exe -i silent -f <property file>The silent property file example is as...
View ArticleSearching for synonyms..
Solr supports searching synonym words. This means that if you have word called "computer" in your index, you can search using its synonyms like CPU, PC etc. To achieve this you will need to do the...
View ArticleTuning ColdFusion Solr: Part 1
In ColdFusion administrator, under "Solr Server", click on "Show Advanced Settings" and you will see a text box labled "Solr Buffer Limit". This is set to 40. This means when indexing documents,...
View ArticleTuning ColdFusion Solr: Part 2
Don't forget to tune Solr Server for increased performance. First thing to do is to increase the Xmx value for Solr Server. To do so:1) In windows - * Shutdown Solr service * Open solr.lax under Solr...
View ArticleDynamic Power Point presentation using ColdFusion
The below code snippets will show you how you can generate a dynamic power point using ColdFusion 9.This is the start of the code:<cfpresentation format="ppt" destination="f:\test\a.ppt" title=""...
View ArticleColdFusion Updater 9.0.1 and Solr
There are lot enhancements done in ColdFusion wrt Solr in 9.0.1. There are few issues but: If you are running into this exception ""java.lang.NoClassDefFoundError: org/ccil/cowan/tagsoup/Parser" while...
View ArticleColdFusion SpreadSheet enhancement in 9.0.1
ColdFusion 9.0.1 also adds few enhancements for interacting with spreadsheets. There is significant performance improvement over formatting large number of rows and columns. Also added was a neat...
View Article