Re: Has anyone tried to implement a counter?

2003-12-12 Thread Erik Hatcher
again, how 'bout some code?! :) On Friday, December 12, 2003, at 10:13 AM, Shannon March wrote: Hi, thanks for replying. For example I run a search, and when I use the length() method in the hits object to display the total number of hits/results I get a result of 52. However when I

RE: Has anyone tried to implement a counter?

2003-12-12 Thread Shannon March
I found my problem, it was caused by the display logic in my display jsp. Thanks for all your replies though. Shannon -Original Message- From: Erik Hatcher [mailto:[EMAIL PROTECTED] Sent: Friday, December 12, 2003 12:36 PM To: Lucene Users List Subject: Re: Has anyone tried to

RE: Chinese input.

2003-12-12 Thread Scott Smith
I'd go look at weblucene (http://www.chedong.com/tech/weblucene.html) -Original Message- From: Tun Lin [mailto:[EMAIL PROTECTED] Sent: Friday, December 12, 2003 2:25 AM To: Lucene user list Subject: Chinese input. Hi, Has anyone tried Chinese input text on Lucene for searching? Hope

Re: How to get list of unique field values for a subset of documents

2003-12-12 Thread Dror Matalon
Some details about number of documents, size of documents, hardware used and what you consider fast would help answering, but my gut feeling is that this problem would work faster on a database than using full text search. On Fri, Dec 12, 2003 at 09:45:53AM -0400, Karl Penney wrote: I'm looking

Lucene Art

2003-12-12 Thread Scott Smith
I'm not having a problem. The question is whether I picked a reasonable set of parameters for what I'm doing. I have an application which receives messages. Each message averages around 4k bytes and I get, on average, 0-10 every minute. So my application simply wakes up once each minute, opens

Re: Lucene Art

2003-12-12 Thread Doug Cutting
Your setup sounds good to me. Scott Smith wrote: I'm not having a problem. The question is whether I picked a reasonable set of parameters for what I'm doing. I have an application which receives messages. Each message averages around 4k bytes and I get, on average, 0-10 every minute. So my

Re: textmining: document title

2003-12-12 Thread Ryan Ackley
Check out jakarta POI (http://jakarta.apache.org/poi ) particularly the HPSF API. It allows you to extract metadata like Title, Author, etc. from OLE documents. -Ryan - Original Message - From: Zhou, Oliver [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Friday, December 12, 2003 5:26 PM

Re: syntax of queries.

2003-12-12 Thread Ernesto De Santis
Thanks Otis, I don´t resolve my problem. I see the Query sintaxis page, and the FAQ´s search section. I proof too many alternatives: body:(imprimir teclado) title:base = 451 hits body:(imprimir teclado)^5.1 title:base = 248 hits (* under 451) body:(imprimir teclado^5.1) title:base = 451 hits -