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/05/02 20:48:11 UTC

[GitHub] [lucenenet] NightOwl888 opened a new pull request #481: BREAKING: Changed Lucene.Net.Index.Term::Text() method into Text property

NightOwl888 opened a new pull request #481:
URL: https://github.com/apache/lucenenet/pull/481


   This changes `Text()` method into `Text` property for `Lucene.Net.Index.Term`.
   
   It also adds an obsolete `Text()` extension method to the `Lucene.Net.Index` namespace for backward compatibility. This extension method will be removed in the first 4.8.0 release candidate. 
   
   > NOTE: This is meant to be a best effort to reduce breaking changes, but of course the `Lucene.Net.Index` namespace may not be imported in your code. It is recommended to utilize the property rather than importing the namespace.


-- 
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.

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



[GitHub] [lucenenet] NightOwl888 merged pull request #481: BREAKING: Changed Lucene.Net.Index.Term::Text() method into Text property

Posted by GitBox <gi...@apache.org>.
NightOwl888 merged pull request #481:
URL: https://github.com/apache/lucenenet/pull/481


   


-- 
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.

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