System.OutOfMemoryException
问题 I have a program written in asp.net with lucene.net. At first I create an index from 28000 documents. Secondly I'm executing a search, but sometimes there is an error. (I think this error is thrown when there are many results) The important part of code: Dim hits As Hits = searcher.Search(query) Dim results As Integer = hits.Length() 'ergebnisse (größe der hits) '##################### '####### RESULTS ##### '##################### trefferanzahl = results If (results > 0) Then Dim i As Integer