Re: The line code throws exception in all time.

2010-11-13 Thread x...@mail.ru
it's by design AI On 06.11.2010 12:35, ?? wrote: Hi, buddies when i am debugging lucenue.net 2.9.2, i found int charsRead = input.Read(buffer, newPosition, buffer.Length - newPosition); if (charsRead<= 0) throw new System.IO.IOException("read past eof"); // it throws exception in

Re: Best "architecture" for Lucene.net

2010-07-07 Thread x...@mail.ru
I do it in this way: - application that maintains index (run under Windows Scheduler. Actually, it can be easily converted to Windows Service) - WCF Service to search - ASP/ASP.NET or something else as front end to WCF service --- Andrei On 07.07.2010 12:51, Simone Chiaretta wrote: Som