[jira] [Commented] (LUCENE-9450) Taxonomy index should use DocValues not StoredFields

2021-07-18 Thread Mayya Sharipova (Jira)
[ https://issues.apache.org/jira/browse/LUCENE-9450?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17382822#comment-17382822 ] Mayya Sharipova commented on LUCENE-9450: - [~gworah]  That's indeed a concern. T

[GitHub] [lucene] mocobeta commented on pull request #215: LUCENE-10028: Add git pre-commit hook that runs precommit task.

2021-07-18 Thread GitBox
mocobeta commented on pull request #215: URL: https://github.com/apache/lucene/pull/215#issuecomment-882058333 It surely won't fit everyone's (especially git experts') use-cases, and it's a local setup anyway; devs should be able to set up `pre-commit` or `pre-push` hook without the help o

[GitHub] [lucene] dsmiley opened a new pull request #216: Introduce DocTermVectors in lieu of Fields.

2021-07-18 Thread GitBox
dsmiley opened a new pull request #216: URL: https://github.com/apache/lucene/pull/216 https://issues.apache.org/jira/browse/LUCENE-10018 Let's not use the Fields class anymore for TermVectors. In this PR, we introduce a new class "DocTermVectors" in its stead. -- This is an automate

[GitHub] [lucene] dsmiley commented on pull request #216: Introduce DocTermVectors in lieu of Fields.

2021-07-18 Thread GitBox
dsmiley commented on pull request #216: URL: https://github.com/apache/lucene/pull/216#issuecomment-882247189 In the first commit of this PR, I introduce "DocTermVectors" subclassing Fields. Another commit can inline Fields. What do we think of the name? -- This is an automated m

[jira] [Resolved] (LUCENE-9935) Bulk merges for stored fields when index sorting is enabled

2021-07-18 Thread Adrien Grand (Jira)
[ https://issues.apache.org/jira/browse/LUCENE-9935?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Adrien Grand resolved LUCENE-9935. -- Resolution: Fixed It looks like this issue has been fully merged, so marking fixed. > Bulk me