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

Replace lucene.testSettings.config references with lucene.testsettings.json #1035

Merged
merged 1 commit into from
Nov 19, 2024

Conversation

paulirwin
Copy link
Contributor

  • You've read the Contributor Guide and Code of Conduct.
  • You've included unit or integration tests for your change, where applicable.
  • You've included inline docs for your change, where applicable.
  • There's an open issue for the PR that you are making. If you'd like to propose a change, please open an issue to discuss the change or find an existing issue.

Replace lucene.testSettings.config references with lucene.testsettings.json

Fixes #997

Description

There were still some places in comments where we were referencing lucene.testSettings.config as the file name for setting your seed/culture, when it should be lucene.testsettings.json. This does a solution-wide find and replace for those occurrences in comments.

@paulirwin paulirwin added the notes:website-or-documentation Documentation or website changes label Nov 19, 2024
@paulirwin paulirwin merged commit 3989c5a into apache:master Nov 19, 2024
197 checks passed
@paulirwin paulirwin deleted the issue/997 branch November 19, 2024 17:04
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
notes:website-or-documentation Documentation or website changes
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Fix references in docs to lucene.testSettings.config
1 participant