Removing a write.lock file

2002-04-17 Thread suneethad
Hi, I'm currently indexing allowing multiple access , I find that a write.lock file has got created. I know this is to prevent multiple writers, but now how do I continue.??I do not want to reindex as I work on a very large database and it takes a real long time How do I remove this loc

Re: Javascript query validation

2002-04-11 Thread suneethad
Hi Kelvin, that was quiet useful Regards, Suneetha Kelvin Tan wrote: > Note: this file has only been tested in IE 6.0. > > Frustrated with curious TokenMgrErrors and ParseExceptions in your web > forms? (I was) Not so good at regular expressions? (I'm not) > > See attached for a

Re: Accessing the "contents" field

2002-03-13 Thread suneethad
Hi Roshan, U've got to get the contents as doc(i).get("body") The field name has to match what is queried back . Suneetha. NAVENDRA wrote: > It is being added as a Text field which is stored i gather. Is is also being >added as as a Reader..

Search Query

2002-02-17 Thread suneethad
Hi, I've got a very strange problem.I've indexed my database based on certain fields .But the search on one particular field has failed coz It contains a ":" .I'm using a Boolean query to retrieve the results. Can somebody help me out please Thanks in Advance, Suneet

write.lock file

2002-02-12 Thread suneethad
Hi, Whenever I index some files I'm getting some lock files created (write.lock).Can somebody tell me what do these mean and how can I remove them . Regards, Suneetha -- To unsubscribe, e-mail: For additional commands, e-mail:

Remove Duplicates

2002-02-11 Thread suneethad
Hello team, I have indexed a set of files based on some categories but I find the urls to crawl that I've given has a lot of duplication . How can I remove them .I want to refine the hit results too. Secondly can I index also some database values along with the file contents. Regards, Sun