Re: Schema field type property - uninvertible

2022-05-20 Thread Michael Gibney
(echoing Shawn because I was about to hit send anyway): The process of "uninverting" a field involves running through the dictionary of indexed terms for a given field, and building an on-heap data structure that provides "doc => term" lookup (analogous to docValues), as opposed to "term => doc" l

Re: Schema field type property - uninvertible

2022-05-20 Thread Shawn Heisey
On 5/19/22 01:13, Vincenzo D'Amore wrote: As far as I understand, we should always set the property uninvertible=false to avoid that Solr builds "up large in memory data structure to serve in place of DocValues" and this is good for "stability", not explaining exactly what it means. Could anyone

Re: Schema field type property - uninvertible

2022-05-20 Thread Vincenzo D'Amore
ping :) On Thu, May 19, 2022 at 9:13 AM Vincenzo D'Amore wrote: > Hi All, > > recently I've noticed the property "uninvertible". Reading the > documentation: > > > If true, indicates that an indexed="true" docValues="false" field can be > "un-inverted" at query time to build up large in memory d

Re: Solr Highlighting full phrases instead of words

2022-05-20 Thread Dave
Did you try mergeContiguous yet and see if it produced what you wanted? > On May 20, 2022, at 8:19 AM, Endika Posadas wrote: > > Hi all, > > I am using Solr's Unified highlighter to highlight parts of a text block. > However, I have noticed that the highlighter, instead of highlighting the >

Solr Highlighting full phrases instead of words

2022-05-20 Thread Endika Posadas
Hi all, I am using Solr's Unified highlighter to highlight parts of a text block. However, I have noticed that the highlighter, instead of highlighting the whole phrase, highlights the words separately. For example, if we search for "hello world" it will highlight hello world. Both words are high

RE: Solr GC Tuning causes issues and doesn't start Solr url

2022-05-20 Thread Ruchi Gupta
Hi Team, Even after installing java/jre on the machine, solr GC Tuning setting is not working. We tried to enable it but then our solr service is not getting start. Can you please provide some resolution on the same and please let us know what information is needed to investigate this issue fur

Re: Solr GC Tuning causes issues and doesn't start Solr url

2022-05-20 Thread Shawn Heisey
On 5/20/22 01:46, Ruchi Gupta wrote: Even after installing java/jre on the machine, solr GC Tuning setting is not working. We tried to enable it but then our solr service is not getting start. Can you please provide some resolution on the same and please let us know what information is needed

eDismax missing fields behaviour Solr 8.x

2022-05-20 Thread Álvaro Requejo Cembellín
Since Solr 8.x, eDismax parser throw an error when putting a non-existent field in qf. Previously, qf could be used like “qf= field fallback1 fallback2”. Is it possible to have fallback fields in qf in case some field does not exist in 8.x Solr? I have already tried using {!func} and def functio