Re[2]: Analyzer don't work with wildcard queries, snowball analyzer.

2005-04-01 Thread Sven Duzont
Hello Erik, Since wilcard queries are not analyzed, how can we deal with accents ? For instance (in french) a query like "ingé*" will not match documents containing "ingénieur" but the query "inge*" will. Thanks --- sven Le jeudi 31 mars 2005 à 17:51:25, vous écriviez : EH> Wildcard terms si

Re[4]: Analyzer don't work with wildcard queries, snowball analyzer.

2005-04-01 Thread Sven Duzont
EH> I presume your analyzer normalized accented characters? Which analyzer EH> is that? Yes, i'm using a custom analyser for indexing / searching, ti consists in : - FrenchStopFilter - IsoLatinFilter (this is the one that will replace accented characters) - LowerCaseFilter - ApostropheFilter (in

Re[6]: Analyzer don't work with wildcard queries, snowball analyzer.

2005-04-02 Thread Sven Duzont
Hello, EH> What about handling BooleanQuery's nested within a BooleanQuery? EH> You'll need some recursion. thanks for all hints, i've re-coded the method to handle nested BooleanQueries EH> Could you share that filter with the community? Of course, the code is in the attachment >> // The fi

Re[8]: Analyzer don't work with wildcard queries, snowball analyzer.

2005-04-03 Thread Sven Duzont
EH> Thanks for sharing that! EH> Would you be interested in donating that to the contrib area for EH> analyzers? The topic of normalizing accented characters has come up EH> often lately. I noticed you already put the Apache license at the top EH> of the code. No problem, it was intended for th

Re[2]: multi word synonym (was Hungarian notation analyzer and phrase queries)

2005-04-27 Thread Sven Duzont
Hello, What about the solution to index every multi-word synonym as a single token ? Example : Phrase to index : "i love jsp and tomcat" Synonyms: "jsp" = "java server pages" = "javaserver pages" Tokens : i love jsp and tomcat java server pag

Re[4]: multi word synonym (was Hungarian notation analyzer and phrase queries)

2005-04-30 Thread Sven Duzont
Hi, Thanks for your reply Paul. Yes, this was a delicate point. I gave up indexing multi-words synonyms as single token for the reason you pointed. To handle phraseQueries, i change the positions of the Terms that follows the synonyms. For instance for the PhraseQuery "jsp and vb develope

Re: Latitude/Longitude and Lexigraphical search

2005-05-08 Thread Sven Duzont
Hello Andrew, There already is a plugin available for Nutch : http://wiki.apache.org/nutch/GeoPosition I think that one can easily integrate it into a lucene app (i'll make some experimentations with it soon) Sven Le dimanche 8 mai 2005 à 18:26:14, vous écriviez : AB> Hi All, AB> I'm wa

Re: Top most frequent words

2005-05-12 Thread Sven Duzont
Hi, yeah, i just added it into simpy when i read René post ;) congrats for simpy Sven Le jeudi 12 mai 2005 à 09:59:18, vous écriviez : OG> Somebody asked about this today, and I just found this through Simpy: OG> http://www.unine.ch/info/clef/ OG> Scroll half-way through the page, look on th

Re: Exception in full text search

2005-06-09 Thread Sven Duzont
hi, this exception does not seems to be lucene related concerning the way to look at index content, you could try luke (http://www.getopt.org/luke/) hope it will help --- sven Le jeudi 9 juin 2005 à 18:06:07, vous écriviez : a> Hello, a> I'm able to create index file for full text sear

Re[2]: Does highlighter highlight phrases only?

2005-07-04 Thread Sven Duzont
Hello, As i also encountered the phrase query issue with the old highlighter code, I added a fieldName argument in case of the analyser handle it in the tokenStream() method. I just submitted the patch on bugzilla --- sven jeudi 30 juin 2005, 22:12:51, vous avez écrit: BD> FYI, I made an updat

Re[2]: Index Partitioning ( was Re: Search deadlocking under load)

2005-07-11 Thread Sven Duzont
Hello, We are already using this design in production for a email job application system. Each client (company) have an account and may have multiple users When a new client is created, a new lucene index is automatically created when new job-applications arrive for this account. Job applicati

Re[2]: SIMPLE Lucene / MySQL Indexer

2005-07-13 Thread Sven Duzont
. i thought it was a lucene user list, not a dbsight one --- sven Le mercredi 13 juillet 2005 à 17:47:14, vous écriviez : CL> Hi, Klaus, thanks. CL> You can simply use DBSight to create the index. It's in Lucene's CL> standard format. CL> And you ca

Re[2]: Clustering Lucene with 40 Servers

2006-12-28 Thread Sven Duzont
Hi, Me (& my comp) have also implemented the Doug's index replication solution : - One Node responsible of the indexing. - X Nodes handling the search requests. The difference is that it is the role of the indexer Node to notify (via Jgroups) that an indexation process is over. For now we dont ha

Re[2]: Re : good link to start working on Lucene

2006-05-31 Thread Sven Duzont
Hello, Or you can purchase the Book "Lucene in Action" You will find the t.o.c and some sample chapters here http://lucenebook.com Have a nice day --- Sven Le mercredi 31 mai 2006 à 13:32:45, vous écriviez : AKY> http://lucene.apache.org/java/docs/gettingstarted.html AKY> Regards, AKY> Amar

Re[2]: Lucene in Action

2006-06-06 Thread Sven Duzont
Hi, Or simply grab it online (paper or pdf eBook ) here : http://www.manning.com/hatcher2/ --- Sven Le mardi 6 juin 2006 à 13:05:45, vous écriviez : MC> Try here.. MC> http://www.abebooks.co.uk MC> Maybe they have one cheaper. MC> Malcolm

Re: Fwd: Lucene 2.0.0 release available

2006-06-08 Thread Sven Duzont
Hello, Nice job, thanks. Question : When will it be available on Maven2 repositories ? Thanks --- Sven Le samedi 27 mai 2006 à 13:37:54, vous écriviez : DN> -- Forwarded Message -- DN> Subject: Lucene 2.0.0 release available DN> Date: Samstag 27 Mai 2006 05:57 DN> From: Doug

Re[2]: Fwd: Lucene 2.0.0 release available

2006-06-10 Thread Sven Duzont
Hello Otis, I unfortunately don't master enough maven yet to know how to push a library on maven public repositories. However i just found this eBook that looks interesting http://www.mergere.com/m2book_download.jsp Waiting for a maven guru to release lucene 2.0 on a public repo, i'll just