Waldemar Kłaczyński (
https://hibernate.atlassian.net/secure/ViewProfile.jspa?accountId=557058%...
) *commented* on HSEARCH-3885 (
https://hibernate.atlassian.net/browse/HSEARCH-3885?atlOrigin=eyJpIjoiNWN...
)
Re: Throw exceptions when attempting to use predicate with incompatible nested path
hierarchy in a nested predicate (
https://hibernate.atlassian.net/browse/HSEARCH-3885?atlOrigin=eyJpIjoiNWN...
)
It is also necessary not to build a nested query if the construction is in a congested
context. It's about using the same query with sorting and aggregation filtering, it
wasn't necessary to build separate queries.
public static Query doBuild(LuceneSearchPredicateContext parentContext, String
nestedDocumentPath, Query nestedQuery) {
if ( nestedDocumentPath.equals( parentContext.getNestedPath() ) ) {
return nestedQuery;
}
....
(
https://hibernate.atlassian.net/browse/HSEARCH-3885#add-comment?atlOrigin...
) Add Comment (
https://hibernate.atlassian.net/browse/HSEARCH-3885#add-comment?atlOrigin...
)
Get Jira notifications on your phone! Download the Jira Cloud app for Android (
https://play.google.com/store/apps/details?id=com.atlassian.android.jira....
) or iOS (
https://itunes.apple.com/app/apple-store/id1006972087?pt=696495&ct=Em...
) This message was sent by Atlassian Jira (v1001.0.0-SNAPSHOT#100124- sha1:c13ca0d )