As I've said previously, it's a log4j problem and not a lucene probleme,
you should post there.
sv
On Wed, 26 Nov 2003, Tun Lin wrote:
> I have created the following "log4j.properties" and put it in your classpath but
> it still has that error. Anyone can help?
>
> log4j.rootCategory=stdout
>
You can have a central component (a singleton for example) that can be
responsible for writes to the index.
sv
On 31 Oct 2003, Guilherme Barile wrote:
> Hello
> I'm building a web application that uses lucene, the problem I'm
> facing is that only one user may write to the index each time,
Hi Tate (didn't know you were lurking on the list),
I've found that it's often not very clear what truly affects performance.
Doing batch indexes with a data set of 250,000 docs (with 10 fields each)
on a machine with 2 Gbytes of 400 DDR RAM, I've tested a few merge factors
to discover that it
Here is an example.
import org.apache.lucene.analysis.Analyzer;
import org.apache.lucene.document.Document;
import org.apache.lucene.queryParser.QueryParser;
import org.apache.lucene.queryParser.ParseException;
import org.apache.lucene.search.DateFilter;
import org.apache.lucene.search.Filter;
imp
if the termText was "protected" rather than package scoped.
Eric
-Original Message-----
From: stephane vaucher [mailto:[EMAIL PROTECTED]]
Sent: Thursday, December 12, 2002 12:12 PM
To: Lucene Users List
Subject: Re: Accentuated characters
There is no problem with package scop
Thanks for the reference. I basically work with french, english, or
bilingual texts. I'll take a quick look at the lib, but it might be an
overkill.
Cheers,
Stephane
Alex Murzaku wrote:
IBM's ICU4J has a normalizer which should do what you need. It's a big
library, but if you deal with multili
ed equivalent.
Eric
--
Eric D. IsaksonSAS Institute Inc.
Application Developer SAS Campus Drive
XML Technologies Cary, NC 27513
(919) 531-3639 http://www.sas.com
-----Original Message-
From: stephane vaucher [mailto:[EMAIL PROTECTED]]
Sent: Tuesday, December 10, 2002 2:58 PM
rhaps in a generic way).
Stephane
Joshua O'Madadhain wrote:
On Tue, 10 Dec 2002, stephane vaucher wrote:
I wish to implement a TokenFilter that will remove accentuated
characters so for example 'é' will become 'e'. As I would rather not
reinvent the wheel, I've t
Cary, NC 27513
(919) 531-3639 http://www.sas.com
-Original Message-----
From: stephane vaucher [mailto:[EMAIL PROTECTED]]
Sent: Tuesday, December 10, 2002 2:58 PM
To: [EMAIL PROTECTED]
Subject: Accentuated characters
Hello everyone,
I wish to implement a TokenFilter that will
Hello everyone,
I wish to implement a TokenFilter that will remove accentuated
characters so for example 'é' will become 'e'. As I would rather not
reinvent the wheel, I've tried to find something on the web and on the
mailing lists. I saw a mention of a contrib that could do this (see
http://
I've had a some problems getting the webcrawler working.I think Clemens was experimenting recently with some parts of the code for LARM the Next Generation, but I believe he'll stabilise the code in CVS.
I will have a look at the code during the next days. I must admit I made some changes (esp. t
On Tue, 2002-11-19 at 23:07, stephane vaucher wrote:
> > I've tested the following. I don't know if I'm hitting expected
> > behaviour, but it seems suspicious:
>
> Hi,
>
> You might like to see this thread to lucene-dev from a couple of months
> ago:
>
tQueryParser.java with tests that will
reveal bugs, such as the potential bug that you are reporting.
Thanks,
Otis
--- stephane vaucher <[EMAIL PROTECTED]> wrote:
Hello lucene gurus,
I've been experimenting with the QueryParser supplied with lucene and
have a question. I'
d ( I
haven't seen any tests in
org.apache.lucene.queryParser.TestQueryParser.java)...
My environment:
I'm using Lucene-1.2 production release
on:
Linux RH 7.0
with:
java version "1.4.1"
Java(TM) 2 Runtime Environment, Standard Edition (build 1.4.1-b21)
Java HotSpot(TM) Client VM (build 1.4.1-b21, mixed mode)
Thanks,
Stephane Vaucher
Software designer
CIRANO
--
To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>
14 matches
Mail list logo