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/03/06 16:22:43 UTC

[jira] [Resolved] (OAK-1516) PhraseQuery fails due to missing posiion info in indexed fields

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

Alex Parvulescu resolved OAK-1516.
----------------------------------

    Resolution: Fixed

fixed with rev http://svn.apache.org/r1574910

> PhraseQuery fails due to missing posiion info in indexed fields
> ---------------------------------------------------------------
>
>                 Key: OAK-1516
>                 URL: https://issues.apache.org/jira/browse/OAK-1516
>             Project: Jackrabbit Oak
>          Issue Type: Bug
>          Components: oak-lucene
>    Affects Versions: 0.18
>            Reporter: Alex Parvulescu
>            Assignee: Alex Parvulescu
>             Fix For: 0.19
>
>
> Following OAK-1487 I've introduced a regression in the indexing of fields on the Lucene index.
> There are some types of queries (the ones that use property restrictions) that cannot run anymore.
> bq. /jcr:root/content/dam//*[jcr:contains(jcr:content/metadata/@dc:format, 'application/pdf')] 
> bq. Caused by: java.lang.IllegalStateException: field "dc:format" was indexed without position data; cannot run PhraseQuery (term=text)
> I could not reproduce this in an unit test so far.



--
This message was sent by Atlassian JIRA
(v6.2#6252)