Hi,
I wanted to check the merges happening in my index to relate it to CPU
usage. I checked out this metric UPDATE.updateHandler.merges.count on this
path ?type=update&entry=updateHandler, But it returns 0.
Should I be looking somewhere else?
Hi by my experience any change to the schema collection require delete the
collecion, apply the schema change and charge again the collection to apply the
changes.
Kind regards
De: Shawn Heisey
Enviado: jueves, 27 de abril de 2023 19:25
Para: users@solr.apache.o
Hi. With regards to having multi-valued fromField
org.apache.solr.search.join.CrossCollectionJoinQuery.CrossCollectionJoinQueryWeight#createCloudSolrStream
requests export handler with sort by fromField
params.set(CommonParams.FL, fromField);
params.set(CommonParams.SORT, fromField + " asc");
par
For what it's worth, I have recently used the cross collection join. I did
make sure that the 2 fields were defined the same, as far as both being
'multi-value'. Although, I am not certain that is a requirement.
Now, the other thing I ran into is that my 'documents' collection was
sharded, say a
On 4/27/23 11:08, Walter Underwood wrote:
We are looking at changing a field property to be large=true. Can we do that
without reindexing?
Also, I’d appreciate pointers to discussions about the performance implications.
I did not know what that option was, had to look it up.
That would not a
We are looking at changing a field property to be large=true. Can we do that
without reindexing?
Also, I’d appreciate pointers to discussions about the performance implications.
wunder
Walter Underwood
wun...@wunderwood.org
http://observer.wunderwood.org/ (my blog)
Hi,
I am trying to use crossCollection join to be able to use sharding.
I am joining to collections Person and documents. Finding people with
documetns of type pdf. Just realised no people comes back
and noticed PersonID in document core is multivalue field.
My query looks like
{!join method=cr
Anjali,
This should be fixed now in https://github.com/apache/solr/pull/1593, scheduled
for v 9.3
If you want to test, you can check out the PR branch and build Solr, or wait
until tomorrow and download the nighly build from
https://ci-builds.apache.org/job/Solr/job/Solr-Artifacts-9x/lastSucce