Skip to content

jstrassburg/evolving-search-relevancy

Repository files navigation

evolving-search-relevancy

Tuning Solr search engine parameters by treating them as an optimization problem and employing a genetic algorithm utilizing normalized discounted cumulative gain [NDCG] as a fitness measure.

Getting Started

  • Clone this repo

  • Run the start_solr script to start Solr

  • Run the following to import the dataset

      $ cd dataset
      $ curl 'http://localhost:8983/solr/restaurantsCollection/update/json?commit=true' --data-binary @restaurants.json -H 'Content-type:application/json'
    

References

About

Tuning Solr search engine parameters by treating them as an optimization problem and employing a genetic algorithm

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published