Return-Path: X-Original-To: archive-asf-public-internal@cust-asf2.ponee.io Delivered-To: archive-asf-public-internal@cust-asf2.ponee.io Received: from cust-asf.ponee.io (cust-asf.ponee.io [163.172.22.183]) by cust-asf2.ponee.io (Postfix) with ESMTP id EABB8200BA0 for ; Fri, 14 Oct 2016 15:37:46 +0200 (CEST) Received: by cust-asf.ponee.io (Postfix) id E9802160AD9; Fri, 14 Oct 2016 13:37:46 +0000 (UTC) Delivered-To: archive-asf-public@cust-asf.ponee.io Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by cust-asf.ponee.io (Postfix) with SMTP id 3C907160AD0 for ; Fri, 14 Oct 2016 15:37:46 +0200 (CEST) Received: (qmail 62223 invoked by uid 500); 14 Oct 2016 13:37:44 -0000 Mailing-List: contact solr-user-help@lucene.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: solr-user@lucene.apache.org Delivered-To: mailing list solr-user@lucene.apache.org Received: (qmail 62209 invoked by uid 99); 14 Oct 2016 13:37:43 -0000 Received: from pnap-us-west-generic-nat.apache.org (HELO spamd1-us-west.apache.org) (209.188.14.142) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 14 Oct 2016 13:37:43 +0000 Received: from localhost (localhost [127.0.0.1]) by spamd1-us-west.apache.org (ASF Mail Server at spamd1-us-west.apache.org) with ESMTP id 7D7F2C009E for ; Fri, 14 Oct 2016 13:37:43 +0000 (UTC) X-Virus-Scanned: Debian amavisd-new at spamd1-us-west.apache.org X-Spam-Flag: NO X-Spam-Score: 0.28 X-Spam-Level: X-Spam-Status: No, score=0.28 tagged_above=-999 required=6.31 tests=[KAM_LAZY_DOMAIN_SECURITY=1, RCVD_IN_DNSWL_LOW=-0.7, RCVD_IN_MSPIKE_H3=-0.01, RCVD_IN_MSPIKE_WL=-0.01] autolearn=disabled Received: from mx1-lw-eu.apache.org ([10.40.0.8]) by localhost (spamd1-us-west.apache.org [10.40.0.7]) (amavisd-new, port 10024) with ESMTP id NlPmd0ODwKuj for ; Fri, 14 Oct 2016 13:37:39 +0000 (UTC) Received: from mailin15-01.mx.hostbasket.com (mailin15-01.mx.hostbasket.com [82.143.81.151]) by mx1-lw-eu.apache.org (ASF Mail Server at mx1-lw-eu.apache.org) with ESMTPS id 114335F255 for ; Fri, 14 Oct 2016 13:37:39 +0000 (UTC) X-IronPort-Anti-Spam-Filtered: true X-IronPort-Anti-Spam-Result: =?us-ascii?q?A2CoBADp3QBY/z3H/1VcHQEFAQsBgzwBA?= =?us-ascii?q?QEBAXS7dYhwEAECAQEBAQEBAV4cC4ULVTYCBRYLAgsDAgECATUWDQgBAYhSAaY?= =?us-ascii?q?Sj2yNQYEHji+DJ4JbAQSUK4VbkACBWIgRhgyQeDUfRII2gkOGd4IuAQEB?= X-IronPort-AV: E=Sophos;i="5.31,493,1473112800"; d="scan'208";a="33499032" Received: from hosted.by.hostbasket.com (HELO webmail.hostedexchange.be) ([85.255.199.61]) by mailout15-01.mx.hostbasket.com with ESMTP; 14 Oct 2016 15:36:34 +0200 Received: from [10.10.10.136] (81.83.27.175) by webmail.hostedexchange.be (10.1.32.16) with Microsoft SMTP Server (TLS) id 14.3.279.2; Fri, 14 Oct 2016 15:36:33 +0200 To: "solr-user@lucene.apache.org" From: Bram Van Dam Subject: SolrJ & Ridiculously Large Queries X-Plan: World Domination X-Sender-Designation: The Great Intelligence Message-ID: <5800DF61.5070909@intix.eu> Date: Fri, 14 Oct 2016 15:36:33 +0200 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:38.0) Gecko/20100101 Thunderbird/38.1.0 MIME-Version: 1.0 Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: 7bit archived-at: Fri, 14 Oct 2016 13:37:47 -0000 Hey folks, I just noticed that Jetty barfs with HTTP 414 when request URIs are very large, which makes sense. I think the default limit is ~8k. Unfortunately I've got users who insist on executing queries that are 16k (!1!?!?) in size. Two questions: 1) is it possible to POST these oversized monstrosities instead? 2) can I get SolrJ to POST them? Suggestions are welcome! Quick disclaimer: I don't write the queries, and only the default query parser is available, so trying to reduce the query size is not an option :-( Thanks - Bram