[xwiki-users] custom lucene search
Hi all! Need small help with custom lucene search. I need to organize searching inside only pages of my custom class and attachments of these pages. I can do this, if I write #set($extraClause = " AND space:mySpace AND object:mySpaceCode.myCustomClass") this working great, but only for wiki-pages - not attachments of these pages. If I write only #set($extraClause = " AND space:mySpace") - searching inside attachments working, but give me also pages not of myCustomClass. Maybe is it possible to write lucene query how I need? -- Thanks beforehand! Eugen Colesnicov -- View this message in context: http://xwiki.475771.n2.nabble.com/custom-lucene-search-tp5469147p5469147.htm... Sent from the XWiki- Users mailing list archive at Nabble.com.
I found the answer. In my situation need to write: #set($extraClause = " AND space:etvcCV AND ( object:etvcCVcode.CurriculumClass OR type:attachment )") all is working great! -- Best Regards Eugen Colesnicov -- View this message in context: http://xwiki.475771.n2.nabble.com/custom-lucene-search-tp5469147p5470907.htm... Sent from the XWiki- Users mailing list archive at Nabble.com.
participants (1)
-
Colesnicov Eugen