cl.SetServer ("localhost", 8002);
//cl.SetWeights (new int[] {100, 1});
//cl.SetMatchMode (SphinxClient.SPH_MATCH_ANY);
cl.SetLimits (0, 10);
cl.SetSortMode (SphinxClient.SPH_SORT_RELEVANCE, "");
Scanner scan = new Scanner(new File("../queries.txt"));
String queryString;
while (scan.hasNextLine()) {