This is my current code that does a MultiField Query \'\'# Variables used by Lucene Dim reader As IndexReader = IndexReader.Open(luceneDirectory, True)
URL url = new URL(\"http://twitter.com/statuses/update.xml\"); HttpURLConnection conn = (HttpURLConnection) url.o开发者_Python百科penConnection();