unexpected results from query

2003-11-25 Thread marc
Hi, assume a field has the following text "Adenylate kinase (mitochondrial GTP:AMP phosphotransferase) " the following searches all return this document AMP & & can someone explain this to me..i figured that only the first query would be successful Thanks, Marc

Re: Document Clustering

2003-11-11 Thread marc
sound like i'm on the right track...i'm still just in the *thinking* stage. Marc - Original Message - From: "Alex Aw Seat Kiong" <[EMAIL PROTECTED]> To: "Lucene Users List" <[EMAIL PROTECTED]> Sent: Tuesday, November 11, 2003 5:47 PM Subject: Re

Document Clustering

2003-11-11 Thread marc
Hi, does anyone have any sample code/documentation available for doing document based clustering using lucene? Thanks, Marc

parallizing index building

2003-06-26 Thread Marc Dumontier
Thread and share the IndexWriter object across 5 threads..then monitor when one ends to start another, etc. Or should i create difference indexes then to a series of merges. any help would be appreciated, thanks, Marc Dumontier Bioinformatics Application Developer Blueprint Initiative Mount Sina

Release schedule?

2003-03-04 Thread Marc Worrell
release 1.2. Is there a next release scheduled? And so, when (approximately will that be)? We would like to run the cms with tested code and not with the code from the lucene cvs... Greetings, Marc Worrell - To unsubscribe

significant performance issues

2003-01-07 Thread Marc Dumontier
m less and just dump the index periodically? any help would be appreciated..thanks Marc Dumontier Intermediate Developer Blueprint Initiative Mount Sinai Hospital http://www.bind.ca -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>

Re: Help for german queries

2002-10-02 Thread Marc Guillemot
Great, your stemmer does the job I expected for Umlaut. Thanks. Has someone an idea for composed words ("betreuung" is not found in a doc containing "Kundenbetreuung")? Marc. - Original Message - From: "Clemens Marschner" <[EMAIL PROTECTED]> To: &

Re: Help for german queries

2002-10-02 Thread Marc Guillemot
The problem/question is not on the first letter case because but only on the equivalence between "ä" and "ae" for instance. in my tests, searching for: - Geschäft -> 13 results - geschäft -> 0 result - Geschaeft -> 0 result - geschaeft -> 0 result Marc. -

Help for german queries

2002-10-01 Thread Marc Guillemot
make the 2 searches above equivalent? - Composed words: "betreuung" is not found in a doc containing "Kundenbetreuung" Any suggestions? Marc. -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>

Re: SqlDirectory

2001-12-02 Thread Marc Kramis
reviewed. indexing seems to be a little faster than FSDirectory (both db and files on remote server) querying is slower, but included cache increases performance over time or repeated queries (especially paging) enjoy ;) marc - Original Message - From: "Marc Kramis" <[EM

synchronization problem / bug?

2001-11-27 Thread Marc Kramis
the file has been changed by the IndexWriter process running the same time. Any ideas about this? this should also occur with FSDirectory or RAMDirectory, but more rarely, because these are faster in reading results... cheers marc -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]&g

SqlDirectory

2001-11-26 Thread Marc Kramis
CacheDirectory) if someone has experience or just likes to test it, mail me. Anyway, could I simply attach the SqlDirectory.java file to my mails? marc -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>