Re: Find if words are in the same phrase?

2006-10-05 Thread Michael Imbeault
Thanks Chris, your answers were very insightful as always, this is exactly what i was asking for. Posting at 2 AM, I should stop doing that, I write in a confusing manner :) Michael Imbeault CHUL Research Center (CHUQ) 2705 boul. Laurier Ste-Foy, QC, Canada, G1V 4G2 Tel: (418) 654-2705, Fax

Find if words are in the same phrase?

2006-10-04 Thread Michael Imbeault
) activate (some other words) cancer? Thanks, -- Michael Imbeault CHUL Research Center (CHUQ) 2705 boul. Laurier Ste-Foy, QC, Canada, G1V 4G2 Tel: (418) 654-2705, Fax: (418) 654-2212 - To unsubscribe, e-mail: [EMAIL PROTECTED

Better Highligther fragmenter?

2006-09-16 Thread Michael Imbeault
fragment if fragmentation of a phrase took place. Also, is it required that the highlighted field is 'stored'? I'm pretty sure it is, but just want confirmation. Thanks, -- Michael Imbeault CHUL Research Center (CHUQ) 2705 boul. Laurier Ste-

Re: UTF8 accents & umlauts filter?

2006-09-13 Thread Michael Imbeault
it). I think it's way more work and way more complicated than I initially thought it would be. Anyone feels able to do this? Michael Imbeault CHUL Research Center (CHUQ) 2705 boul. Laurier Ste-Foy, QC, Canada, G1V 4G2 Tel: (418) 654-2705, Fax: (418) 654-2212 Yonik Seeley wrote: Thanks

UTF8 accents & umlauts filter?

2006-09-12 Thread Michael Imbeault
rch_string=accent;#32142 I think Lucene would benefit from a complete UTF8 accents remover... right now the best solution I have is to process everything in PHP before indexing and at query time (and its a little slow). Thanks, -- Michael Imbeault CHUL Research Center (CHUQ) 2705 boul. Laurier S

Re: Doc add limit, im experiencing it too

2006-09-05 Thread Michael Imbeault
Yeah sorry about that, I hit the wrong one :( Posting at 3am is never a good thing! To bed! Doron Cohen wrote: I believe this should go to the solr-user@lucene.apache.org ? Michael Imbeault <[EMAIL PROTECTED]> wrote on 05/09/2006 23:26:55: -- Michael Imbeault CHUL Research Center

Doc add limit, im experiencing it too

2006-09-05 Thread Michael Imbeault
'm using a php interface and curl to post my xml, one document at a time, and commit every 100 document. Indexing 3 docs, it hangs at maybe 5000. Anyone got an idea on this one? It would be helpful. I may try to switch to jetty tomorrow if nothing works :( -- Michael Imbeault CHUL

Re: Indexsearcher - one instance in PHP via javabridge?

2006-08-02 Thread Michael Imbeault
Wow thanks, this is such a good answer that I wasn't expecting that much :-) It looks like it could resolve all my problems at once! Thanks a lot! Mike Chris Hostetter wrote: : I'm trying to follow these instructions, but I have zero experience with : Java, JVMs, Tomcat, etc. Could somebody h

Indexsearcher - one instance in PHP via javabridge?

2006-08-01 Thread Michael Imbeault
Hello everyone, I'm having tons of fun right now with Lucene indexing a large (15 millions documents) library. I'm developing the web front end, and I read on this mailing list that it's better to have one instance of IndexSearcher. I'm using Lucene in PHP via JavaBridge (and Tomcat), but I