On Fri, Feb 7, 2014 at 12:31 PM, Webshet, Sisay (ILRI) <[email protected]> wrote: > The item count for a specific collection > https://cgspace.cgiar.org/handle/10568/476/browse?type=output > > Poster [489] shows the default item count shown for the root community.
Your issue, as I understand it, is that you are looking at item counts in a browse index. Specifically in a browse index by output type (presumably your dc.type.output). Now you're looking at a specific collection, so you expect to see a number of documents that both belong to the collection and have the specified output type. I think this is not possible in DSpace up to and including 3.x, where the item counter only counts items per community/collection (not per browse index) and stores them in the database. This _should_ be possible in DSpace 4.x, where the item counter asks Solr directly for the number at runtime, but I haven't verified whether this works. It depends on the implementation of SolrBrowseDAO (also enabled by default in DSpace 4.x) - whether it simply asks for the number of items in the collection (as in DSpace 3) or for the number of items for the specific query (collection intersected with current browse index). If the explanation doesn't make sense, nevermind. Just try it in DSpace 4 and see if it works. Regards, ~~helix84 Compulsory reading: DSpace Mailing List Etiquette https://wiki.duraspace.org/display/DSPACE/Mailing+List+Etiquette ------------------------------------------------------------------------------ Managing the Performance of Cloud-Based Applications Take advantage of what the Cloud has to offer - Avoid Common Pitfalls. Read the Whitepaper. http://pubads.g.doubleclick.net/gampad/clk?id=121051231&iu=/4140/ostg.clktrk _______________________________________________ DSpace-tech mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/dspace-tech List Etiquette: https://wiki.duraspace.org/display/DSPACE/Mailing+List+Etiquette

