cancel
Showing results for 
Search instead for 
Did you mean: 

Lucene cannot find the subfolders

rafpgn
Champ in-the-making
Champ in-the-making
Please Help.

Lucene cannot find the subfolders in the "Software Engineering Project" folder .
I'm using an external Java WebService client .

this is the query i perform:

PATH:"/app:company_home/app:dictionary/app:space_templates/app:Software_x0020_Engineering_x0020_Project"
   
In the default installation of Alfresco under the "Software Engineering Project" folder there
the following 6 folders :
Discussions ,Documentation,Presentations,Quality Assurance,UI Design

[img]http://img218.imageshack.us/img218/417/test1co7.th.jpg[/img]

Thanks in Advance.
5 REPLIES 5

bedag-moo
Champ in-the-making
Champ in-the-making
Are you sure you escaped the spaces in the folder name correctly? (I doubt _x0020_ represents a space in a lucene query.)

rafpgn
Champ in-the-making
Champ in-the-making

rafpgn
Champ in-the-making
Champ in-the-making
I tried this other similar query :
    query = PATH:"/app:company_home/app:dictionary/app:space_templates/app:*"
that doesnt report any result.

rivarola
Champ on-the-rise
Champ on-the-rise
Hello,

This folder is not in the app namespace but in the standard cm one. If you look for it with this expression :
 PATH:"/app:company_home/app:dictionary/app:space_templates/cm:Software_x0020_Engineering_x0020_Project/*" 
you will find the subfolders.

rafpgn
Champ in-the-making
Champ in-the-making
Hello,

This folder is not in the app namespace but in the standard cm one. If you look for it with this expression :
 PATH:"/app:company_home/app:dictionary/app:space_templates/cm:Software_x0020_Engineering_x0020_Project/*" 
you will find the subfolders.

ok, thank you , it worked ,
but i have not understood why Software_x0020_Engineering_x0020_Project
is in the cm namespace and not in the app namespace ?