Re: [xwiki-users] Lucene search object: not working ?

2010-01-15 Thread Jeremie BOUSQUET
It works now ! At least for XWiki.XWikiUsers. I believe it was a reindexing
problem. I had migrated and restarted the instance a while ago, but the
index maybe was not up to date still.

Anyway, thanks !
___
users mailing list
users@xwiki.org
http://lists.xwiki.org/mailman/listinfo/users


[xwiki-users] Lucene search object: not working ?

2010-01-14 Thread Jeremie BOUSQUET
Hi,

Following this 
pagehttp://code.xwiki.org/xwiki/bin/view/Applications/SearchApplicationLuceneSearchQueryHelp,
I was interested in using lucene to search for pages containing specific
objects using, for example, syntax like object:XWiki.XWikiUsers AND
jbousque.

I did not manage to have any results, with different classes. I also tested
using only object:XWiki.XWikiUsers, expecting to retrieve the list of
users, but again no result at all.

Am I missing something ?

Thanks,
Jeremie
___
users mailing list
users@xwiki.org
http://lists.xwiki.org/mailman/listinfo/users


Re: [xwiki-users] Lucene search object: not working ?

2010-01-14 Thread Thomas Mortagne
On Thu, Jan 14, 2010 at 16:49, Jeremie BOUSQUET
jeremie.bousq...@gmail.com wrote:
 Hi,

 Following this 
 pagehttp://code.xwiki.org/xwiki/bin/view/Applications/SearchApplicationLuceneSearchQueryHelp,
 I was interested in using lucene to search for pages containing specific
 objects using, for example, syntax like object:XWiki.XWikiUsers AND
 jbousque.

 I did not manage to have any results, with different classes. I also tested
 using only object:XWiki.XWikiUsers, expecting to retrieve the list of
 users, but again no result at all.

 Am I missing something ?

Which version of XWiki are you using ?

I just tested on a fresh XE 2.1.1 and it's working well (i get only
Admin obviously but already better than nothing ;)). Maybe you have a
lucene index issue, You could try to rebuild it.

Dumb question: are you sue you test on Lucene search page
(http://127.0.0.1:8080/xwiki/bin/view/Main/LuceneSearch) ? The default
search page is not Lucene based search page but SQL based search page,
there is a link to each other at the end of the page.


 Thanks,
 Jeremie
 ___
 users mailing list
 users@xwiki.org
 http://lists.xwiki.org/mailman/listinfo/users




-- 
Thomas Mortagne
___
users mailing list
users@xwiki.org
http://lists.xwiki.org/mailman/listinfo/users