Solr alternates returning different versions of the same document

2014-06-20 Thread yann
_version_). No log messages in the Solr console about updating the document or anything. Any idea what might be going on, and how to fix that problem? Thanks in advance, Yann -- View this message in context: http://lucene.472066.n3.nabble.com/Solr-alternates-returning-different-versions-

Re: Solr alternates returning different versions of the same document

2014-06-23 Thread yann
admin should be avoided when using a sharded install, because it doesn't guarantee a given document ID will be sent to the same shard as the previous version of the same document? Thanks Yann -- View this message in context: http://lucene.472066.n3.nabble.com/Solr-alternates-returning-differen

Re: Solr alternates returning different versions of the same document

2014-06-24 Thread yann
document. Yann -- View this message in context: http://lucene.472066.n3.nabble.com/Solr-alternates-returning-different-versions-of-the-same-document-tp4143006p4143680.html Sent from the Solr - User mailing list archive at Nabble.com.

Use of solr.ASCIIFoldingFilterFactory

2010-02-05 Thread Yann PICHOT
the second query respond the same result of the first query but it is not the case. I use SOLR 1.4 (Solr Implementation Version: 1.4.0 833479 - grantingersoll - 2009-11-06 12:33:40). Java 32 bits : Java(TM) SE Runtime Environment (build 1.6.0_17-b04) OS : Windows Seven 64 bits Regards, -- Yann

Re: Use of solr.ASCIIFoldingFilterFactory

2010-02-05 Thread Yann PICHOT
â, you can easily add this > entry to it. â => a > > 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 -- Yann

Re: Use of solr.ASCIIFoldingFilterFactory

2010-02-05 Thread Yann PICHOT
iterator = docs.iterator(); iterator.hasNext();) { SolrDocument solrDocument = (SolrDocument) iterator.next(); System.out.println(" " + solrDocument.getFieldValue("all")); } No result ... -- Yann

Re: Use of solr.ASCIIFoldingFilterFactory

2010-02-08 Thread Yann PICHOT
t; > 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 defi