RE: Re:Query over migrating a solr database from 7.7.1 to 8.7.0

2021-01-10 Thread Flowerday, Matthew J
Hi There Thanks for replying to my query. Yes I had seen the notes saying that on upgrading to a new major release the advice is to wipe and re-index. But I did see this on Major Changes in Solr 8 | Apache Solr Reference Guide 8.7

Re: Re:Query over migrating a solr database from 7.7.1 to 8.7.0

2021-01-10 Thread matthew sporleder
I think the general advice is to do a full re-index on a major version upgrade. Also - did you ever commit? On Sun, Jan 10, 2021 at 11:13 AM Flowerday, Matthew J < matthew.flower...@gb.unisys.com> wrote: > Hi There > > > > Thanks for contacting me. > > > > I carried out this analysis of the solr

[solr8.7] not relevant results for chinese query

2021-01-10 Thread Bruno Mannina
Hello, I try to use chinese language with my index. My definition is: But, I get too much not relevant results. i.e. : With the query (phone case): tizh:(手機殼) my query is translate to: ti

RE: [Solr8.7] Chinese ZH language ?

2021-01-10 Thread Bruno Mannina
Yes, it was that, I re-index and it works fine. Thanks ! -Message d'origine- De : Alexandre Rafalovitch [mailto:arafa...@gmail.com] Envoyé : dimanche 10 janvier 2021 16:44 À : solr-user Objet : Re: [Solr8.7] Chinese ZH language ? >possible analysis error: cannot change field "tizh" from

Re: [Solr8.7] Chinese ZH language ?

2021-01-10 Thread Alexandre Rafalovitch
>possible analysis error: cannot change field "tizh" from You have content indexed against old incompatible definition. Deleted but not purged records count. Delete your index data or change field name during testing. Regards, Alex On Sun., Jan. 10, 2021, 9:19 a.m. Bruno Mannina, wrote: >

[Solr8.7] Chinese ZH language ?

2021-01-10 Thread Bruno Mannina
Hello, I would like to index simplified chinese ZH language (i.e. 一种新型太阳能坪 床增温系统), I added in my solrconfig the lib: First question: Is it enough ? But now I need your help to define the fieldtype “text_zh” in my schema.xml to use with: (PS: As other fields, I need highlight) An

RE: [Solr8.7] Indexing only some language ?

2021-01-10 Thread Bruno Mannina
PErfect ! Thanks ! -Message d'origine- De : xiefengchang [mailto:fengchang_fi...@163.com] Envoyé : dimanche 10 janvier 2021 04:50 À : solr-user@lucene.apache.org Objet : Re:[Solr8.7] Indexing only some language ? Take a look at the document here: https://lucene.apache.org/solr/guide/8_7/d

Re:Query over migrating a solr database from 7.7.1 to 8.7.0

2021-01-10 Thread xiefengchang
can you show the update request? At 2021-01-07 20:25:13, "Flowerday, Matthew J" wrote: Hi There I have recently upgraded a solr database from 7.7.1 to 8.7.0 and not wiped the database and re-indexed (as this would take too long to run on site). On my local windows mach

Re:Interpreting Solr indexing times

2021-01-10 Thread xiefengchang
it's hard to answer your question without your solrconfig.xml, managed-schema(or schema.xml), and good to have some log snippet as well~ At 2021-01-07 21:28:00, "ufuk yılmaz" wrote: >Hello all, > >I have been looking at our SolrCloud indexing performance statistics and >trying t