do custom1, custom2, custom3, custom4 attribute of <cfsearch> work with Solr? The documentation said they're only for Verity <MATCHES> operator. How to use customX with Solr in <cfsearch>?
Thanks
One of the requirements of my project is to log who (which Staff) updated what (from what version to what version). UI needs to show who updated entity X at what time and what are updated.
What is the cleanest way to implement this?
For discussion purpose, imagine... Account has a Contact, and I need to store who update the contact, when, and…
Is it possible to make agile work for platform development? Picture a set of dev pods each responsible for a unique functional area of a platform. Now picture 2-4 app dev teams that use the platform to build software apps to the public. How do you make agile work in this scenario?
I am trying to do webservice (I am quite new in Webservice under java). I am using netbeans.
Axis2 is having problem trying to locate the the xml configuration file for mybatis
Anyone can tell me how to successfully deploy mybatis configuration. Should I manually copy the configuration under…
We forked an editor for upcoming release of our CMS.
See: http://tinyurl.com/ylbtns2
The editor uses the css of the current template and loads an additional
fix.css (inside the iframe) to override some rules:
* {
background-image: none !important;
min-height: 0px !important;
}
…
Hi, this is my first Stackoverflow question, im learning VB and having a few problems with getting a list of all folders/directories on the system, im using the code included here and it seems to work until it hits the recycle bin folder, and some other system folders
Sub main()
Dim…
This app I'm working on needs to store some meta data fields about an entity. The problem is that we can already foresee that these fields are going to change a lot in the future. I'm using Hibernate (in ColdFusion) and each entity's properties are translated to one column in the entity…
I want to make an app that has buttons that when pressed, plays a sound. How would I add the sounds, and then use the Line thing in IB to connect them to a button?
Does anyone know of any generic jdbc driver to use with eclipse crystal reports because I cant find any that work out. It works 100% in visual studio i.e ms access and crystal reports.
How do VoIP services, such as Skype and Yahoo, connect to landlines?
We have a server connected to a landline using asterisk, so I'm thinking this server will bridge our VoIP conversation and connect it to a landline.
But if this is the case, wouldn't Skype need a lot of servers placed…
(At first glance this may look like a duplicate of http://stackoverflow.com/questions/421275 or http://stackoverflow.com/questions/414336, but my actual question is a bit different)
Alright, this one's had me stumped for a few hours. My example here is ridiculously abstracted, so I doubt…
I am new to JNI. And have a few questions :
Can JNI handle every type dll exists in windows? I wanted to link a library but it gives me error. Is it possible JNI and the dll are not compatible?
Excerpt from VB .NET (It works)
Private Declare Function ConnectReader Lib "rfidhid.dll" ()…
I am using FileSystemWatcher to monitor a folder, and it seems to be preventing the folder's parent from being deleted.
For example, I have the file structure:
C:\Root\FolderToWatch\...
with the FileSystemWatcher targeting FolderToWatch. While my program is running, if I go to…
OpenConnect();
OleDbDataAdapter olda = new OleDbDataAdapter("Select * from RECORD where LIC_PLATE='GE 320'", con);
DataSet dataset = new DataSet();
olda.Fill(dataset);
cr1.SetDataSource(dataset.Tables[0]);
…
I am trying to do an app, to where when it launches, it will detect audio, and then play it back automatically. NO BUTTONS, nothing to press. Just a picture of something then, it listens for audio, then plays it back. Similar to the Talking Carl app in the App…
Although iPhone support JSON natively, and easy to consume RESTful services, AMF is a binary protocol and it supposes to use much less bandwidth. Do you think using AMF + Flash remoting is a good idea?
Just found this AMF library in cocoa (Objective-C):…
The application layer (ColdFusion) needs to insert multiple rows onto SQL Server 2005.
I was thinking of using loop in app layer to construct multiple input statements and send to SQL Server over JDBC in a single connection.
My colleague however…
If I am walking through an IEnumerable<T>, is there any way to get a new IEnumerable<T> representing the remaining items after the current one.
For example, I would like to write an extension method IEnumerator<T>.Remaining():
…
About 6 months ago I switched from TextMate to MacVim for all of my development work, which primarily consists of coding in Ruby, Ruby on Rails and JavaScript.
With TextMate, whenever I needed to run a spec or a test, I could just command+R on…
I am trying to come up with the most efficient database as possible. My bus routes all have about 10 stops. The bus starts at number one until it reaches the 10th stop, then it comes back again. This cycle happens 3 times a day.
I am really…