I've created a JIRA ticket now:
https://issues.apache.org/jira/browse/SOLR-14969
I'd be really glad, if a Solr developer could help or comment on the issue.
Thank you,
Andreas
--
Sent from: https://lucene.472066.n3.nabble.com/Solr-User-f472068.html
Hi,
after reading some Solr source code, I might have found the cause:
There was indeed a change in Solr 8.6 that leads to the NullPointerException
for the CoreAdmin STATUS request in CoreAdminOperation#getCoreStatus. The
instancePath is not retrieved from the ResourceLoader anymore, but from the
I've created a ticket for this problem now:
https://issues.apache.org/jira/browse/SOLR-13757
Maybe it's just a matter of documentation.
I'm using a workaround now.
--
Sent from: https://lucene.472066.n3.nabble.com/Solr-User-f472068.html
Okay, after a bit of debugging and reading JIRA issues (SOLR-12074,
SOLR-12632), I think this does not work because there's no terms index for
point fields.
So it probably cannot work, and one would need to have a separate string
field with the same values (copyField) to use the termfreq function
I've now created https://issues.apache.org/jira/browse/SOLR-12848 for this
problem.
--
Sent from: http://lucene.472066.n3.nabble.com/Solr-User-f472068.html
I have now opened https://issues.apache.org/jira/browse/SOLR-12737 for this.
--
Sent from: http://lucene.472066.n3.nabble.com/Solr-User-f472068.html