I'm a C++ program who is completely new to Java.
Can anyone tell me how can I use ICU4j w/o adding compile-time
dependency. In C you'd use sth like dlopen, but in Java, how
can I compile w/o ICU4j but use it when run?
Thanks.
Otis Gospodnetic wrote:
Hi Samphan,
Please create an "issue" in JIRA
Daniel Naber wrote:
Are these all modules that don't need external libs?
So far as I know! They built without me downloading anything extra.
FYI, I think all of the commits to trunk since the RC1 release are safe
to merge to the 1.9 branch. They're mostly documentation improvements.
So my
On Freitag 24 Februar 2006 00:33, Daniel Naber wrote:
> Shouldn't we include at least some package from contrib, like analyzers
> and highlighter?
Sorry, I totally missed the "contrib" sub directory that contains
everything I'm asking for... Are these all modules that don't need
external libs?
On Dienstag 21 Februar 2006 18:50, Doug Cutting wrote:
> I will send this announcement to user list tomorrow if no major issues
> are identified. If things still look good next week, I will promote
> this release to 1.9-final.
Shouldn't we include at least some package from contrib, like analyze
The approach I am currently using is (pseudo code):
select count(*) from docs
where date_modified > lastIndexRunDate
if ((countChangedOrNew/reader.numDocs) >50%)
{
//quicker to rebuild the whole index
wipeIndex;
Select * from docs
for (each record)
Hi
I am indexing database tables with huge data via Lucene. Do I need to reindex
the whole table(s) as changes are made to keep the search up to date..? since
it is time consuming to create new index every time from scratch when the data
is modified in the tables, can anybody suggest some work
Hi Erik,
Thank you very much for a prompt reply
Regards
Samir
-Original Message-
From: Erik Hatcher [mailto:[EMAIL PROTECTED]
Sent: 23 February 2006 13:52
To: java-dev@lucene.apache.org
Subject: Re: need help on updating index
On Feb 23, 2006, at 2:53 AM, samir wrote:
> I have one docu
On Feb 23, 2006, at 2:53 AM, samir wrote:
I have one document in the index.
If that document is only renamed but its content is same as before
then can
I update the index.
As the Book Lucene in Action says that Lucene doesn't have any
thing like
update(...) method. And for updating one need