_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-
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
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.
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
â, 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
iterator = docs.iterator(); iterator.hasNext();)
{
SolrDocument solrDocument = (SolrDocument) iterator.next();
System.out.println(" " + solrDocument.getFieldValue("all"));
}
No result ...
--
Yann
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