I'm using the trunk of Subversion (pretty much what 1.9 will be) on
all my projects and it is quite stable. I defer to the others on
when we release it as 1.9 officially, though.
I recommend to you, and others that can, to use the trunk codebase in
your projects. It will ensure that it ge
Is there a consensus or estimate on when v1.9 will be considered a stable
release? I'm prepping a deployment on v1.4.3 but would like an idea of when
1.9 might be considered stable in the eyes of the community.
-- Jeff Rodenburg
I haven't had much time to look through the lucene documentation - but
still: How could I miss that! DOH - hehe
Much easier than starting from scratch... ;)
Thanks to all of you!
Erik Hatcher wrote:
>
> On Sep 11, 2005, at 6:03 AM, Filip Anselm wrote:
>
>> I'm completely new to lucene, but coul
Hey all I am new to this so bear with me. I am looking to put the open
source app Lucene onto a Blackberry. How can I load the code into
Blackberry's jde so I can run it on there simulator. As many steps as
someone could provide would be greatly appreciated. Thanks all
--
On Sep 11, 2005, at 6:03 AM, Filip Anselm wrote:
I'm completely new to lucene, but could figure out myself that I
need to
delete the old doc and add the new... But as I see it, the only way to
delete a document is to create an implementation of the abstract
IndexReader and use its delete(Term
I'm completely new to lucene, but could figure out myself that I need to
delete the old doc and add the new... But as I see it, the only way to
delete a document is to create an implementation of the abstract
IndexReader and use its delete(Term term) method. In my case this sounds
like overkill...
Hi,
> delete document with this id and then add document with the same id.
Yes, this is clearly the way to go. I implemented a similar application
myself. However, earlier I stored my ID as a binary field to save space,
because I only ever needed to read the value from a found document. With the