ahmadmdabit opened a new issue, #861: URL: https://github.com/apache/lucenenet/issues/861
Hello, The x64 version of the application, the lucene works fine. However, There many issues using the x86 version. 1. At first, using the `AddIndexes()` method in `MergeIndex()` method leads to **OutOfMemoryException** when the sub index to be merged with the main one, the sub is large enough. 2. I did a walkthrough around that I query a range in the sub index and index it in the main one. But after completing I should call `InitReader()` method where another exception thrown **'Not enough memory resources are available to process this command.'**. Note: You can find that in my gist in the file: [LuceneIndexerSingleton.cs](https://gist.github.com/ahmadmdabit/a6cf1ad70da3c18c91f433a9da52230c#file-luceneindexersingleton-cs) Regards. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
