Return-Path: X-Original-To: apmail-lucene-solr-user-archive@minotaur.apache.org Delivered-To: apmail-lucene-solr-user-archive@minotaur.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 64C3AE3B5 for ; Sat, 8 Dec 2012 19:40:50 +0000 (UTC) Received: (qmail 24811 invoked by uid 500); 8 Dec 2012 19:40:46 -0000 Delivered-To: apmail-lucene-solr-user-archive@lucene.apache.org Received: (qmail 24695 invoked by uid 500); 8 Dec 2012 19:40:46 -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 24685 invoked by uid 99); 8 Dec 2012 19:40:46 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Sat, 08 Dec 2012 19:40:46 +0000 X-ASF-Spam-Status: No, hits=3.2 required=5.0 tests=FORGED_YAHOO_RCVD,FREEMAIL_ENVFROM_END_DIGIT,SPF_NEUTRAL,URI_HEX X-Spam-Check-By: apache.org Received-SPF: neutral (athena.apache.org: local policy) Received: from [216.139.236.26] (HELO sam.nabble.com) (216.139.236.26) by apache.org (qpsmtpd/0.29) with ESMTP; Sat, 08 Dec 2012 19:40:41 +0000 Received: from ben.nabble.com ([192.168.236.152]) by sam.nabble.com with esmtp (Exim 4.72) (envelope-from ) id 1ThQG4-00032K-Pz for solr-user@lucene.apache.org; Sat, 08 Dec 2012 11:40:20 -0800 Date: Sat, 8 Dec 2012 11:40:20 -0800 (PST) From: CalinH To: solr-user@lucene.apache.org Message-ID: <1354995620792-4025376.post@n3.nabble.com> Subject: Posting html with wget MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-Virus-Checked: Checked by ClamAV on apache.org How can I post html web pages to Solr when downloading with wget? How might I modify the following example so that saving and indexing happen simultaneously? wget -P /var/myserver/archive http://www.somesite/products.html I can't spot an obvious example in the documentation and would be grateful for any pointers. -- View this message in context: http://lucene.472066.n3.nabble.com/Posting-html-with-wget-tp4025376.html Sent from the Solr - User mailing list archive at Nabble.com.