Hi,
I have a question regarding thread safety and concurrency for indexing. Is it possible to have multiple clients open the same index add files to that index using the Add method?
The reason I ask is because I create…...doc", ".docx", ".rtf", ".pdf", "...WriteLine(args.Message); }; var doc = Document.CreateFromFile(fileToAdd);...