KeywordTokenizerFactory splits the string for the exclamation mark
Hi All I have a following field settings in solr schema <field name="<b>Exact_Word" omitPositions="true" termVectors="false" omitTermFreqAndPositions="true" compressed="true" type="string_ci"...
View ArticleColdfusion extensions for debugging
Hi, I am new to coldfusion and looking for a way to debug. As far as I know there are free coldfusion extensions that used to do the trick. However I am not sure if they are currently available (I have...
View ArticleChange code tab width preference
I am using CF Builder 3, and for the life of me I can't find how to change the tab width in the code formatter. It is defaulted to 4 spaces wide, but I prefer 2 spaces. And I use tabs, not spaces, for...
View ArticleProcessing on CF 9.0.0
I wrote a process in Coldfusion treating more than 2000 Excel lines- conversion to Access DB (using cfspeadsheet)- deleting bad lines (cfloop)- deleting again bad lines against an other DB (cfloop)-...
View ArticleIdeal Apache version for ColdFusion10
Hi, I am going rebuild the fresh high performance server. OS: Solaris 10 (64 Bit ) Can you suggest, which version of Apache is ideal for Coldfusion10 installation. Thanks,Paul.
View ArticleAdding times together
I have table with a column that holds elapsed times in an hh:mm format. I'd like to add these times together to get a total, but I can't add something with a :, and dateadd() isn't a fan either. Any...
View ArticleColdFusion Builder 3 Express - Debug support
Hi,I have coldfusion 10 and wanted to know if I get ColdFusion Builder 3 trial version. After 60 days, it will get converted to express edition, I wanted to know if debugging will work with express...
View ArticleCF 9 admin page reults in 404 after installation
Hi, I am installing Cold Fusion 9 on a 32 Bit, Windows 2008 with IIS 7. After the installation, when the Administrator page is to appear, receiving a 404 message. I have added ISAPI Extensions and...
View ArticleUTF-8 utility to FTP Server (CFBuilder 2)
I have been working with CFBuilder 2 some time ago and i use to write my projects in FTP Server. Unfortunately, i have problems with german characters (umlaut) are transformed to (????) when i see...
View ArticleSolr and PDFs
Has anyone been able to successfully index PDF documents with Solr in CF10?
View ArticleHow do I get flex remoting to work with Coldfusion 11
Hi, Coldfusion 11 (Developer)Flex 3Existing Flash Application works with Coldfusion 8Flex Integration is turned on. Running latest update CentOS 6.1 with latest updates I have done the following:...
View ArticleWe are having some issues with the Server Lockdown guide for Coldfusion 9. It...
In the block/CFIDE requests section of the Server Lockdown guide for Coldfusion 9, when we edit the applicationHost.config file to block Coldfusion URL sequences, Coldfusion brings up an error HTTP...
View Articlecf9 cfselect bind
I have multiple dropdown lists on a form that are interdependent on each other. So, I'm using cfselects with binding based on selection of the previous drop down. Here's the scenario:Each 'sales...
View ArticleGC overhead limit exceeded
Hi All,org.apache.poi java library helps to create an excel files as:<cfset setFile = createObject("java","java.io.FileOutputStream") /> <cfset xlsFile = setFile.init(filepath) />...
View ArticleWhy don't my jQuery scripts execute in my templates?
Hi,I am trying to use JQuery in my cfm code for an input form.JQuery Code:CFQuery:Input Object code:The object is to generate a pseudo SSN based on the last digit used stored in a database table row if...
View ArticleCF11 CFIDE Debug missing images?
I noticed that when I'm debugging that I get errors on missing images. I did a Google search on "coldfusion cfide missing enddoc.gif parentdoc.gif" and found a web site that had them. (I don't think...
View ArticleCFBuilder 3 syntax coloring is not working for nested tags, why did I miss?
In the example below, the <cfclient> tags are red, but not for the <cfinclude> tag.<cfclient> <!--- All cfclient code to creat dynamic HTML and interface with data access CFC...
View Articletabs - ui
<!doctype html><html><head><link rel="stylesheet" type="text/css" href="style.css"></link><script type="text/javascript"...
View ArticleWhy use ColdFusion
Dear allWhy Have developer is using ColdFusion?It is extremely outdated, not much company is using it in the worldThanks
View ArticleElapsed time in business days?
Greetings I am trying to get query results that would show elapsed time in business days. I have been so far unsuccessful in getting the elapsed days at all. An appraiser's clock starts ticking when an...
View Article