Re: [dspace-tech] Display browse?type=author

2019-06-24 Thread Thiago Gonzaga Belmonte Galvão
Thanks for you response Tim. I Will try.
Best regards.

Em seg, 24 de jun de 2019 às 18:01, Tim Donohue 
escreveu:

> Hi Thiago,
>
> Claudia's previous answer should be correct, if I'm understanding what you
> are describing.   By default the "Browse by Author" screens is configured
> to browse by "dc.contributor.*" or "dc.creator".  This configuration is in
> the "dspace.cfg" on this line:
> https://github.com/DSpace/DSpace/blob/dspace-6_x/dspace/config/dspace.cfg#L1028
>
> To change that option to only use "dc.contributor.author", you'd want to
> modify that line to *only* list "dc.contributor.author", so it should look
> like this:
>
> webui.browse.index.2 = author:metadata:dc.contributor.author:text
>
> After making that modification, you will need to restart Tomcat, and then
> *reindex all your content* by running:
>
> [dspace]/bin/dspace index-discovery -b
>
> The end result should be that your Browse by Author option should then
> only use the "dc.contributor.author" field.
>
> Tim
>
>
> On Mon, Jun 24, 2019 at 3:43 PM Thiago Gonzaga Belmonte Galvão <
> thiago.gal...@ifmg.edu.br> wrote:
>
>> Anybody can help?
>>
>> Em qua, 5 de jun de 2019 às 15:56, Thiago Gonzaga Belmonte Galvão <
>> thiago.gal...@ifmg.edu.br> escreveu:
>>
>>> Hello Claudia, thanks.
>>>
>>> It did not work for me, but i will try to explain better.
>>>
>>> On the dspace  main page we have the following button options that
>>> corresponds:
>>>
>>> - http://oursite/jspui/community-list
>>> - http://oursite/jspui/browse?type=dateissued
>>> - http://oursite/jspui/browse?type=author
>>> - http://oursite/jspui/browse?type=title
>>> - http:/oursite/jspui/browse?type=subject
>>>
>>> When we select the button option *browse?type=author* it returns the
>>> following metadata *dc.contributor.authors, dc.contributor.advisors and
>>> dc.contributor.referee*. Somewhere there must be a configuration that
>>> says to return dc.contributor.*
>>>
>>> What should I do to return only authors (dc.contributor.authors)?
>>>
>>> Best regards.
>>>
>>> Em quinta-feira, 9 de maio de 2019 11:35:38 UTC-3, Claudia Jürgen
>>> escreveu:

 Hello Thiago,

 the command is index-discovery  since DSpace 4
 see

 https://wiki.duraspace.org/display/DSDOC6x/Discovery#Discovery-DiscoverySolrIndexMaintenance

 Hope this helps

 Claudia Jürgen



 Am 09.05.2019 um 16:11 schrieb Thiago Gonzaga Belmonte Galvão:
 >   Thanks Claudia,
 >
 > To update solr index just
 >
 > - Change directory to [dspace]/bin/ and run *dspace index-update ?*
 >
 > Best regards.
 >
 > Em qui, 9 de mai de 2019 às 10:03, Claudia Jürgen <
 > claudia...@tu-dortmund.de> escreveu:
 >
 >> Hello,
 >>
 >> this is just a configuration thing, not a mistake.
 >>
 >> By default in the browse index all dc.contributor.* type metadata
 are
 >> included
 >>
 >>
 https://github.com/DSpace/DSpace/blob/dspace-6_x/dspace/config/dspace.cfg#L1028
 >> see
 >>
 >>
 https://wiki.duraspace.org/display/DSDOC6x/Configuration+Reference#ConfigurationReference-DefiningtheIndexes
 >>
 >> Just change the configuration to
 >> webui.browse.index.2 = author:metadata:dc.contributor.author:text
 >>
 >> and update your solr indices
 >>
 >> Hope this helps
 >>
 >> Claudia Jürgen
 >>
 >> Am 09.05.2019 um 14:41 schrieb Thiago Gonzaga Belmonte Galvão:
 >>
 >> Hello guys,
 >>
 >> I have a "mistake" in my dspace jspui 6.3
 >>
 >> When we select the function "browse by" (browse?type=author) then
 returns
 >> dc.contributor.authors and other 2 metadata we add to dublin core,
 >> dc.contributor.advisors and dc.contributor.referee.
 >>
 >> What should I do to show only authors (dc.contributor.authors)?
 >>
 >> Anybody can help?
 >>
 >> Best regards
 >>
 >>
 >>
 >> --
 >> Claudia Juergen
 >> Eldorado
 >>
 >> Technische Universität Dortmund
 >> Universitätsbibliothek
 >> Vogelpothsweg 76
 >> 44227 Dortmund
 >>
 >> Tel.: +49 231-755 40 43
 >> Fax: +49 231-755 40 32claudi...@tu-dortmund.dewww.ub.tu-dortmund.de
 >>
 >>
 >>
 >>
 >>
 >> *Wichtiger Hinweis: Die Information in dieser E-Mail ist
 vertraulich. Sie
 >> ist ausschließlich für den Adressaten bestimmt. Sollten Sie nicht
 der für
 >> diese E-Mail bestimmte Adressat sein, unterrichten Sie bitte den
 Absender
 >> und vernichten Sie diese Mail. Vielen Dank. Unbeschadet der
 Korrespondenz
 >> per E-Mail, sind unsere Erklärungen ausschließlich final
 rechtsverbindlich,
 >> wenn sie in herkömmlicher Schriftform (mit eigenhändiger
 Unterschrift) oder
 >> durch Übermittlung eines solchen Schriftstücks per Telefax erfolgen.
 >> Important note: The information included in this e-mail is
 confidential. It
 >> is 

Re: [dspace-tech] Display browse?type=author

2019-06-24 Thread Tim Donohue
Hi Thiago,

Claudia's previous answer should be correct, if I'm understanding what you
are describing.   By default the "Browse by Author" screens is configured
to browse by "dc.contributor.*" or "dc.creator".  This configuration is in
the "dspace.cfg" on this line:
https://github.com/DSpace/DSpace/blob/dspace-6_x/dspace/config/dspace.cfg#L1028

To change that option to only use "dc.contributor.author", you'd want to
modify that line to *only* list "dc.contributor.author", so it should look
like this:

webui.browse.index.2 = author:metadata:dc.contributor.author:text

After making that modification, you will need to restart Tomcat, and then
*reindex all your content* by running:

[dspace]/bin/dspace index-discovery -b

The end result should be that your Browse by Author option should then only
use the "dc.contributor.author" field.

Tim


On Mon, Jun 24, 2019 at 3:43 PM Thiago Gonzaga Belmonte Galvão <
thiago.gal...@ifmg.edu.br> wrote:

> Anybody can help?
>
> Em qua, 5 de jun de 2019 às 15:56, Thiago Gonzaga Belmonte Galvão <
> thiago.gal...@ifmg.edu.br> escreveu:
>
>> Hello Claudia, thanks.
>>
>> It did not work for me, but i will try to explain better.
>>
>> On the dspace  main page we have the following button options that
>> corresponds:
>>
>> - http://oursite/jspui/community-list
>> - http://oursite/jspui/browse?type=dateissued
>> - http://oursite/jspui/browse?type=author
>> - http://oursite/jspui/browse?type=title
>> - http:/oursite/jspui/browse?type=subject
>>
>> When we select the button option *browse?type=author* it returns the
>> following metadata *dc.contributor.authors, dc.contributor.advisors and
>> dc.contributor.referee*. Somewhere there must be a configuration that
>> says to return dc.contributor.*
>>
>> What should I do to return only authors (dc.contributor.authors)?
>>
>> Best regards.
>>
>> Em quinta-feira, 9 de maio de 2019 11:35:38 UTC-3, Claudia Jürgen
>> escreveu:
>>>
>>> Hello Thiago,
>>>
>>> the command is index-discovery  since DSpace 4
>>> see
>>>
>>> https://wiki.duraspace.org/display/DSDOC6x/Discovery#Discovery-DiscoverySolrIndexMaintenance
>>>
>>> Hope this helps
>>>
>>> Claudia Jürgen
>>>
>>>
>>>
>>> Am 09.05.2019 um 16:11 schrieb Thiago Gonzaga Belmonte Galvão:
>>> >   Thanks Claudia,
>>> >
>>> > To update solr index just
>>> >
>>> > - Change directory to [dspace]/bin/ and run *dspace index-update ?*
>>> >
>>> > Best regards.
>>> >
>>> > Em qui, 9 de mai de 2019 às 10:03, Claudia Jürgen <
>>> > claudia...@tu-dortmund.de> escreveu:
>>> >
>>> >> Hello,
>>> >>
>>> >> this is just a configuration thing, not a mistake.
>>> >>
>>> >> By default in the browse index all dc.contributor.* type metadata are
>>> >> included
>>> >>
>>> >>
>>> https://github.com/DSpace/DSpace/blob/dspace-6_x/dspace/config/dspace.cfg#L1028
>>> >> see
>>> >>
>>> >>
>>> https://wiki.duraspace.org/display/DSDOC6x/Configuration+Reference#ConfigurationReference-DefiningtheIndexes
>>> >>
>>> >> Just change the configuration to
>>> >> webui.browse.index.2 = author:metadata:dc.contributor.author:text
>>> >>
>>> >> and update your solr indices
>>> >>
>>> >> Hope this helps
>>> >>
>>> >> Claudia Jürgen
>>> >>
>>> >> Am 09.05.2019 um 14:41 schrieb Thiago Gonzaga Belmonte Galvão:
>>> >>
>>> >> Hello guys,
>>> >>
>>> >> I have a "mistake" in my dspace jspui 6.3
>>> >>
>>> >> When we select the function "browse by" (browse?type=author) then
>>> returns
>>> >> dc.contributor.authors and other 2 metadata we add to dublin core,
>>> >> dc.contributor.advisors and dc.contributor.referee.
>>> >>
>>> >> What should I do to show only authors (dc.contributor.authors)?
>>> >>
>>> >> Anybody can help?
>>> >>
>>> >> Best regards
>>> >>
>>> >>
>>> >>
>>> >> --
>>> >> Claudia Juergen
>>> >> Eldorado
>>> >>
>>> >> Technische Universität Dortmund
>>> >> Universitätsbibliothek
>>> >> Vogelpothsweg 76
>>> >> 44227 Dortmund
>>> >>
>>> >> Tel.: +49 231-755 40 43
>>> >> Fax: +49 231-755 40 32claudi...@tu-dortmund.dewww.ub.tu-dortmund.de
>>> >>
>>> >>
>>> >>
>>> >>
>>> >>
>>> >> *Wichtiger Hinweis: Die Information in dieser E-Mail ist vertraulich.
>>> Sie
>>> >> ist ausschließlich für den Adressaten bestimmt. Sollten Sie nicht der
>>> für
>>> >> diese E-Mail bestimmte Adressat sein, unterrichten Sie bitte den
>>> Absender
>>> >> und vernichten Sie diese Mail. Vielen Dank. Unbeschadet der
>>> Korrespondenz
>>> >> per E-Mail, sind unsere Erklärungen ausschließlich final
>>> rechtsverbindlich,
>>> >> wenn sie in herkömmlicher Schriftform (mit eigenhändiger
>>> Unterschrift) oder
>>> >> durch Übermittlung eines solchen Schriftstücks per Telefax erfolgen.
>>> >> Important note: The information included in this e-mail is
>>> confidential. It
>>> >> is solely intended for the recipient. If you are not the intended
>>> recipient
>>> >> of this e-mail please contact the sender and delete this message.
>>> Thank
>>> >> you. Without prejudice of e-mail correspondence, our statements are
>>> only
>>> >> legally binding when they are made in the con

Re: [dspace-tech] Display browse?type=author

2019-06-24 Thread Thiago Gonzaga Belmonte Galvão
Anybody can help?

Em qua, 5 de jun de 2019 às 15:56, Thiago Gonzaga Belmonte Galvão <
thiago.gal...@ifmg.edu.br> escreveu:

> Hello Claudia, thanks.
>
> It did not work for me, but i will try to explain better.
>
> On the dspace  main page we have the following button options that
> corresponds:
>
> - http://oursite/jspui/community-list
> - http://oursite/jspui/browse?type=dateissued
> - http://oursite/jspui/browse?type=author
> - http://oursite/jspui/browse?type=title
> - http:/oursite/jspui/browse?type=subject
>
> When we select the button option *browse?type=author* it returns the
> following metadata *dc.contributor.authors, dc.contributor.advisors and
> dc.contributor.referee*. Somewhere there must be a configuration that
> says to return dc.contributor.*
>
> What should I do to return only authors (dc.contributor.authors)?
>
> Best regards.
>
> Em quinta-feira, 9 de maio de 2019 11:35:38 UTC-3, Claudia Jürgen escreveu:
>>
>> Hello Thiago,
>>
>> the command is index-discovery  since DSpace 4
>> see
>>
>> https://wiki.duraspace.org/display/DSDOC6x/Discovery#Discovery-DiscoverySolrIndexMaintenance
>>
>> Hope this helps
>>
>> Claudia Jürgen
>>
>>
>>
>> Am 09.05.2019 um 16:11 schrieb Thiago Gonzaga Belmonte Galvão:
>> >   Thanks Claudia,
>> >
>> > To update solr index just
>> >
>> > - Change directory to [dspace]/bin/ and run *dspace index-update ?*
>> >
>> > Best regards.
>> >
>> > Em qui, 9 de mai de 2019 às 10:03, Claudia Jürgen <
>> > claudia...@tu-dortmund.de> escreveu:
>> >
>> >> Hello,
>> >>
>> >> this is just a configuration thing, not a mistake.
>> >>
>> >> By default in the browse index all dc.contributor.* type metadata are
>> >> included
>> >>
>> >>
>> https://github.com/DSpace/DSpace/blob/dspace-6_x/dspace/config/dspace.cfg#L1028
>> >> see
>> >>
>> >>
>> https://wiki.duraspace.org/display/DSDOC6x/Configuration+Reference#ConfigurationReference-DefiningtheIndexes
>> >>
>> >> Just change the configuration to
>> >> webui.browse.index.2 = author:metadata:dc.contributor.author:text
>> >>
>> >> and update your solr indices
>> >>
>> >> Hope this helps
>> >>
>> >> Claudia Jürgen
>> >>
>> >> Am 09.05.2019 um 14:41 schrieb Thiago Gonzaga Belmonte Galvão:
>> >>
>> >> Hello guys,
>> >>
>> >> I have a "mistake" in my dspace jspui 6.3
>> >>
>> >> When we select the function "browse by" (browse?type=author) then
>> returns
>> >> dc.contributor.authors and other 2 metadata we add to dublin core,
>> >> dc.contributor.advisors and dc.contributor.referee.
>> >>
>> >> What should I do to show only authors (dc.contributor.authors)?
>> >>
>> >> Anybody can help?
>> >>
>> >> Best regards
>> >>
>> >>
>> >>
>> >> --
>> >> Claudia Juergen
>> >> Eldorado
>> >>
>> >> Technische Universität Dortmund
>> >> Universitätsbibliothek
>> >> Vogelpothsweg 76
>> >> 44227 Dortmund
>> >>
>> >> Tel.: +49 231-755 40 43
>> >> Fax: +49 231-755 40 32claudi...@tu-dortmund.dewww.ub.tu-dortmund.de
>> >>
>> >>
>> >>
>> >>
>> >>
>> >> *Wichtiger Hinweis: Die Information in dieser E-Mail ist vertraulich.
>> Sie
>> >> ist ausschließlich für den Adressaten bestimmt. Sollten Sie nicht der
>> für
>> >> diese E-Mail bestimmte Adressat sein, unterrichten Sie bitte den
>> Absender
>> >> und vernichten Sie diese Mail. Vielen Dank. Unbeschadet der
>> Korrespondenz
>> >> per E-Mail, sind unsere Erklärungen ausschließlich final
>> rechtsverbindlich,
>> >> wenn sie in herkömmlicher Schriftform (mit eigenhändiger Unterschrift)
>> oder
>> >> durch Übermittlung eines solchen Schriftstücks per Telefax erfolgen.
>> >> Important note: The information included in this e-mail is
>> confidential. It
>> >> is solely intended for the recipient. If you are not the intended
>> recipient
>> >> of this e-mail please contact the sender and delete this message.
>> Thank
>> >> you. Without prejudice of e-mail correspondence, our statements are
>> only
>> >> legally binding when they are made in the conventional written form
>> (with
>> >> personal signature) or when such documents are sent by fax. *
>> >>
>> >> --
>> >> All messages to this mailing list should adhere to the DuraSpace Code
>> of
>> >> Conduct: https://duraspace.org/about/policies/code-of-conduct/
>> >> ---
>> >> 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 dspac...@googlegroups.com.
>> >> To post to this group, send email to dspac...@googlegroups.com.
>> >> Visit this group at https://groups.google.com/group/dspace-tech.
>> >> To view this discussion on the web visit
>> >>
>> https://groups.google.com/d/msgid/dspace-tech/00105882-e7d9-fab6-44c2-5a5a16885242%40tu-dortmund.de
>> >> <
>> https://groups.google.com/d/msgid/dspace-tech/00105882-e7d9-fab6-44c2-5a5a16885242%40tu-dortmund.de?utm_medium=email&utm_source=footer>
>>
>> >> .
>> >> For more options, visit https://groups.google.com/d/optout.
>> >>
>> >
>>
>> --
>> Claudia Juergen
>> Eldo

Re: [dspace-tech] Display browse?type=author

2019-06-05 Thread Thiago Gonzaga Belmonte Galvão
Hello Claudia, thanks.

It did not work for me, but i will try to explain better.

On the dspace  main page we have the following button options that 
corresponds:

- http://oursite/jspui/community-list
- http://oursite/jspui/browse?type=dateissued
- http://oursite/jspui/browse?type=author
- http://oursite/jspui/browse?type=title
- http:/oursite/jspui/browse?type=subject

When we select the button option *browse?type=author* it returns the 
following metadata *dc.contributor.authors, dc.contributor.advisors and 
dc.contributor.referee*. Somewhere there must be a configuration that says 
to return dc.contributor.*

What should I do to return only authors (dc.contributor.authors)?

Best regards.

Em quinta-feira, 9 de maio de 2019 11:35:38 UTC-3, Claudia Jürgen escreveu:
>
> Hello Thiago, 
>
> the command is index-discovery  since DSpace 4 
> see 
>
> https://wiki.duraspace.org/display/DSDOC6x/Discovery#Discovery-DiscoverySolrIndexMaintenance
>  
>
> Hope this helps 
>
> Claudia Jürgen 
>
>
>
> Am 09.05.2019 um 16:11 schrieb Thiago Gonzaga Belmonte Galvão: 
> >   Thanks Claudia, 
> > 
> > To update solr index just 
> > 
> > - Change directory to [dspace]/bin/ and run *dspace index-update ?* 
> > 
> > Best regards. 
> > 
> > Em qui, 9 de mai de 2019 às 10:03, Claudia Jürgen < 
> > claudia...@tu-dortmund.de > escreveu: 
> > 
> >> Hello, 
> >> 
> >> this is just a configuration thing, not a mistake. 
> >> 
> >> By default in the browse index all dc.contributor.* type metadata are 
> >> included 
> >> 
> >> 
> https://github.com/DSpace/DSpace/blob/dspace-6_x/dspace/config/dspace.cfg#L1028
>  
> >> see 
> >> 
> >> 
> https://wiki.duraspace.org/display/DSDOC6x/Configuration+Reference#ConfigurationReference-DefiningtheIndexes
>  
> >> 
> >> Just change the configuration to 
> >> webui.browse.index.2 = author:metadata:dc.contributor.author:text 
> >> 
> >> and update your solr indices 
> >> 
> >> Hope this helps 
> >> 
> >> Claudia Jürgen 
> >> 
> >> Am 09.05.2019 um 14:41 schrieb Thiago Gonzaga Belmonte Galvão: 
> >> 
> >> Hello guys, 
> >> 
> >> I have a "mistake" in my dspace jspui 6.3 
> >> 
> >> When we select the function "browse by" (browse?type=author) then 
> returns 
> >> dc.contributor.authors and other 2 metadata we add to dublin core, 
> >> dc.contributor.advisors and dc.contributor.referee. 
> >> 
> >> What should I do to show only authors (dc.contributor.authors)? 
> >> 
> >> Anybody can help? 
> >> 
> >> Best regards 
> >> 
> >> 
> >> 
> >> -- 
> >> Claudia Juergen 
> >> Eldorado 
> >> 
> >> Technische Universität Dortmund 
> >> Universitätsbibliothek 
> >> Vogelpothsweg 76 
> >> 44227 Dortmund 
> >> 
> >> Tel.: +49 231-755 40 43 
> >> Fax: +49 231-755 40 32claudi...@tu-dortmund.dewww.ub.tu-dortmund.de 
>  
> >> 
> >> 
> >> 
> >> 
> >> 
> >> *Wichtiger Hinweis: Die Information in dieser E-Mail ist vertraulich. 
> Sie 
> >> ist ausschließlich für den Adressaten bestimmt. Sollten Sie nicht der 
> für 
> >> diese E-Mail bestimmte Adressat sein, unterrichten Sie bitte den 
> Absender 
> >> und vernichten Sie diese Mail. Vielen Dank. Unbeschadet der 
> Korrespondenz 
> >> per E-Mail, sind unsere Erklärungen ausschließlich final 
> rechtsverbindlich, 
> >> wenn sie in herkömmlicher Schriftform (mit eigenhändiger Unterschrift) 
> oder 
> >> durch Übermittlung eines solchen Schriftstücks per Telefax erfolgen. 
> >> Important note: The information included in this e-mail is 
> confidential. It 
> >> is solely intended for the recipient. If you are not the intended 
> recipient 
> >> of this e-mail please contact the sender and delete this message. Thank 
> >> you. Without prejudice of e-mail correspondence, our statements are 
> only 
> >> legally binding when they are made in the conventional written form 
> (with 
> >> personal signature) or when such documents are sent by fax. * 
> >> 
> >> -- 
> >> All messages to this mailing list should adhere to the DuraSpace Code 
> of 
> >> Conduct: https://duraspace.org/about/policies/code-of-conduct/ 
> >> --- 
> >> 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 dspac...@googlegroups.com . 
> >> To post to this group, send email to dspac...@googlegroups.com 
> . 
> >> Visit this group at https://groups.google.com/group/dspace-tech. 
> >> To view this discussion on the web visit 
> >> 
> https://groups.google.com/d/msgid/dspace-tech/00105882-e7d9-fab6-44c2-5a5a16885242%40tu-dortmund.de
>  
> >> <
> https://groups.google.com/d/msgid/dspace-tech/00105882-e7d9-fab6-44c2-5a5a16885242%40tu-dortmund.de?utm_medium=email&utm_source=footer>
>  
>
> >> . 
> >> For more options, visit https://groups.google.com/d/optout. 
> >> 
> > 
>
> -- 
> Claudia Juergen 
> Eldorado 
>
> Technische Universität Dortmund 
> Universitätsbibliothek 
> Vogelpothsweg 76 
> 44227 Dortmund 
>
> Tel.: +49 231-755 40 43 
> Fax: +49 231

Re: [dspace-tech] Display browse?type=author

2019-06-05 Thread Thiago Gonzaga Belmonte Galvão
Hello Claudia, thanks.

It did not work for me, but i will try to explain better.

On the dspace  main page we have the following button options that 
corresponds:

- http://oursite/jspui/community-list
- http://oursite/jspui/browse?type=dateissued
- http://oursite/jspui/browse?type=author
- http://oursite/jspui/browse?type=title
- http:/oursite/jspui/browse?type=subject

When we select the button option *browse?type=author* it returns the 
following metadata *dc.contributor.authors, dc.contributor.advisors and 
dc.contributor.referee*. Somewhere there must be a configuration that says 
to return dc.contributor.*

What should I do to return only authors (dc.contributor.authors)?

Best regards.

Em quinta-feira, 9 de maio de 2019 11:35:38 UTC-3, Claudia Jürgen escreveu:
>
> Hello Thiago, 
>
> the command is index-discovery  since DSpace 4 
> see 
>
> https://wiki.duraspace.org/display/DSDOC6x/Discovery#Discovery-DiscoverySolrIndexMaintenance
>  
>
> Hope this helps 
>
> Claudia Jürgen 
>
>
>
> Am 09.05.2019 um 16:11 schrieb Thiago Gonzaga Belmonte Galvão: 
> >   Thanks Claudia, 
> > 
> > To update solr index just 
> > 
> > - Change directory to [dspace]/bin/ and run *dspace index-update ?* 
> > 
> > Best regards. 
> > 
> > Em qui, 9 de mai de 2019 às 10:03, Claudia Jürgen < 
> > claudia...@tu-dortmund.de > escreveu: 
> > 
> >> Hello, 
> >> 
> >> this is just a configuration thing, not a mistake. 
> >> 
> >> By default in the browse index all dc.contributor.* type metadata are 
> >> included 
> >> 
> >> 
> https://github.com/DSpace/DSpace/blob/dspace-6_x/dspace/config/dspace.cfg#L1028
>  
> >> see 
> >> 
> >> 
> https://wiki.duraspace.org/display/DSDOC6x/Configuration+Reference#ConfigurationReference-DefiningtheIndexes
>  
> >> 
> >> Just change the configuration to 
> >> webui.browse.index.2 = author:metadata:dc.contributor.author:text 
> >> 
> >> and update your solr indices 
> >> 
> >> Hope this helps 
> >> 
> >> Claudia Jürgen 
> >> 
> >> Am 09.05.2019 um 14:41 schrieb Thiago Gonzaga Belmonte Galvão: 
> >> 
> >> Hello guys, 
> >> 
> >> I have a "mistake" in my dspace jspui 6.3 
> >> 
> >> When we select the function "browse by" (browse?type=author) then 
> returns 
> >> dc.contributor.authors and other 2 metadata we add to dublin core, 
> >> dc.contributor.advisors and dc.contributor.referee. 
> >> 
> >> What should I do to show only authors (dc.contributor.authors)? 
> >> 
> >> Anybody can help? 
> >> 
> >> Best regards 
> >> 
> >> 
> >> 
> >> -- 
> >> Claudia Juergen 
> >> Eldorado 
> >> 
> >> Technische Universität Dortmund 
> >> Universitätsbibliothek 
> >> Vogelpothsweg 76 
> >> 44227 Dortmund 
> >> 
> >> Tel.: +49 231-755 40 43 
> >> Fax: +49 231-755 40 32claudi...@tu-dortmund.dewww.ub.tu-dortmund.de 
>  
> >> 
> >> 
> >> 
> >> 
> >> 
> >> *Wichtiger Hinweis: Die Information in dieser E-Mail ist vertraulich. 
> Sie 
> >> ist ausschließlich für den Adressaten bestimmt. Sollten Sie nicht der 
> für 
> >> diese E-Mail bestimmte Adressat sein, unterrichten Sie bitte den 
> Absender 
> >> und vernichten Sie diese Mail. Vielen Dank. Unbeschadet der 
> Korrespondenz 
> >> per E-Mail, sind unsere Erklärungen ausschließlich final 
> rechtsverbindlich, 
> >> wenn sie in herkömmlicher Schriftform (mit eigenhändiger Unterschrift) 
> oder 
> >> durch Übermittlung eines solchen Schriftstücks per Telefax erfolgen. 
> >> Important note: The information included in this e-mail is 
> confidential. It 
> >> is solely intended for the recipient. If you are not the intended 
> recipient 
> >> of this e-mail please contact the sender and delete this message. Thank 
> >> you. Without prejudice of e-mail correspondence, our statements are 
> only 
> >> legally binding when they are made in the conventional written form 
> (with 
> >> personal signature) or when such documents are sent by fax. * 
> >> 
> >> -- 
> >> All messages to this mailing list should adhere to the DuraSpace Code 
> of 
> >> Conduct: https://duraspace.org/about/policies/code-of-conduct/ 
> >> --- 
> >> 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 dspac...@googlegroups.com . 
> >> To post to this group, send email to dspac...@googlegroups.com 
> . 
> >> Visit this group at https://groups.google.com/group/dspace-tech. 
> >> To view this discussion on the web visit 
> >> 
> https://groups.google.com/d/msgid/dspace-tech/00105882-e7d9-fab6-44c2-5a5a16885242%40tu-dortmund.de
>  
> >> <
> https://groups.google.com/d/msgid/dspace-tech/00105882-e7d9-fab6-44c2-5a5a16885242%40tu-dortmund.de?utm_medium=email&utm_source=footer>
>  
>
> >> . 
> >> For more options, visit https://groups.google.com/d/optout. 
> >> 
> > 
>
> -- 
> Claudia Juergen 
> Eldorado 
>
> Technische Universität Dortmund 
> Universitätsbibliothek 
> Vogelpothsweg 76 
> 44227 Dortmund 
>
> Tel.: +49 231-755 40 43 
> Fax: +49 231

Re: [dspace-tech] Display browse?type=author

2019-05-09 Thread Claudia Jürgen

Hello Thiago,

the command is index-discovery  since DSpace 4
see
https://wiki.duraspace.org/display/DSDOC6x/Discovery#Discovery-DiscoverySolrIndexMaintenance

Hope this helps

Claudia Jürgen



Am 09.05.2019 um 16:11 schrieb Thiago Gonzaga Belmonte Galvão:

  Thanks Claudia,

To update solr index just

- Change directory to [dspace]/bin/ and run *dspace index-update ?*

Best regards.

Em qui, 9 de mai de 2019 às 10:03, Claudia Jürgen <
claudia.juer...@tu-dortmund.de> escreveu:


Hello,

this is just a configuration thing, not a mistake.

By default in the browse index all dc.contributor.* type metadata are
included

https://github.com/DSpace/DSpace/blob/dspace-6_x/dspace/config/dspace.cfg#L1028
see

https://wiki.duraspace.org/display/DSDOC6x/Configuration+Reference#ConfigurationReference-DefiningtheIndexes

Just change the configuration to
webui.browse.index.2 = author:metadata:dc.contributor.author:text

and update your solr indices

Hope this helps

Claudia Jürgen

Am 09.05.2019 um 14:41 schrieb Thiago Gonzaga Belmonte Galvão:

Hello guys,

I have a "mistake" in my dspace jspui 6.3

When we select the function "browse by" (browse?type=author) then returns
dc.contributor.authors and other 2 metadata we add to dublin core,
dc.contributor.advisors and dc.contributor.referee.

What should I do to show only authors (dc.contributor.authors)?

Anybody can help?

Best regards



--
Claudia Juergen
Eldorado

Technische Universität Dortmund
Universitätsbibliothek
Vogelpothsweg 76
44227 Dortmund

Tel.: +49 231-755 40 43
Fax: +49 231-755 40 32claudia.juer...@tu-dortmund.dewww.ub.tu-dortmund.de





*Wichtiger Hinweis: Die Information in dieser E-Mail ist vertraulich. Sie
ist ausschließlich für den Adressaten bestimmt. Sollten Sie nicht der für
diese E-Mail bestimmte Adressat sein, unterrichten Sie bitte den Absender
und vernichten Sie diese Mail. Vielen Dank. Unbeschadet der Korrespondenz
per E-Mail, sind unsere Erklärungen ausschließlich final rechtsverbindlich,
wenn sie in herkömmlicher Schriftform (mit eigenhändiger Unterschrift) oder
durch Übermittlung eines solchen Schriftstücks per Telefax erfolgen.
Important note: The information included in this e-mail is confidential. It
is solely intended for the recipient. If you are not the intended recipient
of this e-mail please contact the sender and delete this message. Thank
you. Without prejudice of e-mail correspondence, our statements are only
legally binding when they are made in the conventional written form (with
personal signature) or when such documents are sent by fax. *

--
All messages to this mailing list should adhere to the DuraSpace Code of
Conduct: https://duraspace.org/about/policies/code-of-conduct/
---
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 dspace-tech+unsubscr...@googlegroups.com.
To post to this group, send email to dspace-tech@googlegroups.com.
Visit this group at https://groups.google.com/group/dspace-tech.
To view this discussion on the web visit
https://groups.google.com/d/msgid/dspace-tech/00105882-e7d9-fab6-44c2-5a5a16885242%40tu-dortmund.de

.
For more options, visit https://groups.google.com/d/optout.





--
Claudia Juergen
Eldorado

Technische Universität Dortmund
Universitätsbibliothek
Vogelpothsweg 76
44227 Dortmund

Tel.: +49 231-755 40 43
Fax: +49 231-755 40 32
claudia.juer...@tu-dortmund.de
www.ub.tu-dortmund.de


Wichtiger Hinweis: Die Information in dieser E-Mail ist vertraulich. Sie ist 
ausschließlich für den Adressaten bestimmt. Sollten Sie nicht der für diese 
E-Mail bestimmte Adressat sein, unterrichten Sie bitte den Absender und 
vernichten Sie diese Mail. Vielen Dank.
Unbeschadet der Korrespondenz per E-Mail, sind unsere Erklärungen 
ausschließlich final rechtsverbindlich, wenn sie in herkömmlicher Schriftform 
(mit eigenhändiger Unterschrift) oder durch Übermittlung eines solchen 
Schriftstücks per Telefax erfolgen.

Important note: The information included in this e-mail is confidential. It is 
solely intended for the recipient. If you are not the intended recipient of 
this e-mail please contact the sender and delete this message. Thank you. 
Without prejudice of e-mail correspondence, our statements are only legally 
binding when they are made in the conventional written form (with personal 
signature) or when such documents are sent by fax.

--
All messages to this mailing list should adhere to the DuraSpace Code of 
Conduct: https://duraspace.org/about/policies/code-of-conduct/
--- 
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 dspace-tech+unsubscr...@googlegroups.com.
To post to this gr

Re: [dspace-tech] Display browse?type=author

2019-05-09 Thread Thiago Gonzaga Belmonte Galvão
 Thanks Claudia,

To update solr index just

- Change directory to [dspace]/bin/ and run *dspace index-update ?*

Best regards.

Em qui, 9 de mai de 2019 às 10:03, Claudia Jürgen <
claudia.juer...@tu-dortmund.de> escreveu:

> Hello,
>
> this is just a configuration thing, not a mistake.
>
> By default in the browse index all dc.contributor.* type metadata are
> included
>
> https://github.com/DSpace/DSpace/blob/dspace-6_x/dspace/config/dspace.cfg#L1028
> see
>
> https://wiki.duraspace.org/display/DSDOC6x/Configuration+Reference#ConfigurationReference-DefiningtheIndexes
>
> Just change the configuration to
> webui.browse.index.2 = author:metadata:dc.contributor.author:text
>
> and update your solr indices
>
> Hope this helps
>
> Claudia Jürgen
>
> Am 09.05.2019 um 14:41 schrieb Thiago Gonzaga Belmonte Galvão:
>
> Hello guys,
>
> I have a "mistake" in my dspace jspui 6.3
>
> When we select the function "browse by" (browse?type=author) then returns
> dc.contributor.authors and other 2 metadata we add to dublin core,
> dc.contributor.advisors and dc.contributor.referee.
>
> What should I do to show only authors (dc.contributor.authors)?
>
> Anybody can help?
>
> Best regards
>
>
>
> --
> Claudia Juergen
> Eldorado
>
> Technische Universität Dortmund
> Universitätsbibliothek
> Vogelpothsweg 76
> 44227 Dortmund
>
> Tel.: +49 231-755 40 43
> Fax: +49 231-755 40 32claudia.juer...@tu-dortmund.dewww.ub.tu-dortmund.de
>
>
>
>
>
> *Wichtiger Hinweis: Die Information in dieser E-Mail ist vertraulich. Sie
> ist ausschließlich für den Adressaten bestimmt. Sollten Sie nicht der für
> diese E-Mail bestimmte Adressat sein, unterrichten Sie bitte den Absender
> und vernichten Sie diese Mail. Vielen Dank. Unbeschadet der Korrespondenz
> per E-Mail, sind unsere Erklärungen ausschließlich final rechtsverbindlich,
> wenn sie in herkömmlicher Schriftform (mit eigenhändiger Unterschrift) oder
> durch Übermittlung eines solchen Schriftstücks per Telefax erfolgen.
> Important note: The information included in this e-mail is confidential. It
> is solely intended for the recipient. If you are not the intended recipient
> of this e-mail please contact the sender and delete this message. Thank
> you. Without prejudice of e-mail correspondence, our statements are only
> legally binding when they are made in the conventional written form (with
> personal signature) or when such documents are sent by fax. *
>
> --
> All messages to this mailing list should adhere to the DuraSpace Code of
> Conduct: https://duraspace.org/about/policies/code-of-conduct/
> ---
> 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 dspace-tech+unsubscr...@googlegroups.com.
> To post to this group, send email to dspace-tech@googlegroups.com.
> Visit this group at https://groups.google.com/group/dspace-tech.
> To view this discussion on the web visit
> https://groups.google.com/d/msgid/dspace-tech/00105882-e7d9-fab6-44c2-5a5a16885242%40tu-dortmund.de
> 
> .
> For more options, visit https://groups.google.com/d/optout.
>


-- 
Att,


*Thiago G B Galvão*
Analista de Tecnologia da Informação
T.: (33) 3272-5400 - Ramal 5415
www.ifmg.edu.br/gv



-- 
All messages to this mailing list should adhere to the DuraSpace Code of 
Conduct: https://duraspace.org/about/policies/code-of-conduct/
--- 
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 dspace-tech+unsubscr...@googlegroups.com.
To post to this group, send email to dspace-tech@googlegroups.com.
Visit this group at https://groups.google.com/group/dspace-tech.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/dspace-tech/CALYsN1%3DPE71cbszD4pEPC_zq-snb4pPJzvpNqfRRf30VKAuV%2Bg%40mail.gmail.com.
For more options, visit https://groups.google.com/d/optout.


Re: [dspace-tech] Display browse?type=author

2019-05-09 Thread Claudia Jürgen

Hello,

this is just a configuration thing, not a mistake.

By default in the browse index all dc.contributor.* type metadata are included
https://github.com/DSpace/DSpace/blob/dspace-6_x/dspace/config/dspace.cfg#L1028
see
https://wiki.duraspace.org/display/DSDOC6x/Configuration+Reference#ConfigurationReference-DefiningtheIndexes

Just change the configuration to
webui.browse.index.2 = author:metadata:dc.contributor.author:text

and update your solr indices

Hope this helps

Claudia Jürgen

Am 09.05.2019 um 14:41 schrieb Thiago Gonzaga Belmonte Galvão:

Hello guys,

I have a "mistake" in my dspace jspui 6.3

When we select the function "browse by" (browse?type=author) then returns
dc.contributor.authors and other 2 metadata we add to dublin core,
dc.contributor.advisors and dc.contributor.referee.

What should I do to show only authors (dc.contributor.authors)?

Anybody can help?

Best regards




--
Claudia Juergen
Eldorado

Technische Universität Dortmund
Universitätsbibliothek
Vogelpothsweg 76
44227 Dortmund

Tel.: +49 231-755 40 43
Fax: +49 231-755 40 32
claudia.juer...@tu-dortmund.de
www.ub.tu-dortmund.de

Wichtiger Hinweis: Die Information in dieser E-Mail ist vertraulich. Sie ist 
ausschließlich für den Adressaten bestimmt. Sollten Sie nicht der für diese 
E-Mail bestimmte Adressat sein, unterrichten Sie bitte den Absender und 
vernichten Sie diese Mail. Vielen Dank.
Unbeschadet der Korrespondenz per E-Mail, sind unsere Erklärungen 
ausschließlich final rechtsverbindlich, wenn sie in herkömmlicher Schriftform 
(mit eigenhändiger Unterschrift) oder durch Übermittlung eines solchen 
Schriftstücks per Telefax erfolgen.

Important note: The information included in this e-mail is confidential. It is 
solely intended for the recipient. If you are not the intended recipient of 
this e-mail please contact the sender and delete this message. Thank you. 
Without prejudice of e-mail correspondence, our statements are only legally 
binding when they are made in the conventional written form (with personal 
signature) or when such documents are sent by fax.

--
All messages to this mailing list should adhere to the DuraSpace Code of 
Conduct: https://duraspace.org/about/policies/code-of-conduct/
--- 
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 dspace-tech+unsubscr...@googlegroups.com.
To post to this group, send email to dspace-tech@googlegroups.com.
Visit this group at https://groups.google.com/group/dspace-tech.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/dspace-tech/00105882-e7d9-fab6-44c2-5a5a16885242%40tu-dortmund.de.
For more options, visit https://groups.google.com/d/optout.


[dspace-tech] Display browse?type=author

2019-05-09 Thread Thiago Gonzaga Belmonte Galvão
Hello guys,

I have a "mistake" in my dspace jspui 6.3

When we select the function "browse by" (browse?type=author) then returns 
dc.contributor.authors and other 2 metadata we add to dublin core, 
dc.contributor.advisors and dc.contributor.referee.

What should I do to show only authors (dc.contributor.authors)?

Anybody can help?

Best regards

-- 
All messages to this mailing list should adhere to the DuraSpace Code of 
Conduct: https://duraspace.org/about/policies/code-of-conduct/
--- 
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 dspace-tech+unsubscr...@googlegroups.com.
To post to this group, send email to dspace-tech@googlegroups.com.
Visit this group at https://groups.google.com/group/dspace-tech.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/dspace-tech/642459cd-30ae-4176-8b0e-455ae48eb293%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.