Re: How to specify multiples values as default for a multivalued field?

2023-03-24 Thread Vivaldi
I think using multiple copyFields with target being your field somehow would work, although I should do some testing to find the exact configuration. Because whenever I use a copyField with target being a non-multivalued field and target already has a value, I get an exception saying “you are tr

Re: Solr Node High CPU

2023-03-26 Thread Vivaldi
Are you using tlog replicas? Is that node the leader doing a lot of indexing? > On 25 Mar 2023, at 16:52, Deepak Goel wrote: > > It is quite possible, the installation on the server (high cpu) has gone > astray. You might want to reinstall it (including updating all libraries). > >> On Fri, 24

Re: solr backups failing

2023-03-29 Thread Vivaldi
Are you using HDFS to backup or shared network directory? In the case of shared directory the same location should be writable (accessible and has write permissions) from all solr nodes. > On 28 Mar 2023, at 19:22, Houston Putman wrote: > > Can you provide more information, such as the reque

Re: Avoid the need to use OR operator

2023-04-14 Thread Vivaldi
Did you try using q.op=OR as request parameter? It should override the default boolean operator. > On 14 Apr 2023, at 15:15, Steven White wrote: > > Hi everyone, > > I have the following very long query that I need to send to Solr: > >> search-text some-other-limits UNIQUE_MODELS:(19 OR 20

Re: Disable commits during a REINDEXCOLLECTION

2021-03-17 Thread Vivaldi
I thought the REINDEXCOLLECTION puts the source collection in read-only mode, am I wrong? Doesn’t that alsı disable commits? Sent from my iPhone > On 18 Mar 2021, at 00:28, Karl Stoney > wrote: > > Can you believe I had never come across that before! Thanks! > > Every day’s a school day >