How lucene search

2006-04-16 Thread wu fox
Hi all: Somebody told me recently that when lucene search a query which contain a few of clauses ,for example a query: title:"lucene ina action" AND publisher:manning ,lucene first search: +title:"lucene in action" ,then search +publisher:manning and combine the results of two search process

RE: search pdf

2006-04-16 Thread Aditya Liviandi
Please take a moment to learn java and how to use java APIs. After that, re-read the emails you just sent us, and answer your own question. -Original Message- From: Shajahan [mailto:[EMAIL PROTECTED] Sent: Monday, April 17, 2006 2:22 PM To: java-user@lucene.apache.org Subject: Re: searc

Re: search pdf

2006-04-16 Thread Shajahan
Hi, thankyou for your replay. i am very sorry for asking again, but i am new to this Lucene. please tell me how to run this code. i downloaded this LuceneInAction zip file. and i didnot find any readme file for instructions. and i am also downloaded the lucene-1.4.3 also. so please tell me how to

Re: Using Lucene for searching tokens, not storing them.

2006-04-16 Thread karl wettin
16 apr 2006 kl. 19.18 skrev karl wettin: For any interested party, I do this because I have a fairly small corpus with very heavy load. I think there is a lot to win by not creating new instances of what not, seeking in the file-centric Directory, parsing pseudo-UTF8, et.c. at query time.

Not able to retrieve hits for a phrase

2006-04-16 Thread Vishal Bathija
Hi, I am not able to retrieve the number of hits for a particular phrase . The code below retrieves the hits only for certain phrases. The code snippet that I use is rd= IndexReader.open("C:\\Documents and Settings\\Owner\\My Documents\\Thesis\\luceneTest\\index"); PhraseQuery query =new PhraseQue

Re: Using Lucene for searching tokens, not storing them.

2006-04-16 Thread Paul Elschot
On Sunday 16 April 2006 19:18, karl wettin wrote: > > 15 apr 2006 kl. 21.32 skrev Paul Elschot: > >> > >> implements TermPositions { > >> public int nextPosition() throws IOException { > > > > This enumerates all positions of the Term in the document > > as returned by the Tokenizer used

Re: search pdf

2006-04-16 Thread Malcolm Clark
URL for all the source code: http://www.lucenebook.com/LuceneInAction.zip - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: search pdf

2006-04-16 Thread karl wettin
16 apr 2006 kl. 17.03 skrev Shajahan: Thank you for your replay.i am new to this Lucene & PDF. if u dontmin please tell me where i can get the demo file. please give me the URL. http://lucenebook.com/ and please tell me the Instaletion of that Lucene I'm not sure I understand your quest

Re: Using Lucene for searching tokens, not storing them.

2006-04-16 Thread karl wettin
15 apr 2006 kl. 21.32 skrev Paul Elschot: implements TermPositions { public int nextPosition() throws IOException { This enumerates all positions of the Term in the document as returned by the Tokenizer used by the Analyzer Aha. And I didn't see the TermPositionVector until now. T

Re: search pdf

2006-04-16 Thread Shajahan
Hi, Thank you for your replay.i am new to this Lucene & PDF. if u dontmin please tell me where i can get the demo file. please give me the URL. and please tell me the Instaletion of that Lucene Thankingyor, Shajahan -- View this message in context: http://www.nabble.com/search-pdf-t1457831.html

Re: search pdf

2006-04-16 Thread Erik Hatcher
On Apr 16, 2006, at 10:04 AM, Shajahan wrote: can i use Lucene for searching text in PDF. Yes, indirectly. The PDF must be parsed into the text to be indexed first. PDFBox does this nicely. Check the Lucene in Action codebase for examples. Erik -

Re: search pdf

2006-04-16 Thread Malcolm Clark
Hi, You have to parse/index the PDF files and then you can search the index with Lucene. Have a look at Lucene in Action and the source code which comes with it.There is a good demo which parses common formats such as PDF,Word XML etc. Cheers, MC -

search pdf

2006-04-16 Thread Shajahan
Hi, can i use Lucene for searching text in PDF. -- View this message in context: http://www.nabble.com/search-pdf-t1457831.html#a3939711 Sent from the Lucene - Java Users forum at Nabble.com. - To unsubscribe, e-mail: [EMAIL

demo example

2006-04-16 Thread Shajahan
Hi, any one tell me how to install and run the lucene-1.4.3 demo and lucene-1.9.1-src demo. -- View this message in context: http://www.nabble.com/demo-example-t1457642.html#a3939235 Sent from the Lucene - Java Users forum at Nabble.com. -