Search code examples
performancelistsearchrandomsearch-engine

Generate/Get random queries for testing search engine performance


I have a search engine and I want to test its performance. I want a list of queries (not necessarily just words, they may/should contain multiple words and hopefully advanced queries like a*) that I can use it my search engine. As is the case with every search engine, it may contain duplicates.

Thanks.


Solution

  • Get a dictionary and generate as many combinations as you want.