Return-Path: Delivered-To: apmail-lucene-dev-archive@www.apache.org Received: (qmail 97685 invoked from network); 2 May 2010 21:58:20 -0000 Received: from unknown (HELO mail.apache.org) (140.211.11.3) by 140.211.11.9 with SMTP; 2 May 2010 21:58:20 -0000 Received: (qmail 23607 invoked by uid 500); 2 May 2010 21:58:19 -0000 Delivered-To: apmail-lucene-dev-archive@lucene.apache.org Received: (qmail 23554 invoked by uid 500); 2 May 2010 21:58:19 -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 23547 invoked by uid 99); 2 May 2010 21:58:19 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Sun, 02 May 2010 21:58:19 +0000 X-ASF-Spam-Status: No, hits=-2000.0 required=10.0 tests=ALL_TRUSTED X-Spam-Check-By: apache.org Received: from [140.211.11.22] (HELO thor.apache.org) (140.211.11.22) by apache.org (qpsmtpd/0.29) with ESMTP; Sun, 02 May 2010 21:58:17 +0000 Received: from thor (localhost [127.0.0.1]) by thor.apache.org (8.13.8+Sun/8.13.8) with ESMTP id o42LvtJ1022059 for ; Sun, 2 May 2010 21:57:55 GMT Message-ID: <6989330.8241272837475644.JavaMail.jira@thor> Date: Sun, 2 May 2010 17:57:55 -0400 (EDT) From: "Yonik Seeley (JIRA)" To: dev@lucene.apache.org Subject: [jira] Updated: (SOLR-1900) move Solr to flex APIs In-Reply-To: <4360741.8221272837115627.JavaMail.jira@thor> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 X-Virus-Checked: Checked by ClamAV on apache.org [ https://issues.apache.org/jira/browse/SOLR-1900?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Yonik Seeley updated SOLR-1900: ------------------------------- Attachment: SOLR-1900-facet_enum.patch Attaching draft flex use for the facet.enum method. This currently fails with: {code} SEVERE: Exception during facet counts:java.lang.IllegalStateException: external IndexReader requires skipDocs == MultiFields.getDeletedDocs() at org.apache.lucene.index.LegacyFieldsEnum$LegacyDocsEnum.reset(LegacyFieldsEnum.java:206) at org.apache.lucene.index.LegacyFieldsEnum$LegacyTermsEnum.docs(LegacyFieldsEnum.java:164) at org.apache.lucene.index.MultiTermsEnum.docs(MultiTermsEnum.java:276) at org.apache.solr.request.SimpleFacets.getFacetTermEnumCounts(SimpleFacets.java:566) {code} Not sure if that's an issue with all compound readers (top-level readers as opposed to segment readers) or if it's an issue with SolrIndexReader. > move Solr to flex APIs > ---------------------- > > Key: SOLR-1900 > URL: https://issues.apache.org/jira/browse/SOLR-1900 > Project: Solr > Issue Type: Improvement > Affects Versions: 4.0 > Reporter: Yonik Seeley > Fix For: 4.0 > > Attachments: SOLR-1900-facet_enum.patch > > > Solr should use flex APIs -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online. --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscribe@lucene.apache.org For additional commands, e-mail: dev-help@lucene.apache.org