Return-Path: X-Original-To: apmail-lucene-java-user-archive@www.apache.org Delivered-To: apmail-lucene-java-user-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 326006FAB for ; Mon, 13 Jun 2011 13:17:55 +0000 (UTC) Received: (qmail 25758 invoked by uid 500); 13 Jun 2011 13:17:52 -0000 Delivered-To: apmail-lucene-java-user-archive@lucene.apache.org Received: (qmail 25724 invoked by uid 500); 13 Jun 2011 13:17:52 -0000 Mailing-List: contact java-user-help@lucene.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: java-user@lucene.apache.org Delivered-To: mailing list java-user@lucene.apache.org Received: (qmail 25716 invoked by uid 99); 13 Jun 2011 13:17:52 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 13 Jun 2011 13:17:52 +0000 X-ASF-Spam-Status: No, hits=-0.7 required=5.0 tests=FREEMAIL_FROM,RCVD_IN_DNSWL_LOW,RFC_ABUSE_POST,SPF_PASS,T_TO_NO_BRKTS_FREEMAIL X-Spam-Check-By: apache.org Received-SPF: pass (nike.apache.org: domain of ian.lea@gmail.com designates 209.85.214.176 as permitted sender) Received: from [209.85.214.176] (HELO mail-iw0-f176.google.com) (209.85.214.176) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 13 Jun 2011 13:17:46 +0000 Received: by iwr19 with SMTP id 19so5956471iwr.35 for ; Mon, 13 Jun 2011 06:17:25 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:in-reply-to:references:from:date :message-id:subject:to:content-type:content-transfer-encoding; bh=idwx+UgyRqR9++tk30OpkIFgAOKwpWyN9ty1JKtVd5Y=; b=Hp1PksOZu5uKtKwkV4rp0zZdIi0HeYWGNQ/+dkYrfoSjsuB04d8y1P9Qo0pwIQAtkA MFBB9m53LjrZ45o0etOOflY2b9pWIf+uZkqAFynb1uyjGmjQyP/DodwXsfDHkotMy2Uv cniW47061do2jFfY1A1rlKvyDF6L1eszBomjc= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:from:date:message-id:subject:to :content-type:content-transfer-encoding; b=coYY4600K/S/9oqUnhZZVqBwo1JIjI1pj4vEmnEqeJQsRT/7dgoIE/LYebs7+hohM4 bv9Yo7TZ7RTohGbb/bFfnKvfkKKe2uiseF7lxVtbU5FgcIzg35c3M46OHb+7UBQjB72g VKEgmK+ihEFv4qucG9d5lp4YfyEZbnaeW7o+M= Received: by 10.42.167.73 with SMTP id r9mr6962980icy.347.1307971045076; Mon, 13 Jun 2011 06:17:25 -0700 (PDT) MIME-Version: 1.0 Received: by 10.231.199.148 with HTTP; Mon, 13 Jun 2011 06:17:05 -0700 (PDT) In-Reply-To: <4DF60712.2080503@facinf.uho.edu.cu> References: <4DF60712.2080503@facinf.uho.edu.cu> From: Ian Lea Date: Mon, 13 Jun 2011 14:17:05 +0100 Message-ID: Subject: Re: need help To: java-user@lucene.apache.org Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable X-Virus-Checked: Checked by ClamAV on apache.org Hello Lucene can be used for searching pretty much anything. But it is a library, not an application, and you'll have to write code to make it do what you want. You might be better off using Solr. It uses lucene but provides lots of stuff on top. http://lucene.apache.org/solr/features.html -- Ian. On Mon, Jun 13, 2011 at 1:48 PM, Marlen wrote: > hello I=C2=B4m new with lucene.. I wold like to know if I can use it to m= ake > searchs on my web site and FTP.. and know if it v=C4=84can make search ov= er > pdf,*.doc, and any other non plane text > Thanks > > --------------------------------------------------------------------- > To unsubscribe, e-mail: java-user-unsubscribe@lucene.apache.org > For additional commands, e-mail: java-user-help@lucene.apache.org > > --------------------------------------------------------------------- To unsubscribe, e-mail: java-user-unsubscribe@lucene.apache.org For additional commands, e-mail: java-user-help@lucene.apache.org