Passage Search

2005-01-27 Thread Giulio Cesare Solaroli
es anybody have any idea on how the suggested approach stands up to Lucene current algorithm, and how difficult would be to inplement also the "Passage search" scoring? Thanks for your attention. Regards, Giulio Cesare Solaroli ---

Re: Migration to SVN?

2004-12-20 Thread Giulio Cesare Solaroli
. Does this make any sense? Giulio Cesare Solaroli On Sun, 19 Dec 2004 17:42:47 -0500, Garrett Rooney <[EMAIL PROTECTED]> wrote: > Henri Yandell wrote: > > I'd like to see it be in the same subproject directory somehow; something > > like: > > > > a

Re: Bug in the BooleanQuery optimizer? ..TooManyClauses

2004-11-12 Thread Giulio Cesare Solaroli
number of documents having that term in the whole index, as a first approximation. Does this idea sounds interesting to any of you? Regards, Giulio Cesare Solaroli On Thu, 11 Nov 2004 11:57:32 -0800 (PST), Sanyi <[EMAIL PROTECTED]> wrote: > Yes, I understand all of this, but I don'

Re: Deleting a document with an IndexWriter open

2004-07-20 Thread Giulio Cesare Solaroli
So, I was not thinking that much different. :-] Giulio Cesare On Tue, 20 Jul 2004 14:37:11 +0200, Christoph Goller <[EMAIL PROTECTED]> wrote: > Giulio Cesare Solaroli wrote: > > Hi all, > > > > I would like to submit a "think different" approach to th

Re: Deleting a document with an IndexWriter open

2004-07-20 Thread Giulio Cesare Solaroli
Hi all, I would like to submit a "think different" approach to this problem for evaluation for you developers. Would it be possible to just mark the relevant documents as "deleted" (instead of deleting them altogether) with an IndexWriter used for inserting new documents? "marking" a document as

Re: Deleting a document with an IndexWriter open

2004-07-16 Thread Giulio Cesare Solaroli
On Fri, 16 Jul 2004 15:07:11 +0200, Christoph Goller <[EMAIL PROTECTED]> wrote: > Giulio Cesare Solaroli wrote: > > This is the main problem; in my current arrangement, it is quite > > difficult to find out the documents that needs to be updated in > > advance; it wou

Re: Deleting a document with an IndexWriter open

2004-07-16 Thread Giulio Cesare Solaroli
Hi Christoph, On Fri, 16 Jul 2004 13:50:51 +0200, Christoph Goller <[EMAIL PROTECTED]> wrote: >[snip on good reasons why an IndexWriter can not delete documents] > >> > If you want to do several updates at the same time, the most efficient > way would be to: > > 1) Keep an IndexReader/Searcher

Re: Deleting a document with an IndexWriter open

2004-07-16 Thread Giulio Cesare Solaroli
andles all these aspects for you? It seems to me that this way you > could have solved a lot of these issues internally in Lucene, instead of > leaving it up to the integrator. Giulio Cesare Solaroli - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Deleting a document with an IndexWriter open

2004-07-16 Thread Giulio Cesare Solaroli
much as possible while indexing batch of documents is a "good thing"? Is there any option to ever see a deleteDocument method in the IndexWriter class, or should I start planning how to handle the update of documents in another way? Thank you very much for your attention. Regards,

Suggestion to improve the LenghtFilter

2004-07-15 Thread Giulio Cesare Solaroli
esult.startOffset(), result.endOffset(), result.type()); } return result; } - Hope this will be helpful to someone. Regards, Giulio Cesare Solaroli - To unsubscribe, e-mail: [EMAI

Request for Lucene mentoring

2004-07-01 Thread Giulio Cesare Solaroli
few days? If anybody is interested, please reply to me privately. Thanks for your attention. Regards, Giulio Cesare Solaroli PS: to get an overview of what my company does, you could have a look at our site (http://www.extrapola.com), but be aware that the english translation is still in progres

Re: Query for term frequency

2003-07-01 Thread Giulio Cesare Solaroli
On Monday, Jun 30, 2003, at 19:12 Europe/Rome, Doug Cutting wrote: Giulio Cesare Solaroli wrote: One of our users would like to find all documents where a given term is present more than a given amount of times. This is not supported by the existing query classes. Thanks for your reply. Could

Query for term frequency

2003-06-26 Thread Giulio Cesare Solaroli
nt me to the right way of doing it? If the second option is true, is there anybody already working on this? Thanks for your time. Regards, Giulio Cesare Solaroli === www.extrapola.com - Online media monit

Re: Indexing a database

2003-06-10 Thread Giulio Cesare Solaroli
to keep the index in synch with the content of the DB. Did I express myself clearly enough? Does this make any sense to you? Regards, Giulio Cesare Solaroli - Original Message - From: "Giulio Cesare Solaroli" <[EMAIL PROTECTED]> To: "Lucene Developers List" <[

Re: Indexing a database

2003-06-10 Thread Giulio Cesare Solaroli
ription will be quite lenghty, I don't want to write it without anybody interested in reading it! ;-] Otherwise, I would be very pleased to give something back to the Lucene comunity, as Lucene did help us very much in settling down our search/indexing problems. Regards, Giulio Cesare Sola

Re: Problem with long run IndexSearcher

2003-05-31 Thread Giulio Cesare Solaroli
attention. Regards, Giulio Cesare Solaroli On Monday, May 19, 2003, at 18:03 Europe/Rome, Eric Isakson wrote: Hope it works like I planned it to :-) If you have any performance metrics, I'd be interested to see how much it affects your search performance. Eric -Original Me