Lucene.Net.Contrib icon indicating copy to clipboard operation
Lucene.Net.Contrib copied to clipboard

Bits and pieces missing from Apache Lucene.Net - in part ported from Java Apache Lucene and Apache Solr

Results 1 Lucene.Net.Contrib issues
Sort by recently updated
recently updated
newest added

HTMLStripCharFilter causes a string like this the _hom_e is red to returns this [the] [hom] [e] [is] [red] causing queries to fail. I think the Java version doesn't have that,...