[ 
https://issues.apache.org/jira/browse/SOLR-12632?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16686865#comment-16686865
 ] 

Joel Bernstein edited comment on SOLR-12632 at 11/14/18 4:57 PM:
-----------------------------------------------------------------

I've been running queries locally and I was incorrect. This was driven by a 
very large drop in performance we were seeing in certain JSON facet queries 
when point fields were involved. But they were involved in two ways:

1) As facet buckets

2) In aggregations

I removed the point fields from facet buckets and just used the points in 
aggregations. The points were actually faster. 

So it was #1 which is very, very slow. And in those scenarios the StrField copy 
does work. 

So, I'll remove my objection.


was (Author: joel.bernstein):
I've been running queries locally and I was incorrect. This was driven by a 
very large drop in performance we were seeing in certain JSON facet queries 
when point fields were involved. But they were involved in two ways:

1) As facet buckets

2) In aggregations

I removed the point fields from facet buckets and just used the points in 
aggregations. The points were actually faster. 

So it was #1 which is very, very slow. And in those scenarios the StrField copy 
does work. 

So, I'll remove my objection.

 

 

 

> Completely remove Trie fields
> -----------------------------
>
>                 Key: SOLR-12632
>                 URL: https://issues.apache.org/jira/browse/SOLR-12632
>             Project: Solr
>          Issue Type: Task
>      Security Level: Public(Default Security Level. Issues are Public) 
>            Reporter: Steve Rowe
>            Priority: Blocker
>              Labels: numeric-tries-to-points
>             Fix For: master (8.0)
>
>
> Trie fields were deprecated in Solr 7.0.  We should remove them completely 
> before we release Solr 8.0.
> Unresolved points-related issues: 
> [https://jira.apache.org/jira/issues/?jql=project=SOLR+AND+labels=numeric-tries-to-points+AND+resolution=unresolved]



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscr...@lucene.apache.org
For additional commands, e-mail: dev-h...@lucene.apache.org

Reply via email to