On Sun, Nov 23, 2008 at 02:57:28PM +1100, Ian Holsman wrote:
> I can see the case for this would be a news-article and several people
> writing queries to get alerted if it matched a certain condition.
I haven't tried this, but if you have lots of queries and few documents
then consider using luc
On Mon, Dec 04, 2006 at 02:43:13AM -0800, Aaron Shaw wrote:
> field = CreateObject("java", "org.apache.lucene.document.Field");
>
> I'm assuming the next line needs to be the equivalent of this:
>
> Field field = new Field("url","http://localhost:8500/cfdocs/dochome.htm";,
>
> however I'm not s