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
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