-
Notifications
You must be signed in to change notification settings - Fork 2k
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
AnalyzerTextOptions ctors changes and name suffix on properties #11810
Conversation
/azp run java - search - tests |
/azp run java - search - tests |
Azure Pipelines successfully started running 1 pipeline(s). |
@@ -45,7 +45,7 @@ | |||
* 'Simple', 'Stop', 'Whitespace' | |||
*/ | |||
@JsonProperty(value = "analyzer") | |||
private LexicalAnalyzerName analyzer; | |||
private LexicalAnalyzerName analyzerName; |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Two questions.
- Should this and
tokenizerName
befinal
and only set in the constructor? - If we choose not to do Blob storage hangs for files > about 3500 kb #1 should the other value be set to null when using
setAnalyzerName
orsetTokenizerName
? Based on other code it appears these should be mutually exclusive.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I have set the other one to null.
Also made tokenizerName and analyzerName final
/azp run java - search - tests |
Azure Pipelines successfully started running 1 pipeline(s). |
/azp run java - search - tests |
Azure Pipelines successfully started running 1 pipeline(s). |
/azp run java - search - tests |
Azure Pipelines successfully started running 1 pipeline(s). |
#11794
#11801