The lucenenet project is a separate Apache project from Solr (and the
Lucene project as well).
You will have better luck getting helpful information on their mailing list
(https://cwiki.apache.org/confluence/display/LUCENENET/Mailing+Lists).
Best,
Chris
On Fri, Jul 27, 2018 at 8:40 AM - - wrote
I use lucene.net to index the documents. My main aim was to get to search and
have the line number and the line of text returned in a document.
Here's the code that indexes
using (TextReader contentsReader = new StreamReader(fi.FullName))
{
doc.Add(new StringField("FullFileName", fi.FullNam