Hi there,
Does anyone have any idea on how cfindex type="file" attribute custommap
should be written?
I've tried the following but gets error *
java.lang.NullPointerException
*
<cfset args = {
action: "UPDATE",
collection: "search-docs",
key: "filepath",
type: "file",
title: "name",
query: "qDocIndexTable",
body: "name,filename",
urlpath: "urlpath",
custommap: {
filename: "filename",
fileid: "fileid"
}
}>
<cfindex attributecollection="#args#">
originally in acf it was
<cfindex action="UPDATE" collection="search-docs" key="filepath"
type="file" title="name" query="qDocIndexTable" body="name,filename"
urlpath="urlpath" custom1="filename" custom2="fileid">
Thanks for any help given.
--
online documentation: http://openbd.org/manual/
http://groups.google.com/group/openbd?hl=en