Hello,
I am not able to work on the app.
I figured out how to index some files in elastic search, but now I want to index them in workplace search.
This is my the file that I create using FSCrawler:
name: "resumes"
fs:
url: "//home//jorge//Escritorio//FSCRAWLER//Ficheros"
update_rate: "1m"
excludes:
- "*/~*"
json_support: false
filename_as_id: false
add_filesize: true
remove_deleted: true
add_as_inner_object: false
store_source: false
index_content: true
attributes_support: false
raw_metadata: false
xml_support: false
index_folders: true
lang_detect: false
continue_on_error: false
ocr:
language: "eng"
enabled: true
pdf_strategy: "ocr_and_text"
follow_symlinks: false
elasticsearch:
username: "elastic"
password: "L3pfydSSgRtZxfg5gWmX"
nodes:
- url: "http://127.0.0.1:9200"
bulk_size: 100
flush_interval: "5s"
byte_size: "10mb"
workplace_search:
access_token: "489e56799532ca13c49161f82093a41387fca45458617277705b5e8d0e250e77"
key: "5f959a6e1d41c88afcdc280e"
nodes:
- url: "http://127.0.0.1:3002"
bulk_size: 100
flush_interval: "5s"
byte_size: "10mb"
But it is still working with elastic search but not with workplace.
Secondly, I tried to use the program that you upload to the internet but I am still having problem with docker -compose:
it shows this error:
jorge@ubuntu:~/Escritorio/Proyectos/fscrawler/contrib/docker-compose-example$ docker-compose up
ERROR: Named volume "path_to_files_to_scan:/usr/app/data:ro" is used in service "fscrawler" but no declaration was found in the volumes section.
I read the file but I am not sure if I have to change any data of it.
Thank you very much again, I am finding a nice help here