Community Tip - Did you get called away in the middle of writing a post? Don't worry you can find your unfinished post later in the Drafts section of your profile page. 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!