Sorry, hit send too soon....

The output gives:
id: jboss.org/index.html, title: jboss home, author: someone-at-jboss, rating: 9.5, 
dateAdded: Tue Jul 29 10:48:03 BST 2003
summary: JBoss :: Professional Open Source @import 
url("themes/impact/style/style.css"); JBoss 3.0  Bundled Partner Software
JBoss 2.4  Complete List  FAQ General Documentation User Development Training Consu
id: jboss.org/index.html, title: jboss home, author: someone-at-jboss, rating: 9.5, 
dateAdded: Tue Jul 29 10:33:47 BST 2003
summary: JBoss :: Professional Open Source @import 
url("themes/impact/style/style.css"); JBoss 3.0  Bundled Partner Software
JBoss 2.4  Complete List  FAQ General Documentation User Development Training Consu

so it seems that:
while(results.moveNext())

iterates twice, or am I missing something?

Dan

-----Original Message-----
From: Dan Hanley 
Sent: 29 July 2003 10:52
To: Lucene Users List
Subject: RE: Lucene MBean service for JBoss


Hi Andy
This looks like a very useful MBean (quite a bit more developed than the one I was 
working on). 

One quick query on the quickstart example though, when I run it I get the output twice:


-----Original Message-----
From: Andy Scholz [mailto:[EMAIL PROTECTED]
Sent: 20 July 2003 23:29
To: [EMAIL PROTECTED]
Subject: Lucene MBean service for JBoss


Hi All,

For those that may be interested, I have written a full text indexing 
service for the JBoss application server that uses Lucene as its engine. It 
allows lucene to be used as a service rather than a standalone app with 
thread pooling, access synchronization, management etc. Index and search 
interfaces are accessable via JNDI and remotely via session EJB's.

Additionally I have provided content filters for common formats like HTML, 
MSWord, MSExcel, xml etc (with some help from other projects). A simple 
interface also allows you to write your own filters for different formats.

It is available under an LGPL license and source code, binaries and info 
are avaialble here:
http://ejindex.sourceforge.net

I'd love to get some feedback, so if your iterested, please let me know 
your comments or suggestions;)

regards,
Andy Scholz


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to