All Projects → fengtan → sophie

fengtan / sophie

Licence: GPL-3.0 license
A Solr browser and administration tool

Programming Languages

java
68154 projects - #9 most used programming language
shell
77523 projects
Roff
2310 projects

Projects that are alternatives of or similar to sophie

Vanillarat
VanillaRat is an advanced remote administration tool completely coded in C# for Windows.
Stars: ✭ 192 (+585.71%)
Mutual labels:  administration
pkgcheck
Script to check installer pkgs for deprecated runtime calls
Stars: ✭ 88 (+214.29%)
Mutual labels:  administration
solwr
Apache Solr nodejs wrapper
Stars: ✭ 18 (-35.71%)
Mutual labels:  solr
Iobroker.admin
user interface for configuration and administration
Stars: ✭ 207 (+639.29%)
Mutual labels:  administration
boilerplate
Laravel AdminLTE 3 Boilerplate package with blade components, users, roles and permissions management
Stars: ✭ 167 (+496.43%)
Mutual labels:  administration
query-segmenter
Solr Query Segmenter for structuring unstructured queries
Stars: ✭ 21 (-25%)
Mutual labels:  solr
Kinto Admin
Kinto Web Administration Console
Stars: ✭ 175 (+525%)
Mutual labels:  administration
ClarityNLP
An NLP framework for clinical phenotyping. Docker | Python | Solr | OMOP. http://claritynlp.readthedocs.io/en/latest/
Stars: ✭ 100 (+257.14%)
Mutual labels:  solr
forest-express
🧱 Dependency of Express Lianas for Forest Admin
Stars: ✭ 73 (+160.71%)
Mutual labels:  administration
goobi-viewer-core
Goobi viewer - Presentation software for digital libraries, museums, archives and galleries. Open Source.
Stars: ✭ 18 (-35.71%)
Mutual labels:  solr
Temboard
PostgreSQL Remote Control
Stars: ✭ 218 (+678.57%)
Mutual labels:  administration
TaxoPress
TaxoPress is a plugin that can create and manage Tags, Categories and all your WordPress taxonomy terms.
Stars: ✭ 46 (+64.29%)
Mutual labels:  administration
go-solr
Solr client in Go, core admin, add docs, update, delete, search and more
Stars: ✭ 67 (+139.29%)
Mutual labels:  solr
Core
AdminArchitect - Active Admin for Laravel
Stars: ✭ 194 (+592.86%)
Mutual labels:  administration
solrdump
Export SOLR documents efficiently with cursors.
Stars: ✭ 33 (+17.86%)
Mutual labels:  solr
Pspki
PowerShell PKI Module
Stars: ✭ 189 (+575%)
Mutual labels:  administration
libpillowfight
Small library containing various image processing algorithms (+ Python 3 bindings) that has almost no dependencies -- Moved to Gnome's Gitlab
Stars: ✭ 60 (+114.29%)
Mutual labels:  swt
solr
Apache Solr open-source search software
Stars: ✭ 651 (+2225%)
Mutual labels:  solr
feathers-solr
Feathersjs Solr Client
Stars: ✭ 29 (+3.57%)
Mutual labels:  solr
glimmer-cs-gladiator
Gladiator (Glimmer Editor) - Glimmer Custom Shell
Stars: ✭ 26 (-7.14%)
Mutual labels:  swt

Sophie

Build Status

A Solr browser and administration tool.

Animation

What is included

  • Document browser: list, filter and sort documents stored in a Solr index and inspect their contents
  • Operations on documents: create, update, delete, clone Solr documents
  • Operations on the index: clear, commit and optimize the index
  • Administration tools: export index into a CSV file, backup and restore the index
  • Field browser: list all fields configued on Solr and inspect their attributes
  • Core browser: list all cores hosted on a Solr instance and inspect their attributes
  • Operations on cores: create, delete, rename, swap, reload cores
  • System browser: view all system properties
  • Config files browser: list all Solr config files and view their contents

Getting started

Either download and run a jar archive:

java -jar sophie-1.2.1-*-with-dependencies.jar
# Mac OS requires the -XstartOnFirstThread option to be set:
java -XstartOnFirstThread -jar sophie-1.2.1-macosx-with-dependencies.jar

Or download and install a .deb package if you are on Debian/Ubuntu:

sudo dpkg -i sophie_1.2.1_all.deb
sophie &

Or compile from the sources:

git clone https://github.com/fengtan/sophie
cd sophie
mvn clean install -P linux # linux, macosx or win32
./sophie-start.sh

More details can be found on the wiki.

Resources

Similar tools

  • Solr Admin UI is the administration interface embedded in Solr
  • Luke is a GUI tool to inspect a Lucene index
  • Clue is a CLI tool to inspect a Lucene index
  • Blacklight discovers the structure of a Solr index and builds a web search interface accordingly
  • Solr Explorer acts as a proxy and offers a web interface to explore Solr
  • Ajax Solr is a Javascript framework for creating user interfaces to Solr
  • Marple offers a web interface and a REST API to browse a Lucene index

License

GNU General Public License, Version 3.

Thanks

This project is powered by SolrJ and SWT.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].