Re: support Rich Document

2021-02-10 Thread Jörn Franke
You can store them on the filesystem and a link to them in Solr. Your search application could fetch them from the filesystem and serve them to the users. Alternatively serve them as WebDAV, SharePoint or whatever your organization sets as standard. It does not make sense to store them in Solr

Down Replica is elected as Leader (solr v8.7.0)

2021-02-10 Thread mmb1234
Hello, On reboot of one of the solr nodes in the cluster, we often see a collection's shards with 1. LEADER replica in DOWN state, and/or 2. shard with no LEADER Output from /solr/admin/collections?action=CLUSTERSTATUS is below. Even after 5 to 10 minutes, the collection often does not recover.

support Rich Document

2021-02-10 Thread Luke
HI, I know Solr can index rich documents, but I have one requirement. I have all kind of documents, such as word, pdf, excel, ppt, jpg etcs when Solr indexes them with Tika or OCR, it will extract text and save to solr, but the format will be lost, so when the user opens the document, it is not

Re: UPDATE collection's Rule-based Replica Placement

2021-02-10 Thread Ilan Ginzburg
Do you look for something that would move existing collection replicas to comply with a new set of rules? I'm afraid that doesn't exist, but you can use the Collection API to move replicas "manually". Ilan On Tue, Feb 9, 2021 at 1:10 PM mosheB wrote: > > Hi community, > Using Solr 8.3, is there

Collection Creation across DC

2021-02-10 Thread Revas
Hello, Can we create a collection across data Center ( shard replica is in a different data center) for HA ? Thanks Revas

Index rich document and view

2021-02-10 Thread Luke Oak
Hi, I have all kind of rich documents, such as excel, ppt, PDF, word, jpg ..., I knew Tika or ocr can convert them to text and index it. But when I open the document, the format is changed, how can I keep original document format, is it possible in solr? If not, can I use external field type

Without custom updateRequestProcessorChain: DistributedUpdateProcessorFactory was explicitly disabled from this updateRequestProcessorChain

2021-02-10 Thread diego_70
Hello, We are using SOLR cloud 8.5. Several times per hour we can see these kind of errors in logs: /RunUpdateProcessor has received an AddUpdateCommand containing a document that appears to still contain Atomic document update operations, most likely because DistributedUpdateProcessorFactory wa