Community Tip - You can Bookmark boards, posts or articles that you'd like to access again easily! X
Solved! Go to Solution.
Yes, depending on the type of content, SOLR index search should kick off an index queue task to index meta data and file contents. Most common document types are indexed like Office, PDF, etc. More can be added by configuration. You can monitor the index queue or index administrator to see. It might take a min or two but you should be able to query using the keyword field (depending on your preferences) to return content. I recommend a test by uploading a document with some very unique text in the contents and test if it can be returned.
Yes, depending on the type of content, SOLR index search should kick off an index queue task to index meta data and file contents. Most common document types are indexed like Office, PDF, etc. More can be added by configuration. You can monitor the index queue or index administrator to see. It might take a min or two but you should be able to query using the keyword field (depending on your preferences) to return content. I recommend a test by uploading a document with some very unique text in the contents and test if it can be returned.
thank you, I think so, I have already upload some files to test it, which really works!