Indexing Files in the Filelist

2021-07-26 Thread Patricia Schierling (zeroseven design studios)
Hi everyone, we are not using a PDF Indexing extension like Tikka but we would like to index the file names in the file list (not the alt tags, really only the file name). Is Solr able to do this by default? Can you let me know which configuration we would need? -- Viele Grüße aus Ulm | kin

Changing the solr url

2021-07-26 Thread Endika Posadas
Hi, I have a Solr cloud deployment with multiple shards and replicas. After a while, the url where the solr instances are deployed has changed, so every solr node is down I would like to update the url of the solr nodes to the updated one so I can bring the cluster back up. After reading the d

Re: Changing the solr url

2021-07-26 Thread Shawn Heisey
On 7/26/2021 5:19 AM, Endika Posadas wrote: I have a Solr cloud deployment with multiple shards and replicas. After a while, the url where the solr instances are deployed has changed, so every solr node is down I would like to update the url of the solr nodes to the updated one so I can bring

Re: Indexing Files in the Filelist

2021-07-26 Thread Dave
This is again one of situations where you just need to code it in your indexer, which is independent. Any language can do this you just need a specified field or just a dynamic one for this purpose and just put it in. > On Jul 26, 2021, at 7:09 AM, Patricia Schierling (zeroseven design studios)

Re: The filter cache is not reclaimed

2021-07-26 Thread Alessandro Benedetti
hi Dawn, from your config, any time you open a new searcher you are auto-warming the *most recent 100 keys* of your cache (while losing the other entries). How often do you open a searcher ? (soft commit or hard commit with openSearcher='true' ?) >From your comment "found that the Filter cache can

Re: Result set order when searching on "*" (asterisk character)

2021-07-26 Thread Alessandro Benedetti
Hi, to add to what Michael specified: *"is determined by the order of docs asserialized in the Lucene index -- and that order is arbitrary, and can varyacross different replicas of the same "shard" of the index."* Until segment merge happens in the background, the internal Lucene ID for a docum

Re: min_popularity alternative for Solr Relatedness and Semantic Knowledge Graphs

2021-07-26 Thread Alessandro Benedetti
Hi Kerwin, I was taking a look to your question and the *org.apache.solr.search.facet.RelatednessAgg* code, in line : -- Alessandro Benedetti Apache Lucene/Solr Committer Director, R&D Software Engineer, Search Consultant www.sease.io On Thu, 22 Jul 2021 at 08:27, Kerwin

Re: MultipleAdditiveTreeModel

2021-07-26 Thread Alessandro Benedetti
I didn't get any additional notification (or maybe I missed it). Has the Jira been created yet? Boolean features are quite common around Learning To Rank use cases. I do believe this contribution can be useful. If you don't have time to create the Jira or contribute the pull request, no worries, ju

Re: Changing the solr url

2021-07-26 Thread Endika Posadas
Hi, Sorry for the misunderstanding. The URLs didn't change, I changed the deployment to different hosts. But now in solr I have no way of telling that what was hostA now it's called hostB. thanks On 2021/07/26 12:54:43, Shawn Heisey wrote: > On 7/26/2021 5:19 AM, Endika Posadas wrote: > > I

Re: MultipleAdditiveTreeModel

2021-07-26 Thread Roopa Rao
Hi Alessandro, I haven't created JIRA for this, we solved this the similar way that Spyros described, by changing the threshold in the model. Ya it would be good to understand why there is the SLACK added. Thanks, Roopa On Mon, Jul 26, 2021 at 10:52 AM Alessandro Benedetti wrote: > I didn't get

Re: CDCR replacement -- Timelines

2021-07-26 Thread Natarajan, Rajeswari
Hi Anushum, Thanks for your reply. I looked at the PR you shared. It involves processing the MirroredSolrRequest .How is the solr request coming to primary solrcloud being intercepted and sent to Kafka , interested in this part. We can send the same solr request from application to

Re: MultipleAdditiveTreeModel

2021-07-26 Thread Spyros Kapnissis
Hi Alessandro, Roopa, I also agree that this issue should be further investigated and fixed. Please let me know if you need any help opening the Jira ticket and provide more details. On Mon, Jul 26, 2021, 21:04 Roopa Rao wrote: > Hi Alessandro, > I haven't created JIRA for this, we solved this t

Re: CDCR replacement -- Timelines

2021-07-26 Thread Anshum Gupta
Hi Rajeswari, Not sure what's up with my mailbox, but this thread ends up in spam more often than not. You can certainly send the updates to a source topic, which can then be mirrored and replicated but would require external versioning. There are a few other challenges in that approach, but if y

RE: Print Solr Responses || SOLR 7.5

2021-07-26 Thread Akreeti Agarwal
Classification: Confidential Hi, By table you mean? Where should I store the entire result? Also, is there any way to track or print responses in log or generate request ID's Regards, Akreeti Agarwal -Original Message- From: Dave Sent: Friday, July 23, 2021 8:09 PM To: users@solr.apac