Return-Path: X-Original-To: apmail-lucene-dev-archive@www.apache.org Delivered-To: apmail-lucene-dev-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id BC03A10570 for ; Mon, 25 Nov 2013 14:33:48 +0000 (UTC) Received: (qmail 7992 invoked by uid 500); 25 Nov 2013 14:33:45 -0000 Delivered-To: apmail-lucene-dev-archive@lucene.apache.org Received: (qmail 7902 invoked by uid 500); 25 Nov 2013 14:33:38 -0000 Mailing-List: contact dev-help@lucene.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@lucene.apache.org Delivered-To: mailing list dev@lucene.apache.org Received: (qmail 7876 invoked by uid 99); 25 Nov 2013 14:33:36 -0000 Received: from arcas.apache.org (HELO arcas.apache.org) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 25 Nov 2013 14:33:36 +0000 Date: Mon, 25 Nov 2013 14:33:36 +0000 (UTC) From: "Manuel Lenormand (JIRA)" To: dev@lucene.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Commented] (SOLR-5478) Speed-up distributed search with high rows param or deep paging by transforming docId's to uniqueKey via memory docValues MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 [ https://issues.apache.org/jira/browse/SOLR-5478?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13831501#comment-13831501 ] Manuel Lenormand commented on SOLR-5478: ---------------------------------------- I will save the searcher.getAtomicReader().getSortedDocValues(uniqueKey) as a member in the index searcher so I don't have to recreate it everytime. After I'm done I'll repatch > Speed-up distributed search with high rows param or deep paging by transforming docId's to uniqueKey via memory docValues > ------------------------------------------------------------------------------------------------------------------------- > > Key: SOLR-5478 > URL: https://issues.apache.org/jira/browse/SOLR-5478 > Project: Solr > Issue Type: Improvement > Components: Response Writers > Affects Versions: 4.5 > Reporter: Manuel Lenormand > Fix For: 4.6 > > Attachments: BinaryResponseWriterWithDocValues.patch, DocValuesBinaryResponseWriter.java, docValuesBinaryResponseWriter.jar > > -- This message was sent by Atlassian JIRA (v6.1#6144) --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscribe@lucene.apache.org For additional commands, e-mail: dev-help@lucene.apache.org