You are viewing a plain text version of this content. The canonical link for it is here.
Posted to oak-issues@jackrabbit.apache.org by "Alex Parvulescu (JIRA)" <ji...@apache.org> on 2014/11/13 15:40:35 UTC

[jira] [Comment Edited] (OAK-2261) Enable support for NodeType based indexing rules

    [ https://issues.apache.org/jira/browse/OAK-2261?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14209837#comment-14209837 ] 

Alex Parvulescu edited comment on OAK-2261 at 11/13/14 2:40 PM:
----------------------------------------------------------------

[~chetanm] fyi, the latest changes on this issue broke OSGi support:
{code}
(org.osgi.framework.BundleException: Unresolved constraint in bundle org.apache.jackrabbit.oak-lucene [92]: Unable to resolve 92.0: missing requirement [92.0] osgi.wiring.package; (osgi.wiring.package=org.apache.jackrabbit.oak.core))
org.osgi.framework.BundleException: Unresolved constraint in bundle org.apache.jackrabbit.oak-lucene [92]: Unable to resolve 92.0: missing requirement [92.0] osgi.wiring.package; (osgi.wiring.package=org.apache.jackrabbit.oak.core)
	at org.apache.felix.framework.Felix.resolveBundleRevision(Felix.java:4002)
	at org.apache.felix.framework.Felix.startBundle(Felix.java:2045)
	at org.apache.felix.framework.Felix.setActiveStartLevel(Felix.java:1299)
	at org.apache.felix.framework.FrameworkStartLevelImpl.run(FrameworkStartLevelImpl.java:304)
	at java.lang.Thread.run(Thread.java:744)
{code}

As far as I can tell oak-lucene is now depending on 'org.apache.jackrabbit.oak.core' package via the ImmutableRoot reference, which is not exported by oak-core.

Edit: same goes for 'org.apache.jackrabbit.oak.plugins.tree'.


was (Author: alex.parvulescu):
[~chetanm] fyi, the latest changes on this issue broke OSGi support:
{code}
(org.osgi.framework.BundleException: Unresolved constraint in bundle org.apache.jackrabbit.oak-lucene [92]: Unable to resolve 92.0: missing requirement [92.0] osgi.wiring.package; (osgi.wiring.package=org.apache.jackrabbit.oak.core))
org.osgi.framework.BundleException: Unresolved constraint in bundle org.apache.jackrabbit.oak-lucene [92]: Unable to resolve 92.0: missing requirement [92.0] osgi.wiring.package; (osgi.wiring.package=org.apache.jackrabbit.oak.core)
	at org.apache.felix.framework.Felix.resolveBundleRevision(Felix.java:4002)
	at org.apache.felix.framework.Felix.startBundle(Felix.java:2045)
	at org.apache.felix.framework.Felix.setActiveStartLevel(Felix.java:1299)
	at org.apache.felix.framework.FrameworkStartLevelImpl.run(FrameworkStartLevelImpl.java:304)
	at java.lang.Thread.run(Thread.java:744)
{code}

As far as I can tell oak-lucene is now depending on 'org.apache.jackrabbit.oak.core' package via the ImmutableRoot reference, which is not exported by oak-core.

> Enable support for NodeType based indexing rules
> ------------------------------------------------
>
>                 Key: OAK-2261
>                 URL: https://issues.apache.org/jira/browse/OAK-2261
>             Project: Jackrabbit Oak
>          Issue Type: New Feature
>          Components: oak-lucene
>            Reporter: Chetan Mehrotra
>            Assignee: Chetan Mehrotra
>             Fix For: 1.2
>
>
> Jackrabbit provided rich configuration related to how indexing is done as explained in http://wiki.apache.org/jackrabbit/IndexingConfiguration
> This needs to be supported in Oak to enable capturing configuration related to Boosting, Aggregation etc. See http://markmail.org/thread/oc7gzt53d4g5aiia



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)