I went to the Web Administrator > Services > Search.
I manually create a collection with:
- name "articoli"
- path (a fake one, e.g. /tmp)
- Italian language
Then in my indexer template:
<cfquery name="qry">
SELECT * FROM articoli
</cfquery>
<cfindex action="update"
collection="articoli"
key="artid"
type="custom"
title="artcod"
query="qry"
body="artdes" />
Result: collection articoli is undefined
Any ideas? Other ways for indexing with RAILO+Lucene?
EDIT:
I am using Railo 3.3 (old version). Is this kind of indexing available?