fulltextsearch_elasticsearch icon indicating copy to clipboard operation
fulltextsearch_elasticsearch copied to clipboard

🔍 Use Elasticsearch to index the content of your Nextcloud

Results 113 fulltextsearch_elasticsearch issues
Sort by recently updated
recently updated
newest added

Bumps [elasticsearch/elasticsearch](https://github.com/elastic/elasticsearch-php) from 7.12.0 to 8.4.1. Release notes Sourced from elasticsearch/elasticsearch's releases. Release 8.4.0 This release is compatible with the latest Elasticsearch 8.4.0 and includes the following changes: Added a...

dependencies

Here is the error it outputs: Initializing index mapping. fail Error detected, unlocking process ok In Connection.php line 675: {"error":{"root_cause":[{"type":"illegal_argument_exception","reason":"request [/my_index] contains unrecognized parameter: [include_type_name]"}],"type":"illegal_argument_exception","reason":"request [/my_index] contains unrecognized parameter: [include_type_name]"},"status":400}

when i start test,it has this error: ``` {"error":{"root_cause":[{"type":"illegal_argument_exception","reason":"request [/my_index] contains unrecognized parameter: [include_type_name]"}],"type":"illegal_argument_exception","reason":"request [/my_index] contains un recognized parameter: [include_type_name]"},"status":400} ``` how to continue? fulltextsearch:check fulltextsearch:test: ``` root@NextCloud:~ # su...

Hi, fulltextsearch indexing breaks with stack trace. It seems to be it could be related to LDAP user who are integrated because the stacktrace tell me... `#0 /var/www/html/custom_apps/files_fulltextsearch/lib/Service/FilesService.php(324): OCA\Files_FullTextSearch\Service\FilesService->generateFilesDocumentFromFile('0044CAF4-FC64-4...', Object(OC\Files\Node\File))...

This fixes #89. It is implemented like proposed here: https://github.com/nextcloud/fulltextsearch/issues/546#issuecomment-583791976

Add a configurable text field "cluster_id" (or autocreate if possible) and add it to all indexing and searching. The filed value should be different between different nextcloud instances, so that...

Nextcloud version (eg, 20.0.5): 23.0.4 Operating system and version (eg, Ubuntu 20.04): Debian 11 Apache or nginx version (eg, Apache 2.4.25): Apache/2.4.53 (Debian) PHP version (eg, 7.4): 7.4.28 When uploading...

Hey, when running a fulltextsearch:test against Elasticsearch 8.1.0, I get: `{"error":{"root_cause":[{"type":"illegal_argument_exception","reason":"request [/nextcloud_fulltext] contains unrec ognized parameter: [include_type_name]"}],"type":"illegal_argument_exception","reason":"request [/nextcloud_fulltex t] contains unrecognized parameter: [include_type_name]"},"status":400}` `include_type_name` is removed as of Elastic 8:...

We recently set up a brand new Elasticsearch 8.0 stack for other indexing needs in our org and saw that nextcloud had an app for full text search. Great! I...

It would be nice, if I could use a selfsigned certificate with readonlyrest and connect to the elasticsearch over https. But after a test this doesn't succeed. I guess something...