-
Notifications
You must be signed in to change notification settings - Fork 1.1k
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
Compound Wildcard Indexes #4790
base: main
Are you sure you want to change the base?
Conversation
Question about the current implementation A ccording to the tests and the implementation the following combinations are NOT allowed (a
While the first condition is correct I have doubts about the second one. If |
Yeah, you can create the index using an all fields term without narrowing down the scope via projections. Another thing that crossed my mind is that you can specify more than one wildcard index on a collection - I guess same is true for compound wildcard ones, which would require the annotation to be repeatable. |
I looked into the code and re:
If we look at
and the Javadoc states
Which means that if we go with the approach that the |
I do not agree - we've got the |
OK I understand. For future reference we're talking about |
Does it make sense to provide a |
No description provided.