Skip to content

matteogrolla/solr_load_test

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

##Project Goal: Generate random documents and queries to perform reasonably accurate solr load tests before real data is available. This way the performance impact of resource intensive search features can be analyzed in an early stage of the project

##Dependencies: to run the project you need to install

##Example: A quick example can be run on solr default collection: "collection1"

edit Example.py
    to index documents on solr
        (optional) set configuration parameters
        uncomment line
            dGen.runMP(collection_url, num_docs, start_id, num_threads, get_gen_doc())
        save script
        from command line: python Example.py

    to generate queries (launch only after index has been generated)
         comment line for document generation
         uncomment lines starting with
            qg.gen_queries
         save script
         from command line: python Example.py

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages