RE: search pdf

2006-04-17 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:

RE: Hi Experts

2006-03-29 Thread Aditya Liviandi
Well you'll have to index the internet. Then when you've done that then you can try going against google. Oh, and you'll have to update that index every now and then to keep your index of the internet updated. Good luck. --- I²R Disclaimer

RE: Hi Experts

2006-03-28 Thread Aditya Liviandi
The way lucene works is you need to have the index first. Only then you can search it. So if you want to search within a given URL, you need to somehow create the index of all the webpages within that URL. If the webserver linked to that URL is also yours, then that would not be a big deal. But

RE: serializable RAMDirectory

2006-03-20 Thread Aditya Liviandi
... -Original Message- From: Erik Hatcher [mailto:[EMAIL PROTECTED] Sent: Monday, March 20, 2006 7:21 PM To: java-user@lucene.apache.org Subject: Re: serializable RAMDirectory On Mar 20, 2006, at 1:05 AM, Aditya Liviandi wrote: Is there any implementation of lucene that allows the index

serializable RAMDirectory

2006-03-19 Thread Aditya Liviandi
Is there any implementation of lucene that allows the index to be portable? It seems pointless that I have to do the indexing operation to a directory with FSDirectory, and then copy the directory over to the portable file, and unpack the file whenever I want to search the directory at another

question...

2006-03-13 Thread Aditya Liviandi
---BeginMessage--- Hi all, If I want to embed the index files into another file (say of extension *.luc, so now all the index files are flattened inside this new file), can I still use the index without having to extract out the index files to a temp folder? aditya ---End