{"id":39778984,"url":"https://github.com/fengtan/sophie","last_synced_at":"2026-01-18T12:01:30.783Z","repository":{"id":27906381,"uuid":"31398151","full_name":"fengtan/sophie","owner":"fengtan","description":"A Solr browser and administration tool","archived":false,"fork":false,"pushed_at":"2021-04-16T14:57:38.000Z","size":4368,"stargazers_count":28,"open_issues_count":0,"forks_count":5,"subscribers_count":7,"default_branch":"master","last_synced_at":"2023-02-27T11:50:44.965Z","etag":null,"topics":["administration","java","solr","swt"],"latest_commit_sha":null,"homepage":"http://fengtan.github.io/sophie/","language":"Java","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"gpl-3.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/fengtan.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE.md","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2015-02-27T01:41:42.000Z","updated_at":"2023-01-16T10:49:43.000Z","dependencies_parsed_at":"2022-09-04T08:51:34.917Z","dependency_job_id":null,"html_url":"https://github.com/fengtan/sophie","commit_stats":null,"previous_names":[],"tags_count":null,"template":null,"template_full_name":null,"purl":"pkg:github/fengtan/sophie","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fengtan%2Fsophie","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fengtan%2Fsophie/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fengtan%2Fsophie/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fengtan%2Fsophie/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/fengtan","download_url":"https://codeload.github.com/fengtan/sophie/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fengtan%2Fsophie/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":28535272,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-01-18T10:13:46.436Z","status":"ssl_error","status_checked_at":"2026-01-18T10:13:11.045Z","response_time":98,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.6:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"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":["administration","java","solr","swt"],"created_at":"2026-01-18T12:00:46.601Z","updated_at":"2026-01-18T12:01:30.746Z","avatar_url":"https://github.com/fengtan.png","language":"Java","funding_links":[],"categories":[],"sub_categories":[],"readme":"# [Sophie](http://fengtan.github.io/sophie/)\n\n[![Build Status](https://travis-ci.org/fengtan/sophie.svg?branch=master)](https://travis-ci.org/fengtan/sophie)\n\nA [Solr](http://lucene.apache.org/solr/) browser and administration tool.\n\n![Animation](https://raw.github.com/fengtan/sophie/master/anim.gif)\n\n## What is included\n\n- **Document browser**: list, filter and sort documents stored in a Solr index and inspect their contents\n- **Operations on documents**: create, update, delete, clone Solr documents\n- **Operations on the index**: clear, commit and optimize the index\n- **Administration tools**: export index into a CSV file, backup and restore the index\n- **Field browser**: list all fields configued on Solr and inspect their attributes\n- **Core browser**: list all cores hosted on a Solr instance and inspect their attributes\n- **Operations on cores**: create, delete, rename, swap, reload cores\n- **System browser**: view all system properties\n- **Config files browser**: list all Solr config files and view their contents\n\n## Getting started\n\nEither download and run a [jar archive](https://github.com/fengtan/sophie/releases):\n\n    java -jar sophie-1.2.1-*-with-dependencies.jar\n    # Mac OS requires the -XstartOnFirstThread option to be set:\n    java -XstartOnFirstThread -jar sophie-1.2.1-macosx-with-dependencies.jar\n\nOr download and install a [.deb package](https://github.com/fengtan/sophie/releases) if you are on Debian/Ubuntu:\n\n    sudo dpkg -i sophie_1.2.1_all.deb\n    sophie \u0026\n\nOr compile from the sources:\n\n    git clone https://github.com/fengtan/sophie\n    cd sophie\n    mvn clean install -P linux # linux, macosx or win32\n    ./sophie-start.sh\n\nMore details can be found on the [wiki](https://github.com/fengtan/sophie/wiki/).\n\n## Resources\n\n- [Wiki](https://github.com/fengtan/sophie/wiki)\n- [Website](http://fengtan.github.io/sophie/)\n- [Javadoc](http://fengtan.github.io/sophie/javadoc/)\n- [Releases](https://github.com/fengtan/sophie/releases) ([Feed](https://github.com/fengtan/sophie/releases.atom))\n- [Issues](https://github.com/fengtan/sophie/issues)\n\n## Similar tools\n\n- [Solr Admin UI](https://cwiki.apache.org/confluence/display/solr/Overview+of+the+Solr+Admin+UI) is the administration interface embedded in Solr\n- [Luke](https://github.com/DmitryKey/luke) is a GUI tool to inspect a Lucene index\n- [Clue](https://github.com/javasoze/clue) is a CLI tool to inspect a Lucene index\n- [Blacklight](https://github.com/projectblacklight/blacklight) discovers the structure of a Solr index and builds a web search interface accordingly\n- [Solr Explorer](https://github.com/cominvent/solr-explorer) acts as a proxy and offers a web interface to explore Solr\n- [Ajax Solr](https://github.com/evolvingweb/ajax-solr) is a Javascript framework for creating user interfaces to Solr\n- [Marple](https://github.com/flaxsearch/marple) offers a web interface and a REST API to browse a Lucene index\n\n## License\n\nGNU General Public License, Version 3.\n\n## Thanks\n\nThis project is powered by [SolrJ](https://cwiki.apache.org/confluence/display/solr/Using+SolrJ) and [SWT](https://www.eclipse.org/swt/).\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ffengtan%2Fsophie","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ffengtan%2Fsophie","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ffengtan%2Fsophie/lists"}