Return-Path: Delivered-To: apmail-lucene-java-user-archive@www.apache.org Received: (qmail 30771 invoked from network); 8 Nov 2007 09:38:22 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 8 Nov 2007 09:38:22 -0000 Received: (qmail 93045 invoked by uid 500); 8 Nov 2007 09:38:04 -0000 Delivered-To: apmail-lucene-java-user-archive@lucene.apache.org Received: (qmail 92604 invoked by uid 500); 8 Nov 2007 09:38:03 -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 92593 invoked by uid 99); 8 Nov 2007 09:38:03 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 08 Nov 2007 01:38:03 -0800 X-ASF-Spam-Status: No, hits=0.2 required=10.0 tests=SPF_PASS,WHOIS_MYPRIVREG X-Spam-Check-By: apache.org Received-SPF: pass (nike.apache.org: local policy) Received: from [213.133.51.241] (HELO mail.hippo.nl) (213.133.51.241) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 08 Nov 2007 09:38:36 +0000 X-MimeOLE: Produced By Microsoft Exchange V6.5 Content-class: urn:content-classes:message MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable Subject: RE: how can i store lucene results from a webpage to a oracle database Date: Thu, 8 Nov 2007 10:37:41 +0100 Message-ID: In-Reply-To: <13640495.post@talk.nabble.com> X-MS-Has-Attach: X-MS-TNEF-Correlator: Thread-Topic: how can i store lucene results from a webpage to a oracle database Thread-Index: Acghsw0ax0jTrHp0Qm2Ezm6nT/8vygAN3O7g References: <13639399.post@talk.nabble.com> <6e3ae6310711071830re8902d2g2383c55eb7fdf57c@mail.gmail.com> <13640495.post@talk.nabble.com> From: "Ard Schrijvers" To: X-Virus-Checked: Checked by ClamAV on apache.org I suppose you have for about 5 minutes to display a single search ? :-) Perhaps before pointing out your possible solutions, you might better start describing your functional requirements, because your suggested solution is headed for problems. So you need custom ordering, check out lucene scoring and see if you can hook it in there. First gathering *all* results, store *all* of them in a database, and do some new ordering is like....pretty horrible :-) Regards Ard >=20 > thank you very much for the answer.. > actually i am trying to make a project in which i have to=20 > rerank the lucene results.....for that i have to retrieve the=20 > results from the results page store them into a database and=20 > then after some manupulation to the pages , again i have to=20 > display the pages in some other order , as they were=20 > displayed before, in short i have to do the reranking of=20 > pages ....after manupulating them..... > for that i think the first step is to retrieve the=20 > results(hyperlinks) from the lucene results page and store=20 > them into database.......that's what i was asking like....how=20 > should i start with ..to do that.... > thanks > Sumit Tyagi >=20 > Chris Lu wrote: > >=20 > > Very confused of your requirements. > >=20 > > Do you mean to search on Lucene and store the results in database?=20 > > Sounds you can do it easily via a JDBC call, and not really=20 > related to Lucene. > >=20 > > -- > > Chris Lu > > ------------------------- > > Instant Scalable Full-Text Search On Any Database/Application > > site: http://www.dbsight.net > > demo: http://search.dbsight.com > > Lucene Database Search in 3 minutes: > >=20 > = http://wiki.dbsight.com/index.php?title=3DCreate_Lucene_Database_Search_ > > in_3_minutes > >=20 > > On Nov 7, 2007 4:46 PM, sumittyagi wrote: > >=20 > >> > >> i want to retrieve lucene search results from the web page=20 > and want=20 > >> to put them into oracle database through JDBC, and after some=20 > >> manipulation want to display results again after fetching it from=20 > >> database. please help me regarding this...like from where=20 > i have to=20 > >> start with... and what exactly i need to do regarding this. > >> -- > >> View this message in context: > >>=20 > http://www.nabble.com/how-can-i-store-lucene-results-from-a-webpage-t > >> o-a-oracle-database-tf4768387.html#a13639399 > >> Sent from the Lucene - Java Users mailing list archive at=20 > Nabble.com. > >> > >> > >>=20 > --------------------------------------------------------------------- > >> To unsubscribe, e-mail: java-user-unsubscribe@lucene.apache.org > >> For additional commands, e-mail: java-user-help@lucene.apache.org > >> > >> > >=20 > >=20 >=20 > -- > View this message in context:=20 > http://www.nabble.com/how-can-i-store-lucene-results-from-a-we > bpage-to-a-oracle-database-tf4768387.html#a13640495 > Sent from the Lucene - Java Users mailing list archive at Nabble.com. >=20 >=20 > --------------------------------------------------------------------- > To unsubscribe, e-mail: java-user-unsubscribe@lucene.apache.org > For additional commands, e-mail: java-user-help@lucene.apache.org >=20 >=20 --------------------------------------------------------------------- To unsubscribe, e-mail: java-user-unsubscribe@lucene.apache.org For additional commands, e-mail: java-user-help@lucene.apache.org