Exemple #1
0
 public override void Close()
 {
     try
     {
         _partitionSearcher.Dispose();
     }
     catch (IOException e)
     {
         throw new IndexReaderCloseException(e);
     }
 }
Exemple #2
0
//JAVA TO C# CONVERTER WARNING: Method 'throws' clauses are not available in C#:
//ORIGINAL LINE: public void close() throws java.io.IOException
        public override void Close()
        {
            _partitionSearcher.Dispose();
        }