Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

When the File Manager is deployed with a Solr-based metadata catalog, the overall system architecture is composed of the following tiers:

Image AddedFile Manager (archive) clients  -- File Manager       --             Solr                             -- Solr (query) clients
                                              (default port:9000) (default ports: 80, 8080 or 8983)
File Manager clients send product archiving requests to the File Manager (typically running as a local service on default port 9000).

This communication is carried over HTTP through XML-RPC encoded request/response pairs.
As part of the archiving process, the File Manager transforms the available product metadata
(either generated on the client side and sent as part of the archiving request, or generated by metadata extractors on the server side)
into Solr documents, which are sent to the Solr server for indexing. The Solr server must be deployed as an external service, running
within Tomcat (default ports: 80 or 8080) or Jetty (default port: 8983), and configured with a metadata schema that defines
the project specific fields to be indexed. Product metadata can be queried either by the standard File Manager clients, but more efficiently by clients that interact directly with the Solr web services (as Solr is optimized for querying).

...