Re: [EXT: NEWSLETTER] SolrDocument difference between String and text_general

2020-10-20 Thread Konstantinos Koukouvis
Reindexing has to be done either by starting from scratch or by deleting all documents and then re-inserting them. Right? https://lucene.apache.org/solr/guide/8_0/reindexing.html Regards, Konstantinos > On 20 Oct 2020, at 14:51, Erick E

Re: [EXT: NEWSLETTER] SolrDocument difference between String and text_general

2020-10-20 Thread Erick Erickson
Owen: Collection reload is necessary but not sufficient. You’ll still get wonky results even if you re-index everything unless you delete _all_ the documents first or start with a whole new collection. Each Lucene index is a “mini index” with its own picture of the structure of that index (i.e.