Hi Alan, thanks for the reply. I'm not using script java just because the imports didn't work. I posted about this issue a few weeks ago.
I'm using lucene since I'm using it a lot for machine learning creating a word vector depending on the text language. The code is not reallt slow as I'm caching the classifiers and lucene objects aswell. What do you mean that we have lucene? Do we have a function to select the analyzer and return a stemmed array of tokens? thanks On 26 mar, 13:53, Alan Williamson <[email protected]> wrote: > David, first of all, why you are trying to use Lucene inside OpenBD ... > we already have that. > > Secondly, you are probably quicker to use <cfscript language="java"> and > write Java straight inline. > > http://openbd.org/manual/?/cfscript_java > > No fuss, no hassle. > > What you are trying to do is to munge java into cfobject, which to be > frank was never a clean way (or efficient) of integrating java into > CFML. That was another of those areas that felt like an afterthought in > terms of language design. > > On 26/03/2012 07:50, David G Ortega wrote: > > > > > > > > > Ok Matthew, > > > I'm trying to use Lucene inside coldfusion. -- online documentation: http://openbd.org/manual/ google+ hints/tips: https://plus.google.com/115990347459711259462 http://groups.google.com/group/openbd?hl=en
