Re: Highlighting: echo matching query text?

2021-12-03 Thread Alessandro Benedetti
Hi Stephen, so you want to show in the UI the original token in the inverted index that caused the match? This relies on the text analysis configured Solr side and it would be far from being intuitive to your final user. With stemming you made the perfect example: The stem of the term potentially

Is the showItems argument for fieldValueCache used for anything?

2021-12-03 Thread Andy Lester
It looks to me like the showItems argument for the fieldValueCache is not used. I can’t find any documentation of it, although it was mentioned in the changelog for v8.1.0. I looked through the source and I can’t see where the value is used. It gets a default value, but never seems to be used,

Re: Is the showItems argument for fieldValueCache used for anything?

2021-12-03 Thread Mikhail Khludnev
Hi, Andy. It seems it's gone https://issues.apache.org/jira/browse/SOLR-15762 I will miss showItems, it was really useful a long ago. On Fri, Dec 3, 2021 at 6:12 PM Andy Lester wrote: > It looks to me like the showItems argument for the fieldValueCache is not > used. I can’t find any documenta

Re: Is the showItems argument for fieldValueCache used for anything?

2021-12-03 Thread Andy Lester
> On Dec 3, 2021, at 9:39 AM, Mikhail Khludnev wrote: > > It seems it's gone https://issues.apache.org/jira/browse/SOLR-15762 > > I will miss showItems, it was really useful a long ago. I don’t understand how that ticket relates. I don’t see

Not able to write solr logs in json format

2021-12-03 Thread Kakolu, Karthik
Hi, Trying to write solr.log in json format but unsuccessful. Any pointers on the same would be appreciated. Also JsonLayout in 8.10 was not able to get it working as suggested in the solr document. Thanks Karthik

Re: Not able to write solr logs in json format

2021-12-03 Thread Andy Lester
> On Dec 3, 2021, at 9:55 AM, Kakolu, Karthik > wrote: > > Trying to write solr.log in json format but unsuccessful. How exactly are you unsuccessful? Do you get logs but they aren’t in JSON as expected? If so, what format are they in? Are you able to write logs in other formats than JSON

Re: Is the showItems argument for fieldValueCache used for anything?

2021-12-03 Thread Mikhail Khludnev
The first comment mentioned FastLRUCache deprecation, and IIRC it was the only impl which supported showItems. However, I can't find a ticket dedicated for its removal. So, forget. On Fri, Dec 3, 2021 at 6:42 PM Andy Lester wrote: > > > > On Dec 3, 2021, at 9:39 AM, Mikhail Khludnev wrote: > >

Stream Query result Cacheable ?

2021-12-03 Thread sambasivarao giddaluri
Hi All, Wanted to check if the result of stream query is internally cached by solr . example , if we hit the same query with /stream will the response be fast ? because if we run the same query /query or /select the response if faster the next time we hit . Regards sam

How to enforce client hostname verification when using mutual TLS in Solr?

2021-12-03 Thread S G
Hello, Does anyone know how to enforce client hostname verification when using mutual TLS in Solr? Without that feature, any host with a certificated could connect to Solr using m-TLS and there is no authentication (the primary use-case of m-TLS). Also, if Solr is secured by m-TLS, is there a way

SolrCloud S3 Backup Status doesn't return the correct value for IndexSizeMB

2021-12-03 Thread Ricardo Ruiz
Hi! I'm trying to get the Index size of my SolrCloud backups, but the problem is that It doesn't matter the size of my backup, the value for "indexSizeMB" is always 0.0, even if the STATUS is completed and the backup files are saved successfully in S3. Is this a bug or am I doing something wrong?