Re: Use of solr.ASCIIFoldingFilterFactory

2010-02-08 Thread Yann PICHOT
Hello, Thank's, your response solve my problem. Thank's for all, On Sun, Feb 7, 2010 at 4:00 PM, Sven Maurmann wrote: > Hi, > > you might have run into an encoding problem. If you use Tomcat as > the container for Solr you should probably consult the following > > > http://wiki.apache.org/solr

Re: Use of solr.ASCIIFoldingFilterFactory

2010-02-07 Thread Sven Maurmann
Hi, you might have run into an encoding problem. If you use Tomcat as the container for Solr you should probably consult the following http://wiki.apache.org/solr/SolrTomcat#URI_Charset_Config Cheers, Sven --On Freitag, 5. Februar 2010 15:41 +0100 Yann PICHOT wrote: Hi, I have def

RE: Use of solr.ASCIIFoldingFilterFactory

2010-02-05 Thread Steven A Rowe
Hi Yann, I'm pretty sure that this is a character encoding problem. You wrote: > I do other tests. I directly write url in my browser adresse bar : > http://localhost:8080/solr/select/?q=all:château > and i have result !!! and the url is >

Re: Use of solr.ASCIIFoldingFilterFactory

2010-02-05 Thread Yann PICHOT
On Fri, Feb 5, 2010 at 4:53 PM, Ahmet Arslan wrote: > > Just for your information: since you are using > > whitespacetokenizer château won't retrieve documents > > containing (comma) château, > > Thats the problem. I just see that your matched (multivalued-field) all > contains chateau thats why

Re: Use of solr.ASCIIFoldingFilterFactory

2010-02-05 Thread Ahmet Arslan
> Just for your information: since you are using > whitespacetokenizer château won't retrieve documents > containing (comma) château, Thats the problem. I just see that your matched (multivalued-field) all contains chateau thats why all:chateau is matching. And it has château, (with comma) so a

Re: Use of solr.ASCIIFoldingFilterFactory

2010-02-05 Thread Ahmet Arslan
> château is reduce to chateau. I test it on > /admin/anaysis.jsp, result : > Index Analyzer  château  chateau  chateau > Query Analyzer  château  chateau > chateau Strange. If château is reduce to chateau, then both words should return same set of documents. May be you added that filter to you

Re: Use of solr.ASCIIFoldingFilterFactory

2010-02-05 Thread Yann PICHOT
On Fri, Feb 5, 2010 at 4:00 PM, Ahmet Arslan wrote: > > I test query this query string on SOLR web > > application : all:chateau. > > Results (content of the field "all") : > > CHATEAU D'AMBOISE > > [CHATEAU EN FRANCE, BABELON] > > ope dvd rene chateau > > CHATEAU DE LA LOIRE > > DE C

Re: Use of solr.ASCIIFoldingFilterFactory

2010-02-05 Thread Ahmet Arslan
> I test query this query string  on SOLR web > application : all:chateau. > Results (content of the field "all")  : >   CHATEAU D'AMBOISE >   [CHATEAU EN FRANCE, BABELON] >   ope dvd rene chateau >   CHATEAU DE LA LOIRE >   DE CHATEAU EN CHATEAU ENTRE LA LOIRE ET LE CHER >   [LE CHATEAU AMBULANT,

Use of solr.ASCIIFoldingFilterFactory

2010-02-05 Thread Yann PICHOT
Hi, I have define this type in my schema.xml file : Fields definition : I have import my documents with DataImportHandler (my orginals documents are