You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to DSpace Technical Support, paulo...@mpf.mp.br, Altenis Valecio Lima e Lima (PR.PE)
Hello everybody.
Recently, doing some queries on items in our repository, we noticed that the query for some terms did not return any items.
We were only able to find the cause by analyzing Solr logs. The log says that the number of characters in the file exceeded the configured maximum. This configuration is in the /config/modules/discovery.cfg file:
# Limit to number of characters indexed by Discovery/Solr in the full text of a document # Default is 100,000 characters. Unlimited characters = -1 # Be aware that setting this to a large value (or unlimited) will require more memory and space in Solr. # Changing this value also requires reindexing all existing objects to take effect. discovery.solr.fulltext.charLimit=-1
We change it to -1 and now the search includes the entire file.