Re: Re: Solr @ Windows 10: how to delete an index

2023-03-21 Thread solr
Jan & Shawn, thank you for your quick response. I used (and shall use) Jan's proposal to form Admin UI "Documents" screen. Walter "Jan Høydahl" schrieb am 20.03.2023 19:03:48: Von: "Jan Høydahl" An: users@solr.apache.org Datum: 20.03.2023 19:05 Betreff: Re: Solr @ Windows 10: how to delete

Re: Re: Solr @ Windows 10: how to delete an index

2023-03-21 Thread solr
Jan & Shawn, thank you for your quick response. I used (and shall use) Jan's proposal to form Admin UI "Documents" screen. Walter "Jan Høydahl" schrieb am 20.03.2023 19:03:48: > Von: "Jan Høydahl" > An: users@solr.apache.org > Datum: 20.03.2023 19:05 > Betreff: Re: Solr @ Windows 10: how to de

Re: How to specify multiples values as default for a multivalued field?

2023-03-21 Thread Mikhail Khludnev
Hello, It seems like it's quite feasibly, but not actuall possible https://github.com/apache/solr/blob/main/solr/core/src/java/org/apache/solr/update/DocumentBuilder.java#L280 right now. On Mon, Mar 20, 2023 at 11:39 PM gnandre wrote: > This seems very trivial but it is not working for me and I

Re: Generated query when searching for phrase

2023-03-21 Thread Shawn Heisey
On 3/21/23 04:58, Ivana Pranjic wrote: hitting the maxBooleanClauses limit for some simple queries (even if we increase the limit). How are you setting maxBooleanClauses? If you're doing it in solrconfig.xml, that is problematic. maxBooleanClauses is a global limit in Lucene ... if you don'

Re: docker arguments

2023-03-21 Thread Shawn Heisey
On 3/20/23 14:42, Tim Clarke wrote: Sorry, I'd stopped it before answering you. I get this after starting: timc@Debian:$ docker exec 9a65798bda0d ps aux | grep solr Neither the "-e schemaless" nor "-Dsolr.modules=extraction" options were honored in the actual solr startup inside the container

Re: Generated query when searching for phrase

2023-03-21 Thread Mikhail Khludnev
Hello Ivana. I think the change caused this is [LUCENE-9207] Don't build SpanQuery in QueryBuilder - ASF JIRA (apache.org) Also, please check the last comments in Don't build SpanQuery in QueryBuilder [LUCENE-9207] · Issue #10247 · apache/lucene ·

Generated query when searching for phrase

2023-03-21 Thread Ivana Pranjic
Hi Solr community, We are currently trying to upgrade Solr from v8 to 9 and we have stumbled upon an issue - the queries that we are using for search are resulting in much more clauses being generated than before, hitting the maxBooleanClauses limit for some simple queries (even if we increase the