Skip to main content

Export Solr Nodes to Elasticsearch Indexes

Project description

This will migrate a Solr node to an Elasticsearch index.

Requirements

  • Python 2.7+

    • elasticsearch

    • pysolr

Usage

usage: solr-to-es [-h] [--solr-query SOLR_QUERY]
                  [--rows-per-page ROWS_PER_PAGE] [--es-timeout ES_TIMEOUT]
                  solr_url elasticsearch_url elasticsearch_index doc_type

The following example will page through all documents on the local Solr node, node, and submit them to the local Elasticsearch server in the index es_index with a document type of solr_docs.

solr-to-es.py localhost:8983/solr/node localhost:9200 es_index solr_docs

solr_url is the url to your Solr node.

elasticsearch_url is the url of your Elasticsearch server.

elasticsearch_index is the index you will submit the Solr documents to on Elasticsearch.

doc_type is the type of document Elasticsearch should assume you are importing.

--solr-query defaults to *:*

--rows-per-page defaults to 500

--es-timeout defaults to 60

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

solr-to-es-0.2.1.tar.gz (2.9 kB view details)

Uploaded Source

File details

Details for the file solr-to-es-0.2.1.tar.gz.

File metadata

  • Download URL: solr-to-es-0.2.1.tar.gz
  • Upload date:
  • Size: 2.9 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No

File hashes

Hashes for solr-to-es-0.2.1.tar.gz
Algorithm Hash digest
SHA256 3987c8b1aa3e583c52c1a23d1d41041a92131697fe44949b687d58887b3382a4
MD5 c05b8ddb3dd3ced49106f82c7bbd6654
BLAKE2b-256 5161b6db88c416c642d241801a490d1e7058bc8a0c53f778a4daf0ebf17a8150

See more details on using hashes here.

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page