Hi, I am working on Solr to develop a toll to make analysis. I am using search function of Streaming Expressions, which requires a field to be indexed with docValues enabled, so I can get it.
Suppose that after someone finishes the analysis, and would like to get other fields of the resultset that are not docValues enabled. How can it be done? Thanks