You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@jackrabbit.apache.org by Torgeir Veimo <to...@pobox.com> on 2009/01/21 09:43:46 UTC

case insensitivity in path selector in xpath query

Is it possible to specify somehow in an xpath query that the path  
should be case insensitive, or one component of the path?

-- 
Torgeir Veimo
torgeir@pobox.com





Re: case insensitivity in path selector in xpath query

Posted by Alexander Klimetschek <ak...@day.com>.
On Wed, Jan 21, 2009 at 9:43 AM, Torgeir Veimo <to...@pobox.com> wrote:
> Is it possible to specify somehow in an xpath query that the path should be
> case insensitive, or one component of the path?

No, there is no support for paths except the leading path constraint
in xpath. You might be able to optimize your content for that kind of
query by introducing a property on the nodes you search  has the same
value as the node name. In this case you are able to get the
advantages of the fulltext index.

Regards,
Alex

-- 
Alexander Klimetschek
alexander.klimetschek@day.com