hpi-schul-cloud / meta-search-engine

This is a meta search engine to join the forces of several Schul-Cloud search engines
GNU Affero General Public License v3.0
0 stars 2 forks source link

Implement simple ranking algorithm #2

Open niccokunzmann opened 7 years ago

niccokunzmann commented 7 years ago

The ranking of the search results should be implemented.

Please include

niccokunzmann commented 7 years ago

@suknuk Referring to https://github.com/schul-cloud/meta-search-engine/issues/4#issuecomment-334508112 At the moment, to use the meta search engine, you need other search engines running.

There are some you can use:

Then, you can unite the searches. I guess, we should host them or create a docker-compose file to setup some of the search engines and have the meta search engine at the front. If we add https://github.com/schul-cloud/schulcloud-content/issues/1 to use the meta searchengine, we have an independent open-source search for educational materials.

What do you think?

suknuk commented 7 years ago

Thanks @niccokunzmann for giving me a better understanding of how it is supposed to work. I will try to get these running individually on my local machine, create a docker-compose file and then get back to you. We could maybe try and use the AWS free tier hosting for testing purposes? I have never done this, but it should be an interesting learning experience. I will get back to you if I run into any issues.

niccokunzmann commented 7 years ago

I also have my own server (www.quelltext.eu) where I can run it (auto-deploy in the night) and there is this a "Deploy on PWD" button here: https://hub.docker.com/_/wordpress/ If you upload the docker-compose file, everyone can launch a test environment for three hours.

Sure, you can get back to here in case of issues. I'd like to hear how it goes even if it goes well :)