Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up

Yet Another Solr Admin

License

NotificationsYou must be signed in to change notification settings

yasa-org/yasa

Repository files navigation

e80021d5316e40fb8e0d175f366e6e1fbadgeyasaSolrCloud 6.1.0+ D9411EVueJS 2.5.2 4fc08dyasa

Features

DashboardDiscoverVisualize

85683368 be122f80 b6ff 11ea 83a6 f583575918f8

85683364 bd799900 b6ff 11ea 99a0 db358448517e

85683360 bce10280 b6ff 11ea 8b76 2c71be8b31e0

Dev ToolsCollection ManagementZookeeper Tree Management

85683358 bc486c00 b6ff 11ea 9d94 8ad292cbcef7

85683371 beaac600 b6ff 11ea 8aba 0f6e10edd71c

85683356 bc486c00 b6ff 11ea 80b5 12fc4fd49123

Config SetLoggings

85683334 b6eb2180 b6ff 11ea 9bc1 e1cf8cae5921

85683362 bd799900 b6ff 11ea 85f5 a77df20822a1

Installation

Solr Package (Recommended as of Solr 8.6)

Installation

You can installYASA as a Solr package:

bin/solr package add-repo yasa"https://raw.githubusercontent.com/yasa-org/yasa/master/repo/"bin/solr package install yasabin/solr package deploy yasa -y -cluster

Then navigate your browser tohttp://localhost:8983/v2/yasa

To registerYASA at another path, you can use:

bin/solr package deploy yasa -y -cluster -p YASA-PATH-PREFIX=mysolrui

Then navigate your browser tohttp://localhost:8983/v2/mysolrui

Updating to a newer version

To check installed version and available versions of the package,

bin/solr package list-installedbin/solr package list-available

To update to a newer version,

bin/solr package install yasa:<new-version>bin/solr package deploy yasa:<new-version> -y -cluster -update

Standalone Mode

You can installYASA in the standalone mode without affecting the official Solr Admin. Here is how:

  • Downloadthe latest release of yasa.

  • Extract files fromyasa-vX.Y.tgz (whereX.Y is the version number) to a directory, sayYASA_HOME.

  • Configure your Nginx server and proxy/solr/** to your actual Solr Admin address, for example,http://127.0.0.1:8983/solr.

Integrated Mode

You can also replace the official admin interface withYASA:

  • Downloadthe latest release of YASA

  • Extract files fromyasa-vX.Y.tgz (whereX.Y is the version number) to a directory, sayYASA_HOME

  • (Optional but recommended) Backup the Solr webapp folder (solr-x-y-z/server/solr-webapp/webapp, wherex-y-z is the version number)

  • Copy everything under${YASA_HOME}/dist/ folder tosolr-x-y-z/server/solr-webapp/webapp

Development Mode

If you are interested inYASA and want to contribute, you can runYASA in dev mode:

# pull source codegit clone https://github.com/yasa-org/yasacd yasa/yasa-ui# install dependenciesnpm i# serve with hot reload at localhost:8080npm run serve

Contribution

Find this project useful? Any contribution is highly appreciated. You can open issues or pull requests to help make this project better.

Acknowledgements

  • Thanks to the great work of Solr community.

  • This project is greatly inspired byKibana.


[8]ページ先頭

©2009-2025 Movatter.jp