: 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
- 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
: - 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
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.
>
> -
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
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
: > 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
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
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.
>