SharePoint Batch Query Test Tool

https://www.codeplex.com/batchquery

When I was testing the new wordbreaker provided by Hylanda, they gave me a keyword library which had 100,000+ keywords. Each of them needed to be queried, and the results needed to be saved.

After some sorting/removing garbage work, there were still 18,000+ keywords. It would really be a pain to query them by hand.

There is also a request from https://forums.microsoft.com/MSDN/ShowPost.aspx?PostID=2512852&SiteID=1.

So I wrote a small tool to do this job automatically. It reads keyword list from a pure text file (each keyword in one line), and then queries them on MSS/MOSS, saves the results in XML files to the disk.

The source code is very simple. Most part of it is from MOSS SDK. So feel free to use it.