On Thu, Jan 14, 2010 at 16:49, Jeremie BOUSQUET <[email protected]> wrote:
Hi,
Following this page<http://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 [email protected] http://lists.xwiki.org/mailman/listinfo/users
-- Thomas Mortagne