asfimport

Results 862 comments of asfimport

Xin-Chun Zhang ([migrated from JIRA](https://issues.apache.org/jira/browse/LUCENE-9136?focusedCommentId=17053668&page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#comment-17053668)) 1. My personal git branch: . 2. The vector format is as follows,  ![image-2020-03-07-01-25-58-047.png](https://apache.github.io/lucene-jira-archive/attachments/LUCENE-9136/image-2020-03-07-01-25-58-047.png)   Structure of IVF index meta is as follows, ![image-2020-03-07-01-27-12-859.png](https://apache.github.io/lucene-jira-archive/attachments/LUCENE-9136/image-2020-03-07-01-27-12-859.png)   Structure of...

Jim Ferenczi (@jimczi) ([migrated from JIRA](https://issues.apache.org/jira/browse/LUCENE-9136?focusedCommentId=17057803&page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#comment-17057803)) > I was thinking we could actually reuse the existing `PostingsFormat` and `DocValuesFormat` implementations.  That's the one of the main reason why this approach...

Tomoko Uchida (@mocobeta) ([migrated from JIRA](https://issues.apache.org/jira/browse/LUCENE-9136?focusedCommentId=17057878&page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#comment-17057878)) ```Java Do we need a new VectorFormat that can be shared with the graph-based approach ? ``` About this point, I think we don't...

Jim Ferenczi (@jimczi) ([migrated from JIRA](https://issues.apache.org/jira/browse/LUCENE-9136?focusedCommentId=17057886&page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#comment-17057886)) Thanks for chiming in @mocobeta. Although I still think it would be valuable to discuss the minimal signature needed to share a new codec...

Tomoko Uchida (@mocobeta) ([migrated from JIRA](https://issues.apache.org/jira/browse/LUCENE-9136?focusedCommentId=17057931&page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#comment-17057931)) @jimczi Thank you for elaborating. I agree with you, it's great if we have some abstraction for vectors (interface or abstract base class with...

Julie Tibshirani (@jtibshirani) ([migrated from JIRA](https://issues.apache.org/jira/browse/LUCENE-9136?focusedCommentId=17083372&page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#comment-17083372)) A note that I filed #10362 to start a discussion around a unified format API.

Alessandro Benedetti (@alessandrobenedetti) ([migrated from JIRA](https://issues.apache.org/jira/browse/LUCENE-9136?focusedCommentId=17246724&page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#comment-17246724)) Now that #10362 has been resolved, what's remaining in this issue to be merged?

**justin** ([migrated from Bugzilla](https://bz.apache.org/bugzilla//show_bug.cgi?id=63255&redirect=false#c1)): Do you mind providing a simple .jmx file or Results Tree script so I can replicate this myself? I feel I can help fix this if...

**avam0nst3r** ([migrated from Bugzilla](https://bz.apache.org/bugzilla//show_bug.cgi?id=63255&redirect=false#c2)): simple JMX, proving that POST request body is being sent "as is", until you add any ${var}. Then it start "fixing" the double-backslashes, and m.b. other...

**avam0nst3r** ([migrated from Bugzilla](https://bz.apache.org/bugzilla//show_bug.cgi?id=63255&redirect=false#c3)): simple jmx attached, just check what it actually tries to send in tree view for both requests The post request body `{"field","value\\value"}` is sent exactly as...