Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

BREAKING: Changed Lucene.Net.Index.Term::Text() method into Text property #481

Merged
merged 1 commit into from
May 2, 2021

Conversation

NightOwl888
Copy link
Contributor

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.

…erty. Added an obsolete Text() extension method to Lucene.Net.Index for backward compatibility.
@NightOwl888 NightOwl888 added this to the 4.8.0-beta00015 milestone May 2, 2021
@NightOwl888 NightOwl888 merged commit 36dcd7e into apache:master May 2, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant