Re: Meaning of "Index" flag under properties and schema

2021-02-17 Thread Alexandre Rafalovitch
I wonder if looking more directly at the indexes would allow you to get closer to the problem source. Have you tried comparing/exploring the indexes with Luke? It is in the Lucene distribution (not Solr), and there is a small explanation here:

Re: Meaning of "Index" flag under properties and schema

2021-02-17 Thread Vivaldi
I was getting “illegal argument exception length must be >= 1” when I used significantTerms streaming expression, from this collection and field. I asked about that as a separate question on this list. I will get the whole exception stack trace the next time I am at the customer site. Why any

Re: Meaning of "Index" flag under properties and schema

2021-02-16 Thread Shawn Heisey
On 2/16/2021 9:16 AM, ufuk yılmaz wrote: I didn’t realise that, sorry. The table is like: Flags Indexed Tokenized Stored UnInvertible Properties YesYesYes Yes Schema YesYesYes Yes Index Yes

RE: Meaning of "Index" flag under properties and schema

2021-02-16 Thread ufuk yılmaz
NO Problematic collection has a Index row under Schema row. No other collection has it. I was asking about what the “Index” meant -ufuk Sent from Mail for Windows 10 From: Charlie Hull Sent: 16 February 2021 18:48 To: solr-user@lucene.apache.org Subject: Re: Meaning of "Index" flag under

Re: Meaning of "Index" flag under properties and schema

2021-02-16 Thread Charlie Hull
This list strips attachments so you'll have to figure out another way to show the difference, Cheers Charlie On 16/02/2021 15:16, ufuk yılmaz wrote: There’s a collection at our customer’s site giving weird exceptions when a particular field is involved (asked another question detailing

Meaning of "Index" flag under properties and schema

2021-02-16 Thread ufuk yılmaz
There’s a collection at our customer’s site giving weird exceptions when a particular field is involved (asked another question detailing that). When I inspected it, there’s only one difference between it and other dozens of fine working collections, which is, A text_general field in all