On 11/23/2017 1:51 PM, Kojo wrote:
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?
We did get this message, but it's confusing as to exactly what you're
asking, which is why nobody responded.
If you're saying that this theoretical person wants to use another field
with the streaming expression analysis you have provided, and that field
does not have docValues, then you'll need to add docValues to the field
and completely reindex.
If you're asking something else, then you're going to need to provide
more details so we can actually know what you want to have happen.
Thanks,
Shawn