Re: Lucene vs. Database indexing (RE: Indexing and Searching from within a single Document)

2008-04-08 Thread Chris Lu
lready > declared as primary keys. You will see dramatic performance improvement > of your search queries. > > ND > > -Original Message- > From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] > Sent: Monday, April 07, 2008 1:19 PM > To: java-user@lucene.apac

Lucene vs. Database indexing (RE: Indexing and Searching from within a single Document)

2008-04-08 Thread Duan, Nick
s primary keys. You will see dramatic performance improvement of your search queries. ND -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Sent: Monday, April 07, 2008 1:19 PM To: java-user@lucene.apache.org Subject: RE: Indexing and Searching from within a singl

RE: Indexing and Searching from within a single Document

2008-04-08 Thread DKorah
-Original Message- > From: syedfa [mailto:[EMAIL PROTECTED] > Sent: Monday, April 07, 2008 10:13 AM > To: java-user@lucene.apache.org > Subject: Indexing and Searching from within a single Document > > > Dear Fellow Java/Lucene developers: > > I am writing an ap

RE: Indexing and Searching from within a single Document

2008-04-08 Thread Dino Korah
To: java-user@lucene.apache.org Subject: Re: Indexing and Searching from within a single Document [EMAIL PROTECTED] a écrit : > The need is: > I have millions of entries in database, each entry is in such format > (more or less) > > IDNameDescription start (numbe

Re: Indexing and Searching from within a single Document

2008-04-08 Thread Mathieu Lecarme
[EMAIL PROTECTED] a écrit : The need is: I have millions of entries in database, each entry is in such format (more or less) ID NameDescription start (number) stop(number) Currently my application uses the database to do search, queries are in the following format: Select * fr

Re: Indexing and Searching from within a single Document

2008-04-07 Thread Karl Wettin
You want to break down your book in mutiple documents, perhaps one per paragraph or so? I hope this helps. karl syedfa skrev: Dear Fellow Java/Lucene developers: I am writing an application where a user is able to search for keywords from within a single book. When the user conducts a

RE: Indexing and Searching from within a single Document

2008-04-07 Thread jing_gao
From: syedfa [mailto:[EMAIL PROTECTED] Sent: Monday, April 07, 2008 10:13 AM To: java-user@lucene.apache.org Subject: Indexing and Searching from within a single Document Dear Fellow Java/Lucene developers: I am writing an application where a user is able to search for keywords from within a si

RE: Indexing and Searching from within a single Document

2008-04-07 Thread jing_gao
rom: syedfa [mailto:[EMAIL PROTECTED] Sent: Monday, April 07, 2008 10:13 AM To: java-user@lucene.apache.org Subject: Indexing and Searching from within a single Document Dear Fellow Java/Lucene developers: I am writing an application where a user is able to search for keywords from within a si

Indexing and Searching from within a single Document

2008-04-07 Thread syedfa
p would be greatly appreciated. Thanks to all who reply. Sincerely; Fayyaz -- View this message in context: http://www.nabble.com/Indexing-and-Searching-from-within-a-single-Document-tp16537558p16537558.html Sent from the Lucene - Java Users mailing list archive at