Hi,
Anyone has experienced this or have any insights of this?
Regards,
Edwin
On Thu, 18 Apr 2019 at 18:04, Zheng Lin Edwin Yeo
wrote:
> Is there possibility that this could be a bug in the new Solr 8.0.0?
>
> Since I do not face the issue in the earlier version, and I have not
> changed any co
Is there possibility that this could be a bug in the new Solr 8.0.0?
Since I do not face the issue in the earlier version, and I have not
changed any configuration in this new version. My data in Solr 8.0.0 is
freshly re-index directly in Solr 8.0.0, not upgraded from earlier version.
Regards,
Ed
Hi Jason,
The same problem still persist after restarting my Solr nodes. The only
time the problem didn't occur is when I disabled the basic authentication.
I have tried with a few "/select?q=*:*", and they do not exhibit the same
problem. Even the similar query with only 1 shard does not have th
Agreed, I'd be surprised if this behavior was specific to JSON
Faceting. Though I'm surprised it's happening at all, so...
Anyway, that's easy for you to test though. Try a few "/select?q=*:*"
queries and see whether they also exhibits this behavior. One other
question: does the behavior persis
Hi,
For your info, I have enabled basic authentication and SSL in all the 3
versions, and I'm not sure if the issue is more on the authentication side
instead of the JSON Facet query?
Regards,
Edwin
On Wed, 17 Apr 2019 at 06:54, Zheng Lin Edwin Yeo
wrote:
> Hi Jason,
>
> Yes, that is correct.
Hi Edwin,
To clarify what you're running into:
- on 7.6, this query works all the time
- on 7.7 this query works all the time
- on 8.0, this query works the first time you run it, but subsequent
runs return a 401 error?
Is that correct? It might be helpful for others if you could share
your sec
Hi,
I am using the below JSON Facet to retrieve the count of all the different
collections in one query.
https://localhost:8983/solr/collection1/select?q=testing&shards=https://localhost:8983/solr/collection1,https://localhost:8983/solr/collection2,https://localhost:8983/solr/collection3,https://