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 5DD82F1DF for ; Mon, 1 Apr 2013 09:09:19 +0000 (UTC) Received: (qmail 37084 invoked by uid 500); 1 Apr 2013 09:09:16 -0000 Delivered-To: apmail-lucene-dev-archive@lucene.apache.org Received: (qmail 36718 invoked by uid 500); 1 Apr 2013 09:09:16 -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 36672 invoked by uid 99); 1 Apr 2013 09:09:15 -0000 Received: from arcas.apache.org (HELO arcas.apache.org) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 01 Apr 2013 09:09:15 +0000 Date: Mon, 1 Apr 2013 09:09:15 +0000 (UTC) From: "crocket (JIRA)" To: dev@lucene.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Updated] (LUCENE-4894) Facet User Guide for lucene 4.2 has deleted classes/methods and needs more explanations. 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/LUCENE-4894?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] crocket updated LUCENE-4894: ---------------------------- Description: * Concurrent Indexing and Search There is no clear explanation regarding those points below. 1. TaxonomyReader should be reopened after IndexReader. 2. TaxonomyWriter should be committed before IndexWriter. TaxonomyWriter should be closed before IndexWriter. The rationale is that it's ok to see categories to which no document belongs but not ok the other way around. Beginners may not be able to see this until after they think through it for a long time, which most of them including me wouldn't do. However, facet user guide doesn't explain the rationale clearly. * DocumentBuilder & FacetSearchParams.addFacetRequest They no longer exist in lucene 4.2, but they are used in code examples. * FacetResultNode.getLabel(TaxonomyReader) It doesn't eixst in 4.2, but it is mentioned in "Multiple Facet Requests" * ETC I don't know if there are other points to be made. was: * Concurrent Indexing and Search There is no clear explanation regarding those points below. 1. TaxonomyReader should be reopened after IndexReader. 2. TaxonomyWriter should be committed before IndexWriter. TaxonomyWriter should be closed before IndexWriter. The rationale is that it's ok to see categories to which no document belongs but not ok the other way around. Beginners may not be able to see this until after they think through it for a long time, which most of them including me wouldn't do. However, facet user guide doesn't explain the rationale clearly. * DocumentBuilder & FacetSearchParams.addFacetRequest They no longer exist in lucene 4.2, but they are used in code examples. * FacetResultNode.getLabel(TaxonomyReader) It doesn't eixst in 4.2, but it is mentioned in "Multiple Facet Requests" * ETC I don't know if there are other points to be made. > Facet User Guide for lucene 4.2 has deleted classes/methods and needs more explanations. > ---------------------------------------------------------------------------------------- > > Key: LUCENE-4894 > URL: https://issues.apache.org/jira/browse/LUCENE-4894 > Project: Lucene - Core > Issue Type: Bug > Components: general/website, modules/facet > Affects Versions: 4.2 > Reporter: crocket > Priority: Minor > > * Concurrent Indexing and Search > There is no clear explanation regarding those points below. > 1. TaxonomyReader should be reopened after IndexReader. > 2. TaxonomyWriter should be committed before IndexWriter. TaxonomyWriter should be closed before IndexWriter. > The rationale is that it's ok to see categories to which no document belongs but not ok the other way around. > Beginners may not be able to see this until after they think through it for a long time, which most of them including me wouldn't do. > However, facet user guide doesn't explain the rationale clearly. > * DocumentBuilder & FacetSearchParams.addFacetRequest > They no longer exist in lucene 4.2, but they are used in code examples. > * FacetResultNode.getLabel(TaxonomyReader) > It doesn't eixst in 4.2, but it is mentioned in "Multiple Facet Requests" > * ETC > I don't know if there are other points to be made. -- 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