Adding content in c# programatically generates Lucene exceptions - is this normal?
I am adding content in c# code and it is generating exceptions
Exception thrown: 'Lucene.Net.QueryParsers.QueryParser.LookaheadSuccess' in Lucene.Net.dll
Exception thrown: 'System.IO.IOException' in Lucene.Net.dll
Exception thrown: 'System.IO.IOException' in Lucene.Net.dll
Exception thrown: 'System.NotSupportedException' in Lucene.Net.dll
Adding content in c# programatically generates Lucene exceptions - is this normal?
I am adding content in c# code and it is generating exceptions
Exception thrown: 'Lucene.Net.QueryParsers.QueryParser.LookaheadSuccess' in Lucene.Net.dll Exception thrown: 'System.IO.IOException' in Lucene.Net.dll Exception thrown: 'System.IO.IOException' in Lucene.Net.dll Exception thrown: 'System.NotSupportedException' in Lucene.Net.dll
Is this normal behavior?
This video shows the problem https://www.youtube.com/watch?v=0ZaZ5H0ZKQA
The code is
public class ProductsController : RenderMvcController {
}
It also seems very slow to add content. To takes 7 seconds to add 10 records:
I was wondering if that was normal?
is working on a reply...