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
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
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