LuceneNetDemo
LuceneNetDemo copied to clipboard
A demo of using Lucene.NET 4.8
Results
1
LuceneNetDemo issues
Sort by
recently updated
recently updated
newest added
``` System.TypeLoadException occurred HResult=0x80131522 Message=Method 'CreateComponents' in type 'Lucene.Net.Analysis.Standard.StandardAnalyzer' from assembly 'Lucene.Net.Analysis.Common, Version=4.0.0.0, Culture=neutral, PublicKeyToken=null' does not have an implementation. Source=LuceneNetDemo StackTrace: at LuceneNetDemo.GitHubIndex..ctor(Directory indexDirectory) in LuceneNetDemo\GitHubIndex.cs:line 56 at LuceneNetDemo.Program.Main(String[]...