Re: field wildcard query on semantic search

2024-11-27 Thread Mikhail Khludnev
> I gues then the solution would be to created nested documetns with one per > chunk? > Right. Looks like. > Thanks > Sergio > > On Wed, 27 Nov 2024 at 15:12, Mikhail Khludnev wrote: > > > if I read this grammar correctly there are no trailing wildcard in field > > name > > > > > https://github

Re: field wildcard query on semantic search

2024-11-27 Thread Sergio García Maroto
I got it from ChatGpt and now I can see it is actually wrong. It invented the solution. Sorry about it I gues then the solution would be to created nested documetns with one per chunk? Thanks Sergio On Wed, 27 Nov 2024 at 15:12, Mikhail Khludnev wrote: > if I read this grammar correctly there

Re: field wildcard query on semantic search

2024-11-27 Thread Mikhail Khludnev
if I read this grammar correctly there are no trailing wildcard in field name https://github.com/apache/solr/blob/6d167b1b2fcff15800b6f9ffc39172f67d8bc87c/solr/core/src/java/org/apache/solr/parser/QueryParser.jj#L251 On Wed, Nov 27, 2024 at 4:38 PM Sergio García Maroto wrote: > Hi all, > > I wou

Re: field wildcard query on semantic search

2024-11-27 Thread Mikhail Khludnev
Pardon: Where did you get this field wildcard approach in query syntax? I don't remeber anyhting like that. On Wed, Nov 27, 2024 at 4:38 PM Sergio García Maroto wrote: > Hi all, > > I would like to get your opnion on something I am doing at the moment > I am currently trying to test some queries