Hi Erlend, The pgadmin queries you did without startdate times are returning ingest records. Those that include the startdate do not. Therefore it is the startdate restriction that is causing you to miss the records.
Karl On Thu, Feb 6, 2014 at 9:59 AM, Erlend Garåsen <[email protected]>wrote: > > And why do I get the following result from pgAdmin when I run the > following SQL?: > select * from repohistory where entityid = 'http://www.ibsen.uio.no/ > brevmottakere.xhtml?bokstav=H' > > 54251;1391440247586;1391440244203;1391440247542;"http://www.ibsen.uio.no/ > brevmottakere.xhtml?bokstav=H";"Web";"document ingest (Solr)";"OK" > > This shows that the document was indexed, but it's not visible inside > simple history. > > Erlend >
