简体   繁体   English

索引到 MeiliSearch - Apache Solr - ElasticSearch

[英]Indexing into MeiliSearch - Apache Solr - ElasticSearch

I am doing a technical study for three indexing engines (MeiliSearch - Apache Solr - ElasticSearch), and I have a different behavior when indexing in each of these engines, MeiliSearch indexes only 1017 documents out of 50,000, Apache Solr indexes only 800 documents, and Elastic does not idexe anything. I am doing a technical study for three indexing engines (MeiliSearch - Apache Solr - ElasticSearch), and I have a different behavior when indexing in each of these engines, MeiliSearch indexes only 1017 documents out of 50,000, Apache Solr indexes only 800 documents, and Elastic 不识别任何东西。 Can you help me understand what's going on, and suggest solutions like changing the configuration or whatever.您能帮我了解发生了什么,并提出解决方案,例如更改配置或其他什么。

I know that it may be due to resource consumption, so don't hesitate to suggest hardware configurations that must be to index these 50,000 documents which are PDF docs.我知道这可能是由于资源消耗,所以不要犹豫,建议必须索引这 50,000 个文档的硬件配置,这些文档是 PDF 文档。

thank you in advance.先感谢您。

The solution to this problem was because of a library (Debenu), which crashes with the large number of documents when parsing (50000 docs), so be careful which parsing library you use, in my case I had changed it to another one called spatie-pdf-to-text.这个问题的解决方案是因为一个库(Debenu),它在解析时会因大量文档(50000个文档)而崩溃,所以要小心你使用的解析库,在我的例子中,我将它更改为另一个名为 spatie -pdf 到文本。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM