• Home
  • Docker
  • Kubernetes
  • Java
  • Ubuntu
  • Maven
  • Big Data
  • CI
  • Install
  • Samples
  • Archived
Apache Solr | Solr Admin UI (Standalone Server)
  1. Welcome Page
  2. Cores

  1. Welcome Page
    Access the default page of Solr: http://localhost:8983/solr

    Apache Solr - Dashboard

    • Dashboard
      • Instance: When the instance was started.
      • Versions: Solr/Lucene versions.
      • System: Disk/memory information.
      • JVM: JRE/CPU information + Solr JVM arguments.
      • JVM-Memory: JVM memory allocation/usage.

    • Logging: shows solr logging (Time, Level, Core, Logger, Message).
      • Level: Allows adjusting logging level (runtime).

    • Core Admin:
      • Cores overview.
      • Add and unload cores.
      • Rename, Swap, and reload cores.

    • Java Properties: Java system properties + Solr Java properties.

    • Thread Dump: Java thread dump.

  2. Cores
    Apache Solr - core1

    Collection Selector:
    • Overview: Core overview.

    • Analysis: Indexing/query fields analysis (debug issues with indexing and queries).

    • Dataimport: Data Import Handler (DIH) information.

    • Documents: Interface to create documents (Document Builder, File Upload, JSON, XML, CSV).

    • Files: Core configuration as saved in the "conf" folder (managed-schema, solrconfig.xml, ...).

    • Ping: Send a ping request to check whether the core is up and responding to requests.

    • Plugins / Stats: Core information and statistics.

    • Query: Interface to search documents.

    • Replication: Replication state of the core.

    • Schema: Fields details (type, properties, index/query analyzers). Add and delete fields.

    • Segments info: Segments information in the underlying Lucene index of the core
© 2025  mtitek