asfimport

Results 862 comments of asfimport

[Maxim Kolesnikov](https://issues.apache.org/jira/browse/PARQUET-2035?#comment-17335709): Thanks @iemejia, that's exactly what I was doing. I have a half baked patch now, going to finalize it till the end of this week.

Michele Palmia (@micpalmia) ([migrated from JIRA](https://issues.apache.org/jira/browse/LUCENE-9269?focusedCommentId=17055891&page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#comment-17055891)) I added a very simple test (with my very limited Lucene testing skills) that emulates example c) above and checks for the score of...

Adrien Grand (@jpountz) ([migrated from JIRA](https://issues.apache.org/jira/browse/LUCENE-9269?focusedCommentId=17055901&page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#comment-17055901)) We should remove BlendedTermQuery eventually. It tries to solve cross-field search and synonym search at the same time, which introduces complications... Since you seem...

Michele Palmia (@micpalmia) ([migrated from JIRA](https://issues.apache.org/jira/browse/LUCENE-9269?focusedCommentId=17055927&page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#comment-17055927)) I was actually just looking at a [user report](https://mail-archives.apache.org/mod_mbox/lucene-dev/202003.mbox/%3CCALyzSEn%2BQFoT3MpNYkxw-dEK9jc59mSTvXqccuUVMMDAgOMMmA%40mail.gmail.com%3E) that came to lucene-dev and looked interesting. In their use case, they were using fuzzy...

Adrien Grand (@jpountz) ([migrated from JIRA](https://issues.apache.org/jira/browse/LUCENE-9269?focusedCommentId=17056205&page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#comment-17056205)) For this particular issue, I think that the right fix would be to fix `TermQuery#equals` and `hashCode` to take `perReaderTermState` into account. Queries shouldn't...

Michele Palmia (@micpalmia) ([migrated from JIRA](https://issues.apache.org/jira/browse/LUCENE-9269?focusedCommentId=17064294&page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#comment-17064294)) I have a few questions, please feel free to let me know if they're too dumb: - while testing a solution for adding `perReaderTermState`...

Michael Sokolov (@msokolov) ([migrated from JIRA](https://issues.apache.org/jira/browse/LUCENE-9269?focusedCommentId=17520560&page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#comment-17520560)) 1. Does the checkBoosts test case you refer to fail when you attempt your change? If so, please address it. Otherwise, I think it...

[Steve Loughran](https://issues.apache.org/jira/browse/PARQUET-2146?#comment-17850469) / @steveloughran: This error isn't related to server side encryption, which other than the etags is generally invisible. And etags are way more complicated than md5s everywhere. What...

Patrick Zhai (@zhaih) ([migrated from JIRA](https://issues.apache.org/jira/browse/LUCENE-9839?focusedCommentId=17428549&page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#comment-17428549)) This same error appeared in my PR's auto check as well: And went away after retry...

Dawid Weiss (@dweiss) ([migrated from JIRA](https://issues.apache.org/jira/browse/LUCENE-9839?focusedCommentId=17439080&page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#comment-17439080)) ![image-2021-11-05-09-35-38-980.png](https://apache.github.io/lucene-jira-archive/attachments/LUCENE-9839/image-2021-11-05-09-35-38-980.png) Happened on Github CI again.