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