On 5/11/2016 1:32 PM, A Laxmi wrote: > Is it possible to determine how complex a document is using Solr? > Complexity in terms of whether document is readable by a 7th grade vs. PHD > Grad?
Out of the box? No. You can of course embed any custom component you're willing to find or write. In general, I would say that this is not a job for Solr. You can run the analysis offline and update your data source, or you can include the analysis engine in your indexing pipeline. Thanks, Shawn