Re: [xwiki-users] Sold search from JAVA

2015-08-11 Thread vinc...@massol.net
Hi, See  http://extensions.xwiki.org/xwiki/bin/view/Extension/Solr+Search+Query+API#HFromJava Thanks -Vincent On 11 Aug 2015 at 13:28:08, Eduard Moraru (enygma2...@gmail.com(mailto:enygma2...@gmail.com)) wrote: > Hi, > > You need to use XWiki's Query Module [1]. > > Here's a quick howto: >

Re: [xwiki-users] Sold search from JAVA

2015-08-11 Thread Eduard Moraru
Hi, You need to use XWiki's Query Module [1]. Here's a quick howto: Make sure your maven module's pom.xml depends on the org.xwiki.platform:xwiki-platform-search-solr-query module in order to have the right classes in your classpath. Then, you could do something along these lines: // declare t

[xwiki-users] Sold search from JAVA

2015-08-10 Thread Peter Huisman
Hi, I have been looking into the Solr search to identify which wiki links ([>>doc:] in TEXTAREA’s within Objects on a page) are being used for a certain document. I want to use this from my Java packages. I have not been able to identify an (easy?) way of incorporating Solr search into this. If