03-03-2020 01:53 PM
When uploading a file, I expect the content to be indexed so that I am able to search it. This works when I upload the file to the Alfresco Share interface.
However, when I use the CMIS import tool, webdav, or the bulk filing system, the metadata is indexed, but the content isn't.
All the metadata looks the same. And even when I delete data from Solr to force a reindexing, the only content that is indexed is the content of the files I uploaded with Share GUI.
03-09-2020 02:45 PM
I have the same problem.
Can anyone help ?
03-11-2020 06:31 AM
Hi @marcoslessa & @Jhousyfran,
Could you tell us a little more about your environments please? This might help us determine if it's a bug or a configuration issue - or something else entirely!
Thanks,
03-11-2020 10:25 AM
Operating System: Ubuntu 18.04
I'm using the container docker:
- Alfresco 5.2 Platform
- Alfresco Share 5.2
- Solr 6
- Postgres 9.4
###############################
## Common Alfresco Properties #
###############################
#
# Sample custom content and index data location
#
dir.root=/usr/local/alfresco/alf_data
alfresco.context=alfresco
alfresco.host=127.0.0.1
alfresco.port=8080
alfresco.protocol=http
share.context=share
share.host=127.0.0.1
share.port=8080
share.protocol=http
### database connection properties ###
db.driver=org.postgresql.Driver
db.username=alfresco
db.password=alfresco
db.name=alfresco
db.url=jdbc: postgresql://db:5432/${db.name}
db.pool.max=275
db.pool.validate.query=SELECT 1
# The server mode. Set value here
# UNKNOWN | TEST | BACKUP | PRODUCTION
system.serverMode=UNKNOWN
### FTP Server Configuration ###
ftp.enabled=false
ftp.port=2121
### CIFS Server Configuration ###
cifs.enabled=false
### RMI registry port for JMX ###
alfresco.rmi.services.port=50500
### External executable locations ###
ooo.exe=soffice.bin
ooo.host=libreoffice
ooo.enabled=true
ooo.port=8100
img.exe=/usr/bin/convert
alfresco-pdf-renderer.root=/usr/local/alfresco/alfresco-pdf-renderer
alfresco-pdf-renderer.exe=${alfresco-pdf-renderer.root}/alfresco-pdf-renderer
jodconverter.enabled=false
jodconverter.officeHome=/opt/libreoffice
jodconverter.portNumbers=8100
### E-mail site invitation setting ###
notification.email.siteinvite=false
### License location ###
dir.license.external=/usr/local/alfresco
### Allow extended ResultSet processing
security.anyDenyDenies=false
### Smart Folders Config Properties ###
smart.folders.enabled=false
### Remote JMX (Default: disabled) ###
alfresco.jmx.connector.enabled=false
### IMAP Server Configuration ###
imap.server.enabled=false
alfresco.rmi.services.host=0.0.0.0
#Smart Folders Config Properties
smart.folders.enabled=false
smart.folders.model=alfresco/model/smartfolder-model.xml
smart.folders.model.labels=alfresco/messages/smartfolder-model
### Solr indexing ###
index.subsystem.name=solr6
solr.host=solr6
solr.port=8983
solr.port.ssl=8443
solr.secureComms=none
## OCR
ocr.command=/usr/local/alfresco/ocr.sh
ocr.output.verbose=true
ocr.output.file.prefix.command=
ocr.extra.commands=
ocr.server.os=linux
## Audit Log
audit.enabled=true
audit.alfresco-access.enabled=true
audit.alfresco-access.sub-actions.enabled=false
## Aggregate Content Store
dir.contentstore1=${dir.root}/tier1
dir.contentstore2=${dir.root}/tier2
dir.contentstore3=${dir.root}/tier3
## S3 Store
# s3.bucketName=alfresco
# s3.bucketLocation=
# s3.accessKey=
# s3.secretKey=
## IMAP
imap.server.enabled=true
imap.server.port=9143
imap.server.attachments.extraction.enabled=true
# imap.server.host=mydomain.com.br
alfresco.protocol=https
alfresco.host=mydomain.com.br
alfresco.port=443
## FTP
ftp.enabled=true
ftp.port=9021
## CIFS
cifs.enabled=true
cifs.serverName=cifs
cifs.domain=mydomain.com.br
cifs.tcpipSMB.port=9445
cifs.netBIOSSMB.namePort=9137
cifs.netBIOSSMB.datagramPort=9138
cifs.netBIOSSMB.sessionPort=9139
03-12-2020 06:46 AM
Hi @Jhousyfran,
Thanks for the info update - I'll see if this helps us figure out what's going on.
03-13-2020 11:05 AM
The component tracking the content from Alfresco Repository is named Content Tracker. You can find details on the behaviour in https://hub.alfresco.com/t5/alfresco-content-services-blog/the-alfresco-content-tracker/ba-p/288185
Can you add DEBUG log for org.alfresco.solr.tracker.ContentTracker class to have additional information on this problem?
03-16-2020 11:45 AM
03-18-2020 09:17 AM
up
04-28-2020 03:36 PM
Can anyone help us ?
04-29-2020 05:46 AM
Hi @marcoslessa & @Jhousyfran,
I'm asking around to see if we can progress this.
Cheers,
Explore our Alfresco products with the links below. Use labels to filter content by product module.