Return-Path: Delivered-To: apmail-lucene-solr-user-archive@minotaur.apache.org Received: (qmail 31629 invoked from network); 2 Feb 2011 19:42:54 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.3) by minotaur.apache.org with SMTP; 2 Feb 2011 19:42:54 -0000 Received: (qmail 34758 invoked by uid 500); 2 Feb 2011 19:42:51 -0000 Delivered-To: apmail-lucene-solr-user-archive@lucene.apache.org Received: (qmail 34662 invoked by uid 500); 2 Feb 2011 19:42:50 -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 34654 invoked by uid 99); 2 Feb 2011 19:42:50 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 02 Feb 2011 19:42:50 +0000 X-ASF-Spam-Status: No, hits=1.5 required=5.0 tests=FREEMAIL_FROM,HTML_MESSAGE,RCVD_IN_DNSWL_LOW,SPF_PASS,T_TO_NO_BRKTS_FREEMAIL X-Spam-Check-By: apache.org Received-SPF: pass (athena.apache.org: domain of tomasflobbe@gmail.com designates 209.85.210.48 as permitted sender) Received: from [209.85.210.48] (HELO mail-pz0-f48.google.com) (209.85.210.48) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 02 Feb 2011 19:42:45 +0000 Received: by pzk28 with SMTP id 28so66801pzk.35 for ; Wed, 02 Feb 2011 11:42:25 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:in-reply-to:references:date :message-id:subject:from:to:content-type; bh=I6HXpALgND5dRI67mBlRnygjcZulTfu7nKEPQ4ScUPw=; b=ZsTiezRaPbXBanooZ9WcMREBae2u8g0/hX/MD7Ru0edG1gYVsRP5bPgJiVd1FDCdIw 8OPShDwdtK5+nh1lsXUWZyENAvy9pABtlbJNehXA6g25akhb3blbI8X+/zyfIIhxV/VV 4yh4YplCpSC0vb0Y0ISWiQ+h1jVauZgih3ZbA= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :content-type; b=GO+izgOkPNIbmMQ7iuagL/CZV1puBoDbFQiVJZh3t+qL6k6M7nB3RUvKnah+kXRvMM j3l23+qic0Yf+O5R2kFbfYVTvfZXCtmCZpQMrs6iPuJ+TIi0ua9iAG0UOQvnjsUsJG7o kbWVShTjGK7/CTvPDWWm5K+/VtmVu1RbDMoKA= MIME-Version: 1.0 Received: by 10.142.50.5 with SMTP id x5mr9231674wfx.228.1296675745292; Wed, 02 Feb 2011 11:42:25 -0800 (PST) Received: by 10.142.211.6 with HTTP; Wed, 2 Feb 2011 11:42:25 -0800 (PST) In-Reply-To: <4C3031AD-CA97-4A11-8E6F-9F23F2A7CA68@hoplahup.net> References: <4C3031AD-CA97-4A11-8E6F-9F23F2A7CA68@hoplahup.net> Date: Wed, 2 Feb 2011 16:42:25 -0300 Message-ID: Subject: Re: CUSTOM JSP FOR APACHE SOLR From: =?ISO-8859-1?Q?Tom=E1s_Fern=E1ndez_L=F6bbe?= To: solr-user@lucene.apache.org Content-Type: multipart/alternative; boundary=000e0cd296d82fe344049b51d967 --000e0cd296d82fe344049b51d967 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Hi Paul, I don't fully understand what you want to do. The way, I think, SolrJ is intended to be used is from a client application (outside Solr). I= f what you want is something like what's done with Velocity I think you could implement a response writer that renders the JSP and send it on the response. Tom=E1s On Mon, Jan 31, 2011 at 6:25 PM, Paul Libbrecht wrote: > Tomas, > > I also know velocity can be used and works well. > I would be interested to a simpler way to have the objects of SOLR > available in a jsp than write a custom jsp processor as a request handler= ; > indeed, this seems to be the way solrj is expected to be used in the wiki > page. > > Actually I migrated to velocity (which I like less than jsp) just because= I > did not find a response to this question. > > paul > > > Le 31 janv. 2011 =E0 21:53, Tom=E1s Fern=E1ndez L=F6bbe a =E9crit : > > > Hi John, you can use whatever you want for building your application, > using > > Solr on the backend (JSP included). You should find all the information > you > > need on Solr's wiki page: > > http://wiki.apache.org/solr/ > > > > including some client libraries to easy > > integrate your application with Solr: > > http://wiki.apache.org/solr/IntegratingSolr > > > > for fast prototyping you > could > > use Velocity: > > http://wiki.apache.org/solr/VelocityResponseWriter > > > > Anyway, I recommend > you > > to start with Solr's tutorial: > > http://lucene.apache.org/solr/tutorial.html > > > > > > Good luck, > > Tom=E1s > > > > 2011/1/31 JOHN JAIRO G=D3MEZ LAVERDE > > > >> > >> > >> SOLR LUCENE > >> DEVELOPERS > >> > >> Hi i am new to solr and i like to make a custom search page for > enterprise > >> users > >> in JSP that takes the results of Apache Solr. > >> > >> - Where i can find some useful examples for that topic ? > >> - Is JSP the correct approach to solve mi requirement ? > >> - If not what is the best solution to build a customize search page fo= r > my > >> users? > >> > >> Thanks > >> from South America > >> > >> JOHN JAIRO GOMEZ LAVERDE > >> Bogot=E1 - Colombia > >> > > --000e0cd296d82fe344049b51d967--