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 39723D3F1 for ; Wed, 20 Jun 2012 04:36:46 +0000 (UTC) Received: (qmail 94053 invoked by uid 500); 20 Jun 2012 04:36:45 -0000 Delivered-To: apmail-lucene-dev-archive@lucene.apache.org Received: (qmail 93996 invoked by uid 500); 20 Jun 2012 04:36:44 -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 93632 invoked by uid 99); 20 Jun 2012 04:36:43 -0000 Received: from issues-vm.apache.org (HELO issues-vm) (140.211.11.160) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 20 Jun 2012 04:36:43 +0000 Received: from isssues-vm.apache.org (localhost [127.0.0.1]) by issues-vm (Postfix) with ESMTP id 24C3E1427F2 for ; Wed, 20 Jun 2012 04:36:43 +0000 (UTC) Date: Wed, 20 Jun 2012 04:36:43 +0000 (UTC) From: "David Smiley (JIRA)" To: dev@lucene.apache.org Message-ID: <846803368.32667.1340167003152.JavaMail.jiratomcat@issues-vm> In-Reply-To: <1608050082.9000.1333489947699.JavaMail.tomcat@hel.zones.apache.org> Subject: [jira] [Commented] (SOLR-3313) Rename "Query Type" to "Request Handler" in SolrJ APIs 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-3313?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13397259#comment-13397259 ] David Smiley commented on SOLR-3313: ------------------------------------ I committed SOLR-3313_Rename_Query_Type_to_Request_Handler.patch to trunk r1351932 and to 4x r1351933. > Rename "Query Type" to "Request Handler" in SolrJ APIs > ------------------------------------------------------ > > Key: SOLR-3313 > URL: https://issues.apache.org/jira/browse/SOLR-3313 > Project: Solr > Issue Type: Improvement > Components: clients - java > Reporter: David Smiley > Assignee: David Smiley > Fix For: 4.0 > > Attachments: SOLR-3313_Rename_Query_Type_to_Request_Handler.patch > > > Nobody should speak of "query types" any more; it's "request handlers". I understand we want to retain the "qt" parameter as such but I think we should change the names of it wherever we can find it. We can leave some older API methods in place as deprecated. > As an example, in SolrJ I have to call solrQuery.setQueryType("/blah") instead of setRequestHandler() -- This message is automatically generated by JIRA. If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa 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