Re: Unified Highlighter and Fuzzy Searches

2021-04-01 Thread Srijan
I tried both Standard and DisMax query parsers and the issue is easily reproducible. And forgot to mention earlier, I am trying this on Solr 8.6.3 Just to add more clarity this is what I am doing: I have say a field called File_Content_Field with the following values indexed and stored: "runnings

Re: Atomic update wrongly deletes child documents

2021-04-20 Thread Srijan
Yup, that definitely is a bug. My problem was different. Of the 'not-reading-the-documentation-thoroughly' variety. I was indexing nested docs anonymously which unfortunately does not create the necessary pseudo fields to track parent-child relationships. And which was causing the child documents t

Is the Solr-User Nabble Forum dead?

2021-06-30 Thread Srijan
Hi All, I see 90 percent of all discussions in the Solr-User Nabble forum marked as: *CONTENTS DELETED* The author has deleted this message. Have I missed something? Is this related to the mailing list migration? Thanks, Seez

Re: Is the Solr-User Nabble Forum dead?

2021-08-09 Thread Srijan
ne :) > > > > You may want to use lists.apache.org instead - > > https://lists.apache.org/list.html?d...@solr.apache.org > > > > Jan > > > > > 30. jun. 2021 kl. 22:09 skrev Srijan : > > > > > > Hi All, > > > > > > I see 90

Re: Having problem with implicit field "_root_"

2021-08-31 Thread Srijan
Check the attached thread. It might be what you're looking for. On Tue, Aug 31, 2021 at 4:30 PM Ed Yu wrote: > We have a solr setup from a very old version (1.4) and we are upgrading it > to 8.9. We are stuck at the point that I think the schema.xml is > syntactically free of errors but now givi

Re: Range query on TextField

2022-01-07 Thread Srijan
My guess is inconsistent "character case" (uppercase/lowercase) in your indexed data vs your search query. For example, I would expect something like staffName_txt:[ "Gross Bob" TO "lindmar Deborah"] to return "Mr Kenyon John" as M indeed does lie between G and l. On Fri, Jan 7, 2022 at 11:10 A

Distributed Search

2022-02-28 Thread Srijan
and any pain points you might have encountered while supporting distributed search. Thank you very much, Srijan

Re: Solr Collections Join

2022-03-10 Thread Srijan
Is this a SolrCloud setup? On Thu, Mar 10, 2022, 22:25 Venkateswarlu Bommineni wrote: > Hello All, > > I have a requirement to join 2 collections and get fields from both the > collections. > > I have got the join query as below, when i run below join query I am > getting the fields of Collectio

Solr as a dedicated data store?

2022-04-04 Thread Srijan
Hi All, I am working on designing a Solr based enterprise search solution. One requirement I have is to track crawled data from various different data sources with metadata like crawled date, indexing status and so on. I am looking into using Solr itself as my data store and not adding a separate

Re: Regarding maximum number of documents that can be returned safely from SOLR to Java Application.

2022-04-28 Thread Srijan
It would be nice to have more clarity regarding the problem you're trying to solve. Few questions: 1. Why do you need to return so many search results at the same time? If it's a typical search usecase, could you not work with some manageable list of documents, say 50/100? But I'm guessing this is

Re: solr basic authentication

2022-06-27 Thread Srijan
Have you looked into this? https://www.planetcobalt.net/sdb/solr_password_hash.shtml On Mon, Jun 27, 2022 at 3:08 AM Anchal Sharma2 wrote: > Hi All , > > Is there any standard tool for encrypting -decrypting the password present > in security.json ? > "credentials":{"solr":"encrypted password​

Suggestions from across multiple collections

2022-11-17 Thread Srijan
Hi All, Is it possible to generate suggestions from multiple collections at the same time? So I have let's say collections - c1 and c2 and both have their own suggest component (with the same name - my_suggestions). Can I perform a distributed search across these two suggesters ? The collection pa

Re: Multiple cores

2022-12-27 Thread Srijan
https://issues.apache.org/jira/plugins/servlet/mobile#issue/SOLR-15237/comment/17626195 Same issue? On Tue, Dec 27, 2022, 19:59 Mike wrote: > I get a 401 require authentication error when I query with &shards= > > Do you or anyone else have any idea why? > > Am Mi., 28. Dez. 2022 um 04:10 Uhr s

Logging correlation id

2023-01-12 Thread Srijan
there a codeless way of doing this? Has anyone done something similar? Thanks, Srijan

Re: Atomic updates too slow in Solr 8 vs Solr 7

2023-05-31 Thread Srijan
I would love some profiling as well. I know 8.8 or 8.9 had some performance problems with atomic update but this was later addressed. I cant find the jira atm though. Also I am on 8.11.1 and atomic update is not an issue for me. By the way, do you happen to have nested docs? On Wed, May 31, 2023

Zookeeper ACL configs using plain-text password

2023-06-06 Thread Srijan
Hi All, At present, it looks like Solr scripts that manage Zookeeper ACLs expect password to be provided in plain-text. Is there any plan to address this issue? I see a Jira that was created in 2017 but nothing seems to have come out of it. https://issues.apache.org/jira/browse/SOLR-11655 Any th

Re: Zookeeper ACL configs using plain-text password

2023-06-06 Thread Srijan
/kerberos-authentication-plugin.html > Solr 8.11 docs > https://solr.apache.org/guide/8_11/kerberos-authentication-plugin.html > > Kind Regards > > On Tue, Jun 6, 2023 at 12:26 PM Srijan wrote: > > > Hi All, > > > > At present, it looks like Solr scripts t

Keeping certain stored fields uncompressed

2024-01-26 Thread Srijan
Hi All, I'm currently facing a significant performance challenge with Apache Solr 9.x and would greatly appreciate any insights or suggestions you might have. Context: In my Solr setup, I have a custom post filter that is critical to our search process. This filter needs to read a specific stored

Re: Solr 9.4 - Help regarding vector search min Similarity threshold with knn parser

2024-01-26 Thread Srijan
I have been testing dense vector search on Solr and it's been working great for me so far. Mine is an image search use case using OpenAI's CLIP model but the configurations are pretty much the same as yours. What embedding model are you using? And can you share a portion of the actual query? On Fr

Re: Keeping certain stored fields uncompressed

2024-01-26 Thread Srijan
. Binary DocValues Field should be an answer. > > On Fri, Jan 26, 2024 at 9:41 PM Shawn Heisey > > wrote: > > > On 1/26/24 03:38, Srijan wrote: > > > Since upgrading to Solr 9.x, I've observed a drastic decrease in > > > performance – approximately 10 to