MoreLikeThis query parser can not fetch document with id using implicit router

2021-09-20 Thread r ohara
We are using the SOLR 8.9 in cloud mode and having issues getting results with the MLT query parser. We get this error "Error completing MLT request. Could not fetch document with id " We're using an implicit router field for sharding, so it looks like this same issue I found from 2017 here: http

Re: Delete by Id in solr cloud

2022-06-29 Thread r ohara
Hi Satya, I think it's a bug with using compositeId. We had the same issue, and had to use deleteByQuery instead, but like you said, it's much slower. We're using solr 8.11 On Tue, Jun 28, 2022 at 4:59 AM Satya Nand wrote: > Thanks, Peter, > I am checking that, also UpdateRequest class seems to

replicate blendedInfixSuggesterIndexDir

2022-07-15 Thread r ohara
Hi all, Is there a way to replicate the suggester (AnalyzingInfixSuggester) index or does that have to be built on every node? Our index is quite large and it takes a few days to build. We're using Solr 8.11 in cloud mode. Thanks in advance.

Re: Suggester index replication

2023-03-20 Thread r ohara
Would it work if we just copied over the directory? In my case the blendedInfixSuggesterIndexDir? Thanks On Thu, Mar 2, 2023 at 7:17 PM Walter Underwood wrote: > When we were using old style replication, I did have the suggester lexicon > replicated along with other config files, and I think I

solr backups failing

2023-03-22 Thread r ohara
Hi all, We are using solrcloud 8.11 with 10 shards. We've been getting errors trying to back up our index using the collections API. Here's the error we see in some of the nodes when we run the REQUESTSTATUS api. Failed to backup core=collection_02_replica_t21 because java.io.IOException: Input/ou

Re: solr backups failing

2023-04-05 Thread r ohara
n you provide more information, such as the request you send to solr > and > > logs that might explain the IOException? > > > > - Houston > > > >> On Wed, Mar 22, 2023 at 10:51 AM r ohara wrote: > >> > >> Hi all, > >> We are using

Replication and generation number

2023-06-14 Thread r ohara
Hi Solr folks, We are using solr 8.11 in solrcloud mode with one TLOG and two PULL replica setup. We're having issues not getting the latest updates on our PULL replicas. We have autocommit set to 10 minutes and we're seeing that every once in a while the generation id gets updated, but not the ver

BlendedInfixSuggester replication

2023-07-24 Thread r ohara
Hello all, We are using Solr 8.11.2 in solrcloud mode and using the BlendedInfixSuggester for autocomplete for our site. We have a very large index and it takes almost 2 days to finish building so during this time, autosuggest isn't available. It's a TLOG/PULL replica setup, so we tried to build o

Prevent traffic to solr node

2023-08-03 Thread r ohara
Hello! Is there a way to mark a solr node (pull) as 'sick' to prevent traffic going to it? We're using solrcloud 8.9. I'm wondering if there's a way using the cluster node management api? Thanks in advance