You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@lucenenet.apache.org by GitBox <gi...@apache.org> on 2021/10/31 22:17:37 UTC

[GitHub] [lucenenet] NightOwl888 commented on issue #510: Exception with ICharTermAttribute when adding docs to the index

NightOwl888 commented on issue #510:
URL: https://github.com/apache/lucenenet/issues/510#issuecomment-955801266


   Thanks for the report.
   
   It looks like you are using Lucene.NET 3.0.3. All of the examples from our home page are for Lucene.NET 4.8.0-beta. 
   
   In Lucene 3.0.3, the `ICharTermAttribute` was named `ITermAttribute` instead, and that is [the type it is trying to load in TermsHashPerField](https://github.com/apache/lucenenet/blob/3.0.3/src/core/Index/TermsHashPerField.cs#L290).
   
   The API documentation for Lucene.NET 3.0.3 can be found here: https://lucenenet.apache.org/docs.html.


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: dev-unsubscribe@lucenenet.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org