public final NtcirTopicReader setNamespace(String namespace) {
   queryGenerator.setNamespace(namespace);
   return this;
 }