cpoerschke commented on PR #13749:
URL: https://github.com/apache/lucene/pull/13749#issuecomment-2830589655

   > Your reference to `DelimitedTermFrequencyTokenFilter` suggests that the 
freq here is more a feature than an actual frequency of a term in a doc. From 
an API perspective, this would make me want to expose it via an IndexableField 
sub class, with a query factory, a bit like `FeatureQuery` but for integer 
values?
   
   (belatedly) thanks for this mention! yes, the value is a feature of a term 
in a doc, and actually originally non-integer. (still work in progress) 
https://github.com/apache/solr/pull/3318 documentation now includes both a 
`RawTFSimilarity` and a `FeatureQuery` section.


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: issues-unsubscr...@lucene.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


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

Reply via email to