MoreLikeThis

2014-01-31 Thread rubenboada
Hi everybody, I'm working on DSpace 3.2 and I want to change 'Related Documents' functionality, which is based on Solr MoreLikeThis. Now when I open an item, below his metadata appears 'Related Documents' where would have to show other items of actual item's author, but appears items of another au

Re: MoreLikeThis

2014-02-07 Thread rubenboada
Hi iorixxx, Sorry for the delay in replying. The code is the below: /public void performSearch(DSpaceObject dso) throws SearchServiceException { if(queryResults != null) { return; } this.queryArgs = prepareDefaultFilters(getView()); this.quer