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.