That's only IF there is such a tradeoff. From what I have read IKVM is as
fast as Lucene.NET.
I agree with DIGY about not hijacking this thread. I think I have started
this.
On Wed, Jan 26, 2011 at 16:38, Nicholas Paldino [.NET/C# MVP] <
casper...@caspershouse.com> wrote:
> As a consumer (and I
I think we should discuss it later not to hijack this thread..
DIGY
-Original Message-
From: Hans Merkl [mailto:h...@hmerkl.com]
Sent: Wednesday, January 26, 2011 11:29 PM
To: lucene-net-dev@lucene.apache.org
Subject: Re: Stefan's Newbie Questions (was Re: Proposal Status, In
ginal Message-
From: Hans Merkl [mailto:h...@hmerkl.com]
Sent: Wednesday, January 26, 2011 3:18 PM
To: lucene-net-dev@lucene.apache.org
Subject: Re: Stefan's Newbie Questions (was Re: Proposal Status, Initial
Committors List, Contributors List)
Personally I am willing to trade some perfo
I use it in my desktop app and it works great. My app gets distributed and
with TIKA I know what I get on the customer machine. With IFilter you never
know...
On Wed, Jan 26, 2011 at 15:55, Digy wrote:
> Although TIKA is a very good project, I've never needed it in windows
> environment. Using I
I'm on the fence about IKVM.
It has some significant benefits and some significant drawbacks:
Benefits:
- Allows us to get to a "commoditized" line-by-line .NET DLL in the
fastest and easiest manner. No porting.
- Reasonable performance profile
- Well tested Java environment equivalence
Drawback
[changing the subject to keep the other thread clean]
Thanks for your answers, Scott.
On 2011-01-26, Lombard, Scott wrote:
> On 2011-01-26, Stefan Bodewig wrote:
>> * have you considered IKVM rather than a line-by-line translation?
> The end idea is to port Lucene with both an automated line-
Wade Girard [mailto:wade.gir...@gmail.com]
> Sent: Saturday, November 27, 2010 10:30 PM
> To: lucene-net-dev@lucene.apache.org
> Subject: Newbie
>
> I am new to lucene. I purchased the Lucene in Action book and have been
> using it as a guide for integrating lucene into my web si
See the parameters of IndexWriter ("create").
If you already have an index containing docs it must be set to "false".
DIGY
-Original Message-
From: Wade Girard [mailto:wade.gir...@gmail.com]
Sent: Saturday, November 27, 2010 10:30 PM
To: lucene-net-dev@lucene.apache
I am new to lucene. I purchased the Lucene in Action book and have been using
it as a guide for integrating lucene into my web site (www. tikiwade.com).
I am having a problem where the exiting index is having all of its data removed
when I open the index and add new documents to it.
Basically