[dspace-tech] Problem with finding authors

2018-08-30 Thread MaX Verner
Good day.

When adding an author to a collection (for example Washin), the search 
works very slowly and as a result does not give results.
If I'm looking for Washington. As a result, the author is found, but very 
slowly (about 1 minute).

Someone could help? Thank you in advance.

-- 
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.
For more options, visit https://groups.google.com/d/optout.


Re: [dspace-tech] Dspace on the production-server

2018-04-28 Thread MaX Verner
Thank you, Monika.

пятница, 27 апреля 2018 г., 16:23:53 UTC+3 пользователь momeven написал:
>
> Max, 
>
>
> I compile my code  locally and then copy  the compiled code over to the 
> prod/qa vm, where I then run ant update 
>
> local
> mvn clean 
> mvn package 
> # also include the commit log 
> ( gitinfo; git log --abbrev-commit --pretty=oneline --graph --no-color > 
> dspace/target/dspace-installer/COMMITLOG)
> # tar code and scp to destination 
> (cd dspace/target; tar cfz tgz  dspace-installer && scp tgz 
> user@remote:/path/deploy_dir/file )
>
> remote 
>  cd /path/deploy_dir
>  # if you want to keep dated deploy directories around 
>  mkdir dated_dir 
>  cd dated_dir 
>  tar xfz ../tgz 
>  cd dspace-installer
>  ant update 
>
> In the case of the production installation I have to add passwords at 
> the destination 
> Not the most automated - but I do not deploy all that often 
>
> Monika
>
>
> —
> Monika Mevenkamp
> Digital Repository Infrastructure Developer
> Princeton University
> Phone: 609-258-4161
> Skype: mo-meven 
>
> On Apr 27, 2018, at 5:16 AM, MaX Verner <maxim...@gmail.com > 
> wrote:
>
> Hello, 
> there is a way to use the dspace on the production-server without maven 
> and ant? 
>
> -- 
> 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...@googlegroups.com .
> To post to this group, send email to dspac...@googlegroups.com 
> .
> 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 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.
For more options, visit https://groups.google.com/d/optout.


[dspace-tech] Dspace on the production-server

2018-04-27 Thread MaX Verner
Hello, 
there is a way to use the dspace on the production-server without maven and 
ant? 

-- 
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.
For more options, visit https://groups.google.com/d/optout.


Re: [dspace-tech] Problem with search cris entity by Pointer field

2018-04-10 Thread MaX Verner
I did as you wrote. But it still does not work. What did you mean by this 
"after a complete solr search reindex you should see "author_test" field in 
your solr documents"?  
[dspace]/bin/dspace index-discovery -b ?

вторник, 10 апреля 2018 г., 17:22:31 UTC+3 пользователь Pascarelli Luigi 
Andrea написал:
>
> So, If you want create a discovery facet from the values inserted into 
> "testauthorsauthor" pointer field, the property "metadataFields" of the 
> bean into discovery.xml named searchFilterTestAuthor have to contains value 
> for "cristest.testauthors.testauthorsauthor". If metadata has values in 
> your database, after a complete solr search reindex you should see 
> "author_test" field in your solr documents and if the facet bean is well 
> configurated also into facet sidebar at explore section of "cristest" CRIS 
> entity.
>
> Hope this helps.
>
> Regards,
>
> Luigi Andrea
>
> Il 10/04/2018 11:48, MaX Verner ha scritto:
>
> Helllo, 
> yes you right.
> Thank you.
>
> понедельник, 9 апреля 2018 г., 22:34:48 UTC+3 пользователь Pascarelli 
> Luigi Andrea написал: 
>>
>> Dear MaX,
>>
>> to resume your requirements "cristest" is the shortname of the new CRIS 
>> entity, you want setup a new explore section in navbar. "testauthors" is 
>> the shortname of the nested field and "testauthorsauthor" the shortname of 
>> the pointer field (RP pointer). I can imagine that you want setup a "facet" 
>> from the value inserted in the pointer behind the nested field? It's right?
>>
>> Please, can you explain better your requirements?
>>
>> Thank you very much.
>>
>> Luigi Andrea
>>
>> Il 09/04/2018 17:27, MaX Verner ha scritto:
>>
>> Good day. 
>>
>>
>> I am created new cris entity ( dspace-CRIS 5.8), add in navbar.cris-entities 
>> and add bean crisTestConfiguration in discovery.xml. But search Pointer 
>> field not working. 
>>
>> Structure:
>> Box authors
>> - Nested field - testauthors, where Pointer field - 
>> testauthorsauthor(Researcher Pages)
>>
>> I am tried different variants 
>>
>> > class="org.dspace.discovery.configuration.DiscoverySearchFilterFacet">
>>
>>
>>   
>>  cristest.authors
>>   
>>
>>
>>  and cristest.testauthorsauthor
>>
>> and cristest.authors.testauthorsauthor
>>
>>  but all not working. Search other fields work fine.
>>
>>  Someone could help? Thank you in advance.
>>
>> -- 
>> 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...@googlegroups.com.
>> To post to this group, send email to dspac...@googlegroups.com.
>> Visit this group at https://groups.google.com/group/dspace-tech 
>> <https://urlsand.esvalabs.com/?u=https%3A%2F%2Fgroups.google.com%2Fgroup%2Fdspace-tech=3bf0957c=1a59d98e=n=y>
>> .
>> For more options, visit https://groups.google.com/d/optout 
>> <https://urlsand.esvalabs.com/?u=https%3A%2F%2Fgroups.google.com%2Fd%2Foptout=3bf0957c=3c849a2f=n=y>
>> .
>>
>>
>> -- 
>> Questo messaggio e' stato analizzato con Libra ESVA ed e' risultato non 
>> infetto. 
>> Clicca qui per segnalarlo come spam. 
>> <https://urlsand.esvalabs.com/?u=http%3A%2F%2Fesva1.business-e.it%2Fcgi-bin%2Flearn-msg.cgi%3Fid%3D0B95A400CF.A2B15=3bf0957c=07bee79c=n=y>
>>  
>>
>>
>> -- 
>> Luigi Andrea Pascarelli
>>
>> DSpace and DSpace-CRIS Committer
>>
>> 4Science,  www.4science.it 
>> <https://urlsand.esvalabs.com/?u=http%3A%2F%2Fwww.4science.it=3bf0957c=5a4c4a70=n=y>
>>  
>>
>> office: Via Edoardo D'Onofrio 304, 00155 Roma, Italy
>> tel: +39 333 934 1782
>> skype: l_a_p82
>> linkedin: luigiandreapascarelli
>>
>> an Itway Group Company 
>> Italy, France, Spain, Portugal, Greece, Turkey, Lebanon, Qatar, U.A.Emirates
>>
>> 
>> Save a tree. Don't print this e-mail unless it's really necessary.
>>
>> DISCLAIMER: The information contained in this message is confidential, can 
>> be legally protected by local Laws, 
>> and must be exclusively used by the recipient. The publication, use, 
>> distribution, printing or unauthorized copy 
>> of the content of this message is strictly forbidden and it can be 

Re: [dspace-tech] Problem with search cris entity by Pointer field

2018-04-10 Thread MaX Verner
Helllo,
yes you right.
Thank you.

понедельник, 9 апреля 2018 г., 22:34:48 UTC+3 пользователь Pascarelli Luigi 
Andrea написал:
>
> Dear MaX,
>
> to resume your requirements "cristest" is the shortname of the new CRIS 
> entity, you want setup a new explore section in navbar. "testauthors" is 
> the shortname of the nested field and "testauthorsauthor" the shortname of 
> the pointer field (RP pointer). I can imagine that you want setup a "facet" 
> from the value inserted in the pointer behind the nested field? It's right?
>
> Please, can you explain better your requirements?
>
> Thank you very much.
>
> Luigi Andrea
>
> Il 09/04/2018 17:27, MaX Verner ha scritto:
>
> Good day. 
>
>
> I am created new cris entity ( dspace-CRIS 5.8), add in navbar.cris-entities 
> and add bean crisTestConfiguration in discovery.xml. But search Pointer 
> field not working. 
>
> Structure:
> Box authors
> - Nested field - testauthors, where Pointer field - 
> testauthorsauthor(Researcher Pages)
>
> I am tried different variants 
>
>  class="org.dspace.discovery.configuration.DiscoverySearchFilterFacet">
>
>
>   
>  cristest.authors
>   
>
>
>  and cristest.testauthorsauthor
>
> and cristest.authors.testauthorsauthor
>
>  but all not working. Search other fields work fine.
>
>  Someone could help? Thank you in advance.
>
> -- 
> 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...@googlegroups.com .
> To post to this group, send email to dspac...@googlegroups.com 
> .
> Visit this group at https://groups.google.com/group/dspace-tech 
> <https://urlsand.esvalabs.com/?u=https%3A%2F%2Fgroups.google.com%2Fgroup%2Fdspace-tech=3bf0957c=1a59d98e=n=y>
> .
> For more options, visit https://groups.google.com/d/optout 
> <https://urlsand.esvalabs.com/?u=https%3A%2F%2Fgroups.google.com%2Fd%2Foptout=3bf0957c=3c849a2f=n=y>
> .
>
>
> -- 
> Questo messaggio e' stato analizzato con Libra ESVA ed e' risultato non 
> infetto. 
> Clicca qui per segnalarlo come spam. 
> <http://esva1.business-e.it/cgi-bin/learn-msg.cgi?id=0B95A400CF.A2B15> 
>
>
> -- 
> Luigi Andrea Pascarelli
>
> DSpace and DSpace-CRIS Committer
>
> 4Science,  www.4science.it 
>
> office: Via Edoardo D'Onofrio 304, 00155 Roma, Italy
> tel: +39 333 934 1782
> skype: l_a_p82
> linkedin: luigiandreapascarelli
>
> an Itway Group Company 
> Italy, France, Spain, Portugal, Greece, Turkey, Lebanon, Qatar, U.A.Emirates
>
> 
> Save a tree. Don't print this e-mail unless it's really necessary.
>
> DISCLAIMER: The information contained in this message is confidential, can be 
> legally protected by local Laws, 
> and must be exclusively used by the recipient. The publication, use, 
> distribution, printing or unauthorized copy 
> of the content of this message is strictly forbidden and it can be illegal. 
> If you received this message by mistake, 
> please destroy it and notify it to the sender.
>
> -- 
> This message has been checked by Libra ESVA and is believed to be clean.
>

-- 
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.
For more options, visit https://groups.google.com/d/optout.


[dspace-tech] How to create field type like time for entity

2018-02-01 Thread MaX Verner
Hello,
I am using DSpace CRIS 5.8. In entity 'Organization Unit' i must create new 
field like time(see attachment). I did not find a way to do it.
Does anyone know how to do this?

Thanks.



-- 
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.
For more options, visit https://groups.google.com/d/optout.