Re: [Solr 6] Legacy faceting Term Enum method VS DocValues

2016-05-31 Thread Alessandro Benedetti
Further investigations lead to : https://issues.apache.org/jira/browse/SOLR-9176 On Tue, May 24, 2016 at 12:47 PM, Alessandro Benedetti < abenede...@apache.org> wrote: > Hi guys, > It has been a while I was thinking about this and yesterday I took a look > into the code : > > I was wondering if

[Solr 6] Legacy faceting Term Enum method VS DocValues

2016-05-24 Thread Alessandro Benedetti
Hi guys, It has been a while I was thinking about this and yesterday I took a look into the code : I was wondering if the termEnum approach is still a valid alternative to docValues when we have low cardinality fields. The reason I am asking this is because yesterday I run into this piece of code