Re: Search Architect Job

2004-02-06 Thread Pawan preet
It is nice to receive your mail.I want to tell you about myself.I am from India. I am a Software Engg. with experience of 3.5 months.I am doing work on a search engine which will be launched in the future time in India.Linux is the plateform and i have good hold over Java - Xml Technologies.

Error occurrence Lock obtain timed out

2004-01-19 Thread Pawan preet
I am using Lucene final.if i want to delete the documents from the index with IndexReader.delete(i) where i is doc. number in index.There will some problem occer during obtaining of lock as file could not create in obtain() method of FSDirectory.java and following error occur: Lock obtain

Difference in Boosting of field and documents

2004-01-19 Thread Pawan preet
Respected Sir, I am doing work on lucene final .I have indexed 10 documents related with word java like www.java.sun.com www.javasoft.com www.sun.com and so on Now i want to do ranking of these documents on entering query : Java . So can i do it with boosting document or by field. What

Can't s

2004-01-14 Thread Pawan preet
Respected Sir, I have built an index of 10,000 urls but on search of query like C++ it will not search.Exception from QueryParser. And StandardFilter also filter + character during the index like it will convert C++ to C. Tell me the solution. With thanks, Pawan

Re: StandardAnalyzer and numbers indexed as text

2004-01-13 Thread Pawan preet
Hi if u want that your number like 200x should not filter by StandardAnalyzer then Change the method isTokenChar() called in CharTokenizer.java file and is implemented in LetterTokenizer.java So do not filter number : for that use Character.isDigit(char) Patrick Kates [EMAIL PROTECTED]