-
Notifications
You must be signed in to change notification settings - Fork 3.7k
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
.Net: Bug: .NET search option classes duplication #11270
Comments
HybridSearchOptions has AdditionalProperty to select the full-text property - IIRC that's the reason for having two (/cc @westey-m). We could make HybridSearchOptions extend VectorSearchOptions if we want. |
Yep @roji, that's correct. HybridSearchOptions does have AdditionalProperty. |
Sure. Though just having two global/singleton instances (for each type) instead of just one doesn't seem too bad. I personally don't think there's anything urgent to do here, unless we maybe want to have them in a hierarchy... |
Unless I missed something, even introducing a hierarchy shouldn't be a breaking change, so agreed, not urgent. |
|
This is probably already in your radar but I don't see it in the backlog.
These two classes are very similar and could be consolidated to avoid code duplication.
Note:
Top
andSkip
validation is differentThe text was updated successfully, but these errors were encountered: