Killing the ongoing indexing

2001-12-03 Thread Parag Dharmadhikari
Hi all, If i want to stop the indexing for current ongoing searching operation then how should i proceed? thanx in advance regards parag -- To unsubscribe, e-mail: mailto:[EMAIL PROTECTED] For additional commands, e-mail: mailto:[EMAIL PROTECTED]

About indexing

2002-01-10 Thread Parag Dharmadhikari
Hi all, If I will create the index of files in different thread (which may be invoked at any time)then is it possible to index on files from the root directory and then selectively search on the different path on created index. For example first I will index from root directiory say , TEST.

Different results on same criteria

2002-03-05 Thread Parag Dharmadhikari
Hi all In my application if I serach on alphbet e only then I get right result but if I search on t then it is not showing any result. Now there will be many common words like to or the which should be shown in the searching. and more intrestingly if i search with wildcard like t* then it

size and nos of documents in the index

2002-03-12 Thread Parag Dharmadhikari
Hi all, How the indexing is afftected by the size of documents and what is the maximum number of documents which can be indexed. regards parag

getting relative path after searching

2002-03-18 Thread Parag Dharmadhikari
Hi all, When searching is done it gives you the full path of the searched document for instance D:/tomcat/webapps/Root/Office/Office/xyz.doc. Now if I want only relative path like /Office/Office/xyz.doc instead of total path then how should I proceed/ regards parag

how to update index

2002-04-01 Thread Parag Dharmadhikari
Hi all, As I know there is no direct method for updating the index, so I have to delete the index first and then add the new entries in the index.I tried to find my answer in the mailing list but could not found my answer. Now If I want to do above procedure then how exactly should I go? Is

Re: how to update index

2002-04-02 Thread Parag Dharmadhikari
First delete, then re-add. There must be a FAQ entry for this at jGuru. Have you checked there? Otis --- Parag Dharmadhikari [EMAIL PROTECTED] wrote: Hi all, As I know there is no direct method for updating the index, so I have to delete the index first and then add the new

Fw: How to tokenize file name for searching

2002-08-14 Thread Parag Dharmadhikari
Hi all, Hope that some may try to give answer Regards Parag - Original Message - From: Parag Dharmadhikari To: Lucene Users List Sent: Tuesday, August 13, 2002 4:41 PM Subject: How to tokenize file name for searching Hi all, Can anybody please tell me if I want to tokenize file