{"id":21994275,"url":"https://github.com/codelibs/fess-ds-salesforce","last_synced_at":"2025-07-15T03:40:58.244Z","repository":{"id":57739169,"uuid":"171244892","full_name":"codelibs/fess-ds-salesforce","owner":"codelibs","description":"DataStore Crawler for Salesforce","archived":false,"fork":false,"pushed_at":"2025-06-24T13:38:28.000Z","size":306,"stargazers_count":3,"open_issues_count":0,"forks_count":0,"subscribers_count":8,"default_branch":"master","last_synced_at":"2025-06-24T14:34:22.775Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Java","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/codelibs.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null}},"created_at":"2019-02-18T08:34:38.000Z","updated_at":"2025-06-24T13:38:30.000Z","dependencies_parsed_at":"2024-11-21T08:18:54.496Z","dependency_job_id":"4d285b27-306b-41ef-a084-794f6f3464d3","html_url":"https://github.com/codelibs/fess-ds-salesforce","commit_stats":null,"previous_names":[],"tags_count":30,"template":false,"template_full_name":null,"purl":"pkg:github/codelibs/fess-ds-salesforce","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/codelibs%2Ffess-ds-salesforce","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/codelibs%2Ffess-ds-salesforce/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/codelibs%2Ffess-ds-salesforce/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/codelibs%2Ffess-ds-salesforce/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/codelibs","download_url":"https://codeload.github.com/codelibs/fess-ds-salesforce/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/codelibs%2Ffess-ds-salesforce/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":265398302,"owners_count":23758469,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2024-11-29T21:08:14.035Z","updated_at":"2025-07-15T03:40:58.220Z","avatar_url":"https://github.com/codelibs.png","language":"Java","funding_links":[],"categories":[],"sub_categories":[],"readme":"Salesforce Data Store for Fess\n[![Java CI with Maven](https://github.com/codelibs/fess-ds-salesforce/actions/workflows/maven.yml/badge.svg)](https://github.com/codelibs/fess-ds-salesforce/actions/workflows/maven.yml)\n==========================\n\n## Overview\n\nSalesforce Data Store is an extension for Fess Data Store Crawling.\n\n## Download\n\nSee [Maven Repository](https://repo1.maven.org/maven2/org/codelibs/fess/fess-ds-salesforce/).\n\n## Installation \n\nSee [Plugin](https://fess.codelibs.org/13.3/admin/plugin-guide.html) of Administration guide.\n\n## Getting Started\n\n### Parameters\n\n```\nbase_url=https://login.salesforce.com\nauth_type=oauth_token\nusername=admin@example.com\nclient_id=...\nprivate_key=...\nnumber_of_threads=1\nignoreError=true\ncustom=FessObj,...\nFessObj.title=name\nFessObj.contents=name,body\n```\n\n| Key | Value |\n| --- | --- |\n| *base_url* | URL of the Salesforce server (eg: `https://test.salesforce.com`) |\n| *username* | Username |\n| *auth_type* | `oauth_token` or `oauth_password` (if you choose `oauth_password`, you have to set `client_secret` and `security_token`) |\n| *client_id* | Consumer key |\n| *private_key* | Private key (required for `oauth_token` only) |\n| *client_secret* | Consumer secret (required for `oauth_password` only) |\n| *security_token* | Security token (required for `oauth_password` only) |\n| *custom* | Names of the Custom Objects that you created on the Salesforce (split by `,`). |\n| *${object_name}.title* | Field names of the Custom Objects that correspond to titles of documents |\n| *${object_name}.content* | Field names of the Custom Objects that correspond to contents of documents |\n\n### Scripts\n\n```\ntitle=\"[\" + object.type + \"] \" + object.title\ndigest=object.description\ncontent=object.content\ncreated=object.created\ntimestamp=object.last_modified\nurl=object.url\n```\n\n| Key | Value |\n| --- | --- |\n| *object.type* |  The type of the Salesforce object (e.g. `Case`, `User`, `Solution` ...) |\n| *object.title* | The name of the Salesforce object. |\n| *object.description* | A short description of the Salesforce object. |\n| *object.content* | The text contents of the Salesforce object |\n| *object.id* | The id of the Salesforce object |\n| *object.content_length* | The content length of the Salesforce object |\n| *object.created* | The time when the Salesforce object was created. |\n| *object.last_modified* | The last time the Salesforce object was modified. |\n| *object.url* | The URL of the Salesforce object  |\n| *object.thumbnail* | The thumbnail URL of the Salesforce object |\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcodelibs%2Ffess-ds-salesforce","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fcodelibs%2Ffess-ds-salesforce","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcodelibs%2Ffess-ds-salesforce/lists"}