--
You received this message because you are subscribed to the Google Groups "Dataverse Users Community" group.
To unsubscribe from this group and stop receiving emails from it, send an email to dataverse-commu...@googlegroups.com.
To post to this group, send email to dataverse...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/dataverse-community/3024fa0b-9503-4dcc-94cb-d5c2948fdaad%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.
--
You received this message because you are subscribed to the Google Groups "Dataverse Users Community" group.
To unsubscribe from this group and stop receiving emails from it, send an email to dataverse-commu...@googlegroups.com.
To post to this group, send email to dataverse...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/dataverse-community/67c669df-871e-43ea-8efc-fa1d6f780480%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.
Ah, you're not searching fields in the database (PostgreSQL), you're searching fields in Solr. So you should look at https://github.com/IQSS/dataverse/blob/v4.9.2/conf/solr/7.3.0/schema.xml#L122
On Fri, Sep 28, 2018 at 7:23 AM Philipp at UiT <uit.p...@gmail.com> wrote:
Thanks, Phil! The "!" sounds like a good idea, but I cannot figure out the name of the database field I have to use; cf. Guide on OAI sets. I have tried !dsVersion:"deaccessioned", !fileMetadata.datasetVersion:"deaccessioned", and a lot of simliar combinations. I guess I'm using the wrong database field and values, but I cannot figure out where the information about deaccessioning i stored; cf. this overview using SchemaSpy.--
fredag 28. september 2018 07.11.48 UTC+2 skrev Philipp at UiT følgende:We'd like to exclude deaccessioned datasets from harvesting. In the GUI search those can be identified using:publicationStatus%3A%22DeaccessionedBut what is the search terms to be used when defining the OAI set? I have tried NOT dsVersion:deaccessioned, dsVersion:released and similar terms, but got only error messages.Best,Philipp
You received this message because you are subscribed to the Google Groups "Dataverse Users Community" group.
To unsubscribe from this group and stop receiving emails from it, send an email to dataverse-community+unsub...@googlegroups.com.
To post to this group, send email to dataverse...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/dataverse-community/67c669df-871e-43ea-8efc-fa1d6f780480%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.
Hm... I have tried publicationStatus:Deaccessioned and similar queries, but this results only in empty sets, although we have 3 deaccessioned datasets. I also tried publicationStatus:Published, publicationStatus:published, but no results. What am I missing?
fredag 28. september 2018 13.42.15 UTC+2 skrev Philip Durbin følgende:
Ah, you're not searching fields in the database (PostgreSQL), you're searching fields in Solr. So you should look at https://github.com/IQSS/dataverse/blob/v4.9.2/conf/solr/7.3.0/schema.xml#L122
On Fri, Sep 28, 2018 at 7:23 AM Philipp at UiT <uit.p...@gmail.com> wrote:
Thanks, Phil! The "!" sounds like a good idea, but I cannot figure out the name of the database field I have to use; cf. Guide on OAI sets. I have tried !dsVersion:"deaccessioned", !fileMetadata.datasetVersion:"deaccessioned", and a lot of simliar combinations. I guess I'm using the wrong database field and values, but I cannot figure out where the information about deaccessioning i stored; cf. this overview using SchemaSpy.--
fredag 28. september 2018 07.11.48 UTC+2 skrev Philipp at UiT følgende:We'd like to exclude deaccessioned datasets from harvesting. In the GUI search those can be identified using:publicationStatus%3A%22DeaccessionedBut what is the search terms to be used when defining the OAI set? I have tried NOT dsVersion:deaccessioned, dsVersion:released and similar terms, but got only error messages.Best,Philipp
You received this message because you are subscribed to the Google Groups "Dataverse Users Community" group.
To unsubscribe from this group and stop receiving emails from it, send an email to dataverse-commu...@googlegroups.com.
To post to this group, send email to dataverse...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/dataverse-community/67c669df-871e-43ea-8efc-fa1d6f780480%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.
--Philip Durbin
Software Developer for http://dataverse.org
http://www.iq.harvard.edu/people/philip-durbin
--
You received this message because you are subscribed to the Google Groups "Dataverse Users Community" group.
To unsubscribe from this group and stop receiving emails from it, send an email to dataverse-commu...@googlegroups.com.
To post to this group, send email to dataverse...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/dataverse-community/8582a549-bb8b-42dd-a0a3-322afa486423%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.
Hmm, I'm not sure. Can you please create a GitHub issue for this? Maybe deaccessioned datasets shouldn't be harvest-able anyway.
On Fri, Sep 28, 2018 at 10:23 AM Philipp at UiT <uit.p...@gmail.com> wrote:
Hm... I have tried publicationStatus:Deaccessioned and similar queries, but this results only in empty sets, although we have 3 deaccessioned datasets. I also tried publicationStatus:Published, publicationStatus:published, but no results. What am I missing?
fredag 28. september 2018 13.42.15 UTC+2 skrev Philip Durbin følgende:
Ah, you're not searching fields in the database (PostgreSQL), you're searching fields in Solr. So you should look at https://github.com/IQSS/dataverse/blob/v4.9.2/conf/solr/7.3.0/schema.xml#L122
On Fri, Sep 28, 2018 at 7:23 AM Philipp at UiT <uit.p...@gmail.com> wrote:
Thanks, Phil! The "!" sounds like a good idea, but I cannot figure out the name of the database field I have to use; cf. Guide on OAI sets. I have tried !dsVersion:"deaccessioned", !fileMetadata.datasetVersion:"deaccessioned", and a lot of simliar combinations. I guess I'm using the wrong database field and values, but I cannot figure out where the information about deaccessioning i stored; cf. this overview using SchemaSpy.--
fredag 28. september 2018 07.11.48 UTC+2 skrev Philipp at UiT følgende:We'd like to exclude deaccessioned datasets from harvesting. In the GUI search those can be identified using:publicationStatus%3A%22DeaccessionedBut what is the search terms to be used when defining the OAI set? I have tried NOT dsVersion:deaccessioned, dsVersion:released and similar terms, but got only error messages.Best,Philipp
You received this message because you are subscribed to the Google Groups "Dataverse Users Community" group.
To unsubscribe from this group and stop receiving emails from it, send an email to dataverse-community+unsub...@googlegroups.com.
To post to this group, send email to dataverse...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/dataverse-community/67c669df-871e-43ea-8efc-fa1d6f780480%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.
--Philip Durbin
Software Developer for http://dataverse.org
http://www.iq.harvard.edu/people/philip-durbin
--
You received this message because you are subscribed to the Google Groups "Dataverse Users Community" group.
To unsubscribe from this group and stop receiving emails from it, send an email to dataverse-community+unsub...@googlegroups.com.
To post to this group, send email to dataverse...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/dataverse-community/8582a549-bb8b-42dd-a0a3-322afa486423%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.