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,

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,

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

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