You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@lucene.apache.org by GitBox <gi...@apache.org> on 2022/05/03 15:50:14 UTC

[GitHub] [lucene] LuXugang opened a new pull request, #865: Lucene-10502: Use IndexedDISI to store docIds and DirectMonotonicWriter/Reader to handle ordToDoc

LuXugang opened a new pull request, #865:
URL: https://github.com/apache/lucene/pull/865

   follow-up of https://github.com/apache/lucene/pull/792 
   


-- 
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-unsubscribe@lucene.apache.org

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


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


[GitHub] [lucene] LuXugang closed pull request #865: LUCENE-10502: Use IndexedDISI to store docIds and DirectMonotonicWriter/Reader to handle ordToDoc

Posted by GitBox <gi...@apache.org>.
LuXugang closed pull request #865: LUCENE-10502: Use IndexedDISI to store docIds and DirectMonotonicWriter/Reader to handle ordToDoc
URL: https://github.com/apache/lucene/pull/865


-- 
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-unsubscribe@lucene.apache.org

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


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


[GitHub] [lucene] LuXugang commented on pull request #865: LUCENE-10502: Use IndexedDISI to store docIds and DirectMonotonicWriter/Reader to handle ordToDoc

Posted by GitBox <gi...@apache.org>.
LuXugang commented on PR #865:
URL: https://github.com/apache/lucene/pull/865#issuecomment-1117455420

   Thanks @mayya-sharipova, your suggestion can reducee a lot of work, so this issue could be closed.


-- 
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-unsubscribe@lucene.apache.org

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


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


[GitHub] [lucene] LuXugang commented on pull request #865: LUCENE-10502: Use IndexedDISI to store docIds and DirectMonotonicWriter/Reader to handle ordToDoc

Posted by GitBox <gi...@apache.org>.
LuXugang commented on PR #865:
URL: https://github.com/apache/lucene/pull/865#issuecomment-1116261200

   Hi @mayya-sharipova , full RP presented.


-- 
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-unsubscribe@lucene.apache.org

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


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


[GitHub] [lucene] mayya-sharipova commented on pull request #865: LUCENE-10502: Use IndexedDISI to store docIds and DirectMonotonicWriter/Reader to handle ordToDoc

Posted by GitBox <gi...@apache.org>.
mayya-sharipova commented on PR #865:
URL: https://github.com/apache/lucene/pull/865#issuecomment-1117440907

   @LuXugang Thanks for this work. I was thinking we can adopt the following workflow for this work:
   
   - Once https://github.com/apache/lucene/pull/792 is fully approved, we can merge it to the branch `apache:vectors-disi-direct`, which will be our feature branch.
   - Then this PR would be with just new format changes against `apache:vectors-disi-direct`
   - Once this PR is approved we can merge `apache:vectors-disi-direct` to `main`


-- 
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-unsubscribe@lucene.apache.org

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


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


[GitHub] [lucene] LuXugang commented on pull request #865: LUCENE-10502: Use IndexedDISI to store docIds and DirectMonotonicWriter/Reader to handle ordToDoc

Posted by GitBox <gi...@apache.org>.
LuXugang commented on PR #865:
URL: https://github.com/apache/lucene/pull/865#issuecomment-1118189707

   > I was thinking we can adopt the following workflow for this work:
   
   OK @mayya-sharipova , I would do new format changes later after `apache:vectors-disi-direct` updated.


-- 
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-unsubscribe@lucene.apache.org

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


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