[
https://issues.apache.org/jira/browse/OAK-154?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13426856#comment-13426856
]
Jukka Zitting commented on OAK-154:
-----------------------------------
This broke {{oak-jcr}} because of the missing Lucene dependency (it's optional
in {{oak-core}}). I fixed that in revision 1368222 by making Lucene a
non-optional, inlined dependency of {{oak-core}} (it's always needed now that
{{ContentRepositoryImpl}} uses it), but ultimately we should make it optional
again by removing the hardcoded list of editors in {{ContentRepositoryImpl}}.
In the same commit I also had to adjust {{o.a.j.oak.jcr.RepositoryTest}} to
work with the index nodes in place. To catch such problems in advance, please
run {{mvn clean install -PintegrationTesting}} on the whole Oak checkout before
committing changes.
> Full text search index
> ----------------------
>
> Key: OAK-154
> URL: https://issues.apache.org/jira/browse/OAK-154
> Project: Jackrabbit Oak
> Issue Type: New Feature
> Components: core
> Reporter: Jukka Zitting
> Assignee: Jukka Zitting
> Labels: lucene
> Attachments: OAK-154-enable-lucene.patch
>
>
> Oak should support full text search against content in the repository.
> As a default implementation of such a feature I'd like to add a simple
> Lucene-based full text index, somewhat similar to the search index we have in
> Jackrabbit 2.x.
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators:
https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira