Re: Exception while using {!cardinality=1.0}.

2015-08-24 Thread Chris Hostetter
: Can you please explain how having the same field for query and stat can : cause some issue for my better understanding of this feature? I don't know if it can, it probably shouldn't, but in terms of trying ot udnerstand the bug and reproduce it, any pertinant facts may be relivant - particula

Re: Exception while using {!cardinality=1.0}.

2015-08-23 Thread Modassar Ather
- Did you have the exact same data in both fields? No the data is not same. - Did your "real" query actually compute stats on the same field you had : done your main term query on? The query field is different and I missed to clearly put it. I will accordingly modify the jira. So the query can

Re: Exception while using {!cardinality=1.0}.

2015-08-21 Thread Chris Hostetter
: - Did you have the exact same data in both fields? : Both the field are string type. that's not the question i asked. is the data *in* these fields (ie: the actual value of each field for each document) the same for both of the fields? This is important to figuring out if the root problem t

Re: Exception while using {!cardinality=1.0}.

2015-08-21 Thread Modassar Ather
Hi Chris, I have added a method in SOLR-7954 jira ticket to index sample data which can be used to reproduce the issue. Regards, Modassar On Fri, Aug 21, 2015 at 11:49 AM, Modassar Ather wrote: > Hi Chris, > > I have raised https://issues.apache.org/jira/browse/SOLR-7954 for the > issue. > > -

Re: Exception while using {!cardinality=1.0}.

2015-08-20 Thread Modassar Ather
Hi Chris, I have raised https://issues.apache.org/jira/browse/SOLR-7954 for the issue. - What was the datatype of the field(s)? The data type of fields which passes are of type string with following attributes. The data type of the fields which fails is of type string with docvalues enabled and

Re: Exception while using {!cardinality=1.0}.

2015-08-18 Thread Modassar Ather
Ahmet/Chris! Thanks for your replies. Ahmet I think "net.agkn.hll.serialization" is used by hll() function implementation of Solr. Chris I will try to create sample data and create a jira ticket with details. Regards, Modassar On Tue, Aug 18, 2015 at 9:58 PM, Chris Hostetter wrote: > > : > I

Re: Exception while using {!cardinality=1.0}.

2015-08-18 Thread Chris Hostetter
: > I am getting following exception for the query : : > *q=field:query&stats=true&stats.field={!cardinality=1.0}field*. The : > exception is not seen once the cardinality is set to 0.9 or less. : > The field is *docValues enabled* and *indexed=false*. The same exception : > I tried to reproduce o

Re: Exception while using {!cardinality=1.0}.

2015-08-18 Thread Ahmet Arslan
Hi Modassar, What is this "net.agkn.hll.serialization" ? Custom plugin or something? Ahmet On Tuesday, August 18, 2015 9:23 AM, Modassar Ather wrote: Any suggestions please. Regards, Modassar On Thu, Aug 13, 2015 at 4:25 PM, Modassar Ather wrote: > Hi, > > I am getting following exceptio

Re: Exception while using {!cardinality=1.0}.

2015-08-17 Thread Modassar Ather
Any suggestions please. Regards, Modassar On Thu, Aug 13, 2015 at 4:25 PM, Modassar Ather wrote: > Hi, > > I am getting following exception for the query : > *q=field:query&stats=true&stats.field={!cardinality=1.0}field*. The > exception is not seen once the cardinality is set to 0.9 or less. >