I add the following: dspace/config/modules/oai.cfg
# Storage: solr | database storage=solr So I'm using the getQuery() method <https://github.com/lyncode/XOAI-DSpace-Addon-1.8.2/blob/master/dspace-source/dspace-xoai/dspace-xoai-api/src/main/java/org/dspace/xoai/filter/DspaceSetSpecFilter.java#L114> 2017-04-07 11:35 GMT-03:00 Gonzalo Faramiñan <[email protected]>: > Hello DSpacers, > > I've created a new OAI context and can populate it fine using metadata > filters (such as DSpaceAtLeastOneMetadataFilter). But I cannot make it > trough items values such as <setSpec> from record's header. I'm running > Dspace 4 at the moment. > > I've tried both DspaceSetSpecFilter and SolrFilterResult with no good > results. > > To be honest, I guess I'm failing on syntax when trying to pass params to > the class. > > I've been trying something like this: > > <Filter id="testFilter"> > <Class>org.dspace.xoai.filter.DspaceSetSpecFilter</Class> > <Parameter key="setSpec"> <Value>col_123456789_2630</Value> > </Parameter> > </Filter> > > I'll appreciate any hints! > > Gonzalo > > > > -- > You received this message because you are subscribed to a topic in the > Google Groups "DSpace Technical Support" group. > To unsubscribe from this topic, visit https://groups.google.com/d/ > topic/dspace-tech/GpyFoFrjGU4/unsubscribe. > To unsubscribe from this group and all its topics, send an email to > [email protected]. > To post to this group, send email to [email protected]. > Visit this group at https://groups.google.com/group/dspace-tech. > For more options, visit https://groups.google.com/d/optout. > -- You received this message because you are subscribed to the Google Groups "DSpace Technical Support" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at https://groups.google.com/group/dspace-tech. For more options, visit https://groups.google.com/d/optout.
