I am surprised that you are seeing only partial results. Running index-discovery would have been my first recommendation.
By default, DSpace does not index dc.date.created. It indexes dc.date.issued. https://github.com/DSpace/DSpace/blob/dspace-6_x/dspace/ config/spring/api/discovery.xml#L402-L412 I presume you have updated your discovery.xml file to index the date created field. Running the following queries in your SOLR console might help. - Values indexed for discovery - q=dateIssued:* - q=dateCreated:* (or the name you gave to this indexed field) - Query of raw dc data fields - q=dc.date.created:* - q=dc.date.issued Terry On Wed, Dec 6, 2017 at 10:13 PM, Paul Warner <[email protected]> wrote: > Hi all, > > ok, I am getting 2 hits for creation date. I ran ./dspace index-discovery > a few days ago, and got no immediate results. But now, after a couple of > days, I am getting partial results, 2 out 4 of my test examples. They all > have creation dates in the metadata. Why are only two showing up? > > Best regards, > Paul > > On Tue, Dec 5, 2017 at 11:37 AM, Paul Warner <[email protected]> > wrote: > >> Hi, >> >> I am running DSpace 6.1 on Suse 12.2 with Postgres. >> >> I need to index the creation date and other fields. These fields exist >> in my test data, but even after I run dspace index-discovery, I get "There >> are no entries in the index" when I try the basic search on our list of >> concerts page. Can someone give me a tip what I may be doing wrong? The >> Author and Title fields are indexed, but the create date and key words >> fields are not. >> >> Thanks for any help! >> >> Best regards, >> Paul >> >> -- >> 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/to >> pic/dspace-tech/fm8gxmr_NTk/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. > -- Terry Brady Applications Programmer Analyst Georgetown University Library Information Technology https://github.com/terrywbrady/info 425-298-5498 <(425)%20298-5498> (Seattle, WA) -- 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.
