Documents with same unique id indexed multiple times

2019-09-11 Thread JTytler
I am seeing multiple entries for the exact same URLs and each time I re-index the contents the crawler adds the same entry one more time. I have id defined in the schema.xml file. It seems Solr is not reading the schema file - I cannot think of any other explanation how the unique key constraint

How to Search by document.contentType

2019-07-29 Thread JTytler
I am indexing document.contentType in my Solr core and want to know what the right syntax is to search by document.contentType. I want to get a list of, for example, all the document.contentType with the value application/pdf. I have tried q=document.contentType:application/pdf and q=document\.con

unable to find valid certification path to requested target

2019-03-31 Thread JTytler
I have created a keystore file and have enabled SSL on my solr server using the following procedures: 1) Created pkcs#12 file using the command: Keytool –genkey –alias aliasname –keystore /solr-ssl.keystore.pfx –storetype PKCS12 –keyalg RSA –storepass password –ext SAN=dns:localhost,dns:solr-dev