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
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
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
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
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
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
and any
pain points you might have encountered while supporting distributed search.
Thank you very much,
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
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
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
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
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
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
there a codeless way of
doing this? Has anyone done something similar?
Thanks,
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
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
/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
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
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
. 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
20 matches
Mail list logo