Marco, Open-source can be good like that. :) See http://www.jroller.com/otis/entry/lucene_solr_nutch_amazing_tech for a similar example
Ciao, Otis -- Sematext -- http://sematext.com/ -- Lucene - Solr - Nutch ----- Original Message ---- > From: Branca Marco <m.bra...@reply.it> > To: "solr-user@lucene.apache.org" <solr-user@lucene.apache.org> > Sent: Friday, May 22, 2009 12:27:45 PM > Subject: R: Filtering query terms > > Thank you very much for the instantaneous support. > I couldn't find the conflict for hours :( > > When I have a response for the ISOLatin1AccentFilterFactory I will write it > on > the mailing-list. > > Thanks again, > > Marco > ________________________________________ > Da: Ensdorf Ken [ensd...@zoominfo.com] > Inviato: venerdì 22 maggio 2009 18.16 > A: 'solr-user@lucene.apache.org' > Oggetto: RE: Filtering query terms > > > When I try testing the filter "solr.LowerCaseFilterFactory" I get > > different results calling the following urls: > > > > 1. http://[server-ip]:[server-port]/solr/[core- > > name]/select/?q=all%3Apapa&version=2.2&start=0&rows=10&indent=on > > 2. http://[server-ip]:[server-port]/solr/[core- > > name]/select/?q=all%3APaPa&version=2.2&start=0&rows=10&indent=on > > In this case, the WordDelimiterFilterFactory is kicking in on your second > search, so "APaPa" is split into "APa" and "Pa". You can double-check this > by > using the analysis tool in the admin UI - > http://localhost:8983/solr/admin/analysis.jsp > > > > > Besides, when trying to test the "solr.ISOLatin1AccentFilterFactory" I > > get different results calling the following urls: > > > > 1. http://[server-ip]:[server-port]/solr/[core- > > name]/select/?q=all%3Apapa&version=2.2&start=0&rows=10&indent=on > > 2. http://[server-ip]:[server-port]/solr/[core- > > name]/select/?q=all%3Apapà &version=2.2&start=0&rows=10&indent=on > > Not sure what it happening here, but again I would check it with the analysi > tool > > -- > The information transmitted is intended for the person or entity to which it > is > addressed and may contain confidential and/or privileged material. Any > review, > retransmission, dissemination or other use of, or taking of any action in > reliance upon, this information by persons or entities other than the > intended > recipient is prohibited. If you received this in error, please contact the > sender and delete the material from any computer.