Re: termfreq and IntPointField

2019-09-12 Thread ahubold
I've created a ticket for this problem now: https://issues.apache.org/jira/browse/SOLR-13757 Maybe it's just a matter of documentation. I'm using a workaround now. -- Sent from: https://lucene.472066.n3.nabble.com/Solr-User-f472068.html

Re: termfreq and IntPointField

2019-09-11 Thread ahubold
Okay, after a bit of debugging and reading JIRA issues (SOLR-12074, SOLR-12632), I think this does not work because there's no terms index for point fields. So it probably cannot work, and one would need to have a separate string field with the same values (copyField) to use the termfreq function

termfreq and IntPointField

2019-09-10 Thread Andreas Hubold
Hi, we changed our int fields from TrieIntField to IntPointField when we upgraded from Solr 7.7 to 8.1.1. We're using the termfreq function to order results and this worked with Solr 7.7 and TrieIntField but does not work with IntPointField and Solr 8.1.1 anymore. The field is defined as