Re: [Dspace-tech] discovery facet by collection

2015-07-30 Thread Pablo Buenaposada
This is the sidebar facet in discovery.xml that works showing the collection location.coll I really need to show the collections found and other metadada in the same facet, let's say that I want to show location.coll and dc.title, so:

Re: [Dspace-tech] discovery facet by collection

2015-07-29 Thread Christian Scheible
Hi Pablo, glad I could help. I'm not sure if i understand this part: My problem now is that I don't want to make a new facet, I want to use the location.coll in an existent facet and here seems not working, will see what's happening. Am 29.07.2015 um 11:12 schrieb Pablo Buenaposada: > Hi Chris

Re: [Dspace-tech] discovery facet by collection

2015-07-29 Thread Pablo Buenaposada
Hi Christian, The PR really helped me. The problem was that seems that dspace needs the field ending with "_filter" to make the filter appear so, we can modify our schema.xml to add this field and also fill with the same value of location.coll: With this the facet appears. The next problem is

Re: [Dspace-tech] discovery facet by collection

2015-07-24 Thread Christian Scheible
Hi Pablo, I think the problem is that collection is not a metadata field. So you need to add some fields to the Solr index. I wrote a pull request (https://github.com/DSpace/DSpace/pull/988) to make filtering for items with full text possible. This is possible by: - adding a FilterPlugin like

Re: [Dspace-tech] discovery facet by collection

2015-07-24 Thread Pablo Buenaposada
I don't know if you understand me. >From what I know, to make a sidebar facet work you need to create mandatory a search filter, so, is not helpful... is required! My problem is not about making the sidebar facet appear in community/collection level, the problem is that in nowhere appears it. This

Re: [Dspace-tech] discovery facet by collection

2015-07-23 Thread Terry Brady
I saw this issue raised up on the list again today. Pablo, I do not know if this will answer your questions, but this information might be helpful. As Christian suggests, I have also found it helpful to define new sidebarFacets as searchFilters. I implemented a custom sidebar facet on a community

Re: [Dspace-tech] discovery facet by collection

2015-07-23 Thread Pablo Buenaposada
up -- View this message in context: http://dspace.2283337.n4.nabble.com/discovery-facet-by-collection-tp4678162p4678894.html Sent from the DSpace - Tech mailing list archive at Nabble.com. -- __

Re: [Dspace-tech] discovery facet by collection

2015-06-15 Thread Pablo Buenaposada
I'm using the configuration of a filter that works ok, so seems that no bad configuration could affect here, any hint? -- View this message in context: http://dspace.2283337.n4.nabble.com/discovery-facet-by-collection-tp4678162p4678364.html Sent from the DSpace - Tech mailing list archive at Na

Re: [Dspace-tech] discovery facet by collection

2015-06-02 Thread Christian Scheible
The field should be fine (At least thats the field I can see in Solr search core). Maybe the problem is that you didn't define it in every place where it is needed. I think it has to be a search filter in addition to a facet in order to work. And maybe it has to be part of the hompageConfigurat

Re: [Dspace-tech] discovery facet by collection

2015-06-02 Thread Pablo Buenaposada
yes, I have reindex after the change in discovery.xml. The tag location.coll is the correct one to obtain the collection? -- View this message in context: http://dspace.2283337.n4.nabble.com/discovery-facet-by-collection-tp4678162p4678167.html Sent from the DSpace - Tech mailing list archive at

Re: [Dspace-tech] discovery facet by collection

2015-06-02 Thread Christian Scheible
Hi, did you reindex discovery after chaning the discovery.xml? After modifying sidebarFacets and searchFilters, don't forget to reindex existing items by running|[dspace]/bin/dspace index-discovery||-b|, otherwise the changes will not appear. Am 02.06.2015 um 10:24 schrieb Pablo Buenaposada:

[Dspace-tech] discovery facet by collection

2015-06-02 Thread Pablo Buenaposada
Hi, I want to make a discovery sidebar facet by collection, what's the value to put in discovery.xml to retrieve the collection of the items? I see in solr that the value is location.coll but i have tested with location.coll with no luck. -- View this message in context: http://dspace.2283337.n