[jira] [Updated] (OAK-6750) Lucene facets don't work with relative properties

2017-11-04 Thread Vikas Saurabh (JIRA)

 [ 
https://issues.apache.org/jira/browse/OAK-6750?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Vikas Saurabh updated OAK-6750:
---
Fix Version/s: 1.4.19

> Lucene facets don't work with relative properties
> -
>
> Key: OAK-6750
> URL: https://issues.apache.org/jira/browse/OAK-6750
> Project: Jackrabbit Oak
>  Issue Type: Bug
>  Components: lucene
>Reporter: Vikas Saurabh
>Assignee: Vikas Saurabh
> Fix For: 1.8, 1.7.9, 1.4.19, 1.6.7
>
> Attachments: OAK-6750-testCase.patch
>
>
> Facets currently work only when faceted dimension is direct property of 
> selected node e.g. 
> {noformat}
> select \[jcr:path], \[rep:facet(jc/text)] from \[nt:base] where ... 
> {noformat}
> doesn't work but 
> {noformat}
> select \[jcr:path], \[rep:facet(text)] from \[nt:base] where ... 
> {noformat}
> works (assume correct index defs).
> The issue is that {{ast/SelectorImpl#currentOakProperty}} check if 
> {{rep:facet(jc/text)}} is a relative path or not and incorrectly 'feels' that 
> it indeed is - it then proceeds ahead to traverse down a tree with elements 
> \[{{rep:facet(jc}}, {{text)}}\] which makes no sense.
> /cc [~teofili], [~tmueller]



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)


[jira] [Updated] (OAK-6750) Lucene facets don't work with relative properties

2017-11-04 Thread Vikas Saurabh (JIRA)

 [ 
https://issues.apache.org/jira/browse/OAK-6750?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Vikas Saurabh updated OAK-6750:
---
Labels:   (was: candidate_oak_1_4)

> Lucene facets don't work with relative properties
> -
>
> Key: OAK-6750
> URL: https://issues.apache.org/jira/browse/OAK-6750
> Project: Jackrabbit Oak
>  Issue Type: Bug
>  Components: lucene
>Reporter: Vikas Saurabh
>Assignee: Vikas Saurabh
> Fix For: 1.8, 1.7.9, 1.4.19, 1.6.7
>
> Attachments: OAK-6750-testCase.patch
>
>
> Facets currently work only when faceted dimension is direct property of 
> selected node e.g. 
> {noformat}
> select \[jcr:path], \[rep:facet(jc/text)] from \[nt:base] where ... 
> {noformat}
> doesn't work but 
> {noformat}
> select \[jcr:path], \[rep:facet(text)] from \[nt:base] where ... 
> {noformat}
> works (assume correct index defs).
> The issue is that {{ast/SelectorImpl#currentOakProperty}} check if 
> {{rep:facet(jc/text)}} is a relative path or not and incorrectly 'feels' that 
> it indeed is - it then proceeds ahead to traverse down a tree with elements 
> \[{{rep:facet(jc}}, {{text)}}\] which makes no sense.
> /cc [~teofili], [~tmueller]



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)


[jira] [Updated] (OAK-6750) Lucene facets don't work with relative properties

2017-11-02 Thread Vikas Saurabh (JIRA)

 [ 
https://issues.apache.org/jira/browse/OAK-6750?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Vikas Saurabh updated OAK-6750:
---
Fix Version/s: 1.6.7

> Lucene facets don't work with relative properties
> -
>
> Key: OAK-6750
> URL: https://issues.apache.org/jira/browse/OAK-6750
> Project: Jackrabbit Oak
>  Issue Type: Bug
>  Components: lucene
>Reporter: Vikas Saurabh
>Assignee: Vikas Saurabh
>Priority: Major
>  Labels: candidate_oak_1_4
> Fix For: 1.8, 1.7.9, 1.6.7
>
> Attachments: OAK-6750-testCase.patch
>
>
> Facets currently work only when faceted dimension is direct property of 
> selected node e.g. 
> {noformat}
> select \[jcr:path], \[rep:facet(jc/text)] from \[nt:base] where ... 
> {noformat}
> doesn't work but 
> {noformat}
> select \[jcr:path], \[rep:facet(text)] from \[nt:base] where ... 
> {noformat}
> works (assume correct index defs).
> The issue is that {{ast/SelectorImpl#currentOakProperty}} check if 
> {{rep:facet(jc/text)}} is a relative path or not and incorrectly 'feels' that 
> it indeed is - it then proceeds ahead to traverse down a tree with elements 
> \[{{rep:facet(jc}}, {{text)}}\] which makes no sense.
> /cc [~teofili], [~tmueller]



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)


[jira] [Updated] (OAK-6750) Lucene facets don't work with relative properties

2017-11-02 Thread Vikas Saurabh (JIRA)

 [ 
https://issues.apache.org/jira/browse/OAK-6750?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Vikas Saurabh updated OAK-6750:
---
Labels: candidate_oak_1_4  (was: candidate_oak_1_4 candidate_oak_1_6)

> Lucene facets don't work with relative properties
> -
>
> Key: OAK-6750
> URL: https://issues.apache.org/jira/browse/OAK-6750
> Project: Jackrabbit Oak
>  Issue Type: Bug
>  Components: lucene
>Reporter: Vikas Saurabh
>Assignee: Vikas Saurabh
>Priority: Major
>  Labels: candidate_oak_1_4
> Fix For: 1.8, 1.7.9, 1.6.7
>
> Attachments: OAK-6750-testCase.patch
>
>
> Facets currently work only when faceted dimension is direct property of 
> selected node e.g. 
> {noformat}
> select \[jcr:path], \[rep:facet(jc/text)] from \[nt:base] where ... 
> {noformat}
> doesn't work but 
> {noformat}
> select \[jcr:path], \[rep:facet(text)] from \[nt:base] where ... 
> {noformat}
> works (assume correct index defs).
> The issue is that {{ast/SelectorImpl#currentOakProperty}} check if 
> {{rep:facet(jc/text)}} is a relative path or not and incorrectly 'feels' that 
> it indeed is - it then proceeds ahead to traverse down a tree with elements 
> \[{{rep:facet(jc}}, {{text)}}\] which makes no sense.
> /cc [~teofili], [~tmueller]



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)


[jira] [Updated] (OAK-6750) Lucene facets don't work with relative properties

2017-10-03 Thread Thomas Mueller (JIRA)

 [ 
https://issues.apache.org/jira/browse/OAK-6750?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Thomas Mueller updated OAK-6750:

Description: 
Facets currently work only when faceted dimension is direct property of 
selected node e.g. 

{noformat}
select \[jcr:path], \[rep:facet(jc/text)] from \[nt:base] where ... 
{noformat}

doesn't work but 

{noformat}
select \[jcr:path], \[rep:facet(text)] from \[nt:base] where ... 
{noformat}

works (assume correct index defs).

The issue is that {{ast/SelectorImpl#currentOakProperty}} check if 
{{rep:facet(jc/text)}} is a relative path or not and incorrectly 'feels' that 
it indeed is - it then proceeds ahead to traverse down a tree with elements 
\[{{rep:facet(jc}}, {{text)}}\] which makes no sense.

/cc [~teofili], [~tmueller]

  was:
Facets currently work only when faceted dimension is direct property of 
selected node e.g. {{select \[jcr:path], \[rep:facet(jc/text)] from \[nt:base] 
where ... }} doesn't work but {{select \[jcr:path], \[rep:facet(text)] from 
\[nt:base] where ... }} works (assume correct index defs).

The issue is that {{ast/SelectorImpl#currentOakProperty}} check if 
{{rep:facet(jc/text)}} is a relative path or not and incorrectly 'feels' that 
it indeed is - it then proceeds ahead to traverse down a tree with elements 
\[{{rep:facet(jc}}, {{text)}}\] which makes no sense.

/cc [~teofili], [~tmueller]


> Lucene facets don't work with relative properties
> -
>
> Key: OAK-6750
> URL: https://issues.apache.org/jira/browse/OAK-6750
> Project: Jackrabbit Oak
>  Issue Type: Bug
>  Components: lucene
>Reporter: Vikas Saurabh
>Assignee: Vikas Saurabh
>  Labels: candidate_oak_1_4, candidate_oak_1_6
> Fix For: 1.8
>
> Attachments: OAK-6750-testCase.patch
>
>
> Facets currently work only when faceted dimension is direct property of 
> selected node e.g. 
> {noformat}
> select \[jcr:path], \[rep:facet(jc/text)] from \[nt:base] where ... 
> {noformat}
> doesn't work but 
> {noformat}
> select \[jcr:path], \[rep:facet(text)] from \[nt:base] where ... 
> {noformat}
> works (assume correct index defs).
> The issue is that {{ast/SelectorImpl#currentOakProperty}} check if 
> {{rep:facet(jc/text)}} is a relative path or not and incorrectly 'feels' that 
> it indeed is - it then proceeds ahead to traverse down a tree with elements 
> \[{{rep:facet(jc}}, {{text)}}\] which makes no sense.
> /cc [~teofili], [~tmueller]



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)


[jira] [Updated] (OAK-6750) Lucene facets don't work with relative properties

2017-10-01 Thread Vikas Saurabh (JIRA)

 [ 
https://issues.apache.org/jira/browse/OAK-6750?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Vikas Saurabh updated OAK-6750:
---
Labels: candidate_oak_1_4 candidate_oak_1_6  (was: )

> Lucene facets don't work with relative properties
> -
>
> Key: OAK-6750
> URL: https://issues.apache.org/jira/browse/OAK-6750
> Project: Jackrabbit Oak
>  Issue Type: Bug
>  Components: lucene
>Reporter: Vikas Saurabh
>Assignee: Vikas Saurabh
>  Labels: candidate_oak_1_4, candidate_oak_1_6
> Fix For: 1.8
>
> Attachments: OAK-6750-testCase.patch
>
>
> Facets currently work only when faceted dimension is direct property of 
> selected node e.g. {{select \[jcr:path], \[rep:facet(jc/text)] from 
> \[nt:base] where ... }} doesn't work but {{select \[jcr:path], 
> \[rep:facet(text)] from \[nt:base] where ... }} works (assume correct index 
> defs).
> The issue is that {{ast/SelectorImpl#currentOakProperty}} check if 
> {{rep:facet(jc/text)}} is a relative path or not and incorrectly 'feels' that 
> it indeed is - it then proceeds ahead to traverse down a tree with elements 
> \[{{rep:facet(jc}}, {{text)}}\] which makes no sense.
> /cc [~teofili], [~tmueller]



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)


[jira] [Updated] (OAK-6750) Lucene facets don't work with relative properties

2017-10-01 Thread Vikas Saurabh (JIRA)

 [ 
https://issues.apache.org/jira/browse/OAK-6750?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Vikas Saurabh updated OAK-6750:
---
Description: 
Facets currently work only when faceted dimension is direct property of 
selected node e.g. {{select \[jcr:path], \[rep:facet(jc/text)] from \[nt:base] 
where ... }} doesn't work but {{select \[jcr:path], \[rep:facet(text)] from 
\[nt:base] where ... }} works (assume correct index defs).

The issue is that {{ast/SelectorImpl#currentOakProperty}} check if 
{{rep:facet(jc/text)}} is a relative path or not and incorrectly 'feels' that 
it indeed is - it then proceeds ahead to traverse down a tree with elements 
\[{{rep:facet(jc}}, {{text)}}\] which makes no sense.

/cc [~teofili], [~tmueller]

  was:
Facets currently work only when faceted dimension is direct property of 
selected node e.g. {{select \[jcr:path], \[rep:facet(jc/text)] from \[nt:base] 
where ... }} doesn't work but {{select \[jcr:path], \[rep:facet(text)] from 
\[nt:base] where ... }} works (assume correct index defs).

The issue is that {{ast/SelectorImpl#currentOakProperty}} check if 
{{rep:facet(jc/text)}} is a relative path or not and incorrectly 'feels' that 
it indeed is - it then proceeds ahead to traverse down a tree with elements 
{{rep:facet(jc, text)}} which makes no sense.

/cc [~teofili], [~tmueller]


> Lucene facets don't work with relative properties
> -
>
> Key: OAK-6750
> URL: https://issues.apache.org/jira/browse/OAK-6750
> Project: Jackrabbit Oak
>  Issue Type: Bug
>  Components: lucene
>Reporter: Vikas Saurabh
>Assignee: Vikas Saurabh
> Fix For: 1.8
>
> Attachments: OAK-6750-testCase.patch
>
>
> Facets currently work only when faceted dimension is direct property of 
> selected node e.g. {{select \[jcr:path], \[rep:facet(jc/text)] from 
> \[nt:base] where ... }} doesn't work but {{select \[jcr:path], 
> \[rep:facet(text)] from \[nt:base] where ... }} works (assume correct index 
> defs).
> The issue is that {{ast/SelectorImpl#currentOakProperty}} check if 
> {{rep:facet(jc/text)}} is a relative path or not and incorrectly 'feels' that 
> it indeed is - it then proceeds ahead to traverse down a tree with elements 
> \[{{rep:facet(jc}}, {{text)}}\] which makes no sense.
> /cc [~teofili], [~tmueller]



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)


[jira] [Updated] (OAK-6750) Lucene facets don't work with relative properties

2017-09-30 Thread Vikas Saurabh (JIRA)

 [ 
https://issues.apache.org/jira/browse/OAK-6750?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Vikas Saurabh updated OAK-6750:
---
Attachment: OAK-6750-testCase.patch

[^OAK-6750-testCase.patch] has a test case that fails. (Can't commit as Junit3 
doesn't seem to have @Ignore :-/).

> Lucene facets don't work with relative properties
> -
>
> Key: OAK-6750
> URL: https://issues.apache.org/jira/browse/OAK-6750
> Project: Jackrabbit Oak
>  Issue Type: Bug
>  Components: lucene
>Reporter: Vikas Saurabh
>Assignee: Vikas Saurabh
> Fix For: 1.8
>
> Attachments: OAK-6750-testCase.patch
>
>
> Facets currently work only when faceted dimension is direct property of 
> selected node e.g. {{select \[jcr:path], \[rep:facet(jc/text)] from 
> \[nt:base] where ... }} doesn't work but {{select \[jcr:path], 
> \[rep:facet(text)] from \[nt:base] where ... }} works (assume correct index 
> defs).
> The issue is that {{ast/SelectorImpl#currentOakProperty}} check if 
> {{rep:facet(jc/text)}} is a relative path or not and incorrectly 'feels' that 
> it indeed is - it then proceeds ahead to traverse down a tree with elements 
> {{rep:facet(jc, text)}} which makes no sense.
> /cc [~teofili], [~tmueller]



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)