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 26CDAEB3A for ; Sat, 16 Feb 2013 20:29:14 +0000 (UTC) Received: (qmail 73704 invoked by uid 500); 16 Feb 2013 20:29:13 -0000 Delivered-To: apmail-lucene-dev-archive@lucene.apache.org Received: (qmail 73624 invoked by uid 500); 16 Feb 2013 20:29:13 -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 73617 invoked by uid 99); 16 Feb 2013 20:29:13 -0000 Received: from arcas.apache.org (HELO arcas.apache.org) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Sat, 16 Feb 2013 20:29:13 +0000 Date: Sat, 16 Feb 2013 20:29:12 +0000 (UTC) From: "Adrien Grand (JIRA)" To: dev@lucene.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Resolved] (SOLR-3855) DocValues support 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-3855?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Adrien Grand resolved SOLR-3855. -------------------------------- Resolution: Fixed Committed! bq. Nice! I notice a bunch of great cleanups that have long been on my TODO list too (esp in stats)! Yes. But, there are still a few things to clean up. In particular it would be better if this component supported custom field types and didn't always box numbers. (This would likely require a large refactoring of this component.) Maybe LUCENE-4765 could also help factor more code between the single-valued and multi-valued cases. > DocValues support > ----------------- > > Key: SOLR-3855 > URL: https://issues.apache.org/jira/browse/SOLR-3855 > Project: Solr > Issue Type: Improvement > Reporter: Adrien Grand > Assignee: Adrien Grand > Priority: Minor > Fix For: 4.2, 5.0 > > Attachments: SOLR-3855.patch, SOLR-3855.patch, SOLR-3855.patch, SOLR-3855.patch, SOLR-3855.patch, SOLR-3855.patch, SOLR-3855.patch, SOLR-3855.patch > > > It would be nice if Solr supported DocValues: > - for ID fields (fewer disk seeks when running distributed search), > - for sorting/faceting/function queries (faster warmup time than fieldcache), > - better on-disk and in-memory efficiency (you can use packed impls). -- This message is automatically generated by JIRA. If you think it was sent incorrectly, please contact your JIRA administrators For more information on JIRA, see: http://www.atlassian.com/software/jira --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscribe@lucene.apache.org For additional commands, e-mail: dev-help@lucene.apache.org