Re: Performing a like query

2006-10-10 Thread Rahil
lyser for indexing and querying and see whether that makes a difference. Im determined to sort this out but time constraints mean I cant give it too much time! :) Thanks again for the insight Rahil Erick Erickson wrote: My intuition is that you'll have a real problem using regular e

Re: Performing a like query

2006-10-09 Thread Rahil
such : Item is : testing Item is : a Item is : - Item is : new Item is : string Item is : = Item is : 3 Item is : / Item is : 4 Im not great at regular expressions so would really appreciate if you could provide me with some insight into expression (i) . Thanks for all your help Rahil Steven

Re: Performing a like query

2006-10-06 Thread Rahil
=6/24" into "O","/","E", "-", "visual", "acuity", "R", "-", "eye", "=", "6", "/", "24". Ive given it quite a few shots but am now totally frustrated with it. I

Re: Performing a like query

2006-10-01 Thread Rahil
;,"-","eye","=", and so on. Im having a look at the RegexTermEnum and WildcardTermEnum as they might possibily help. Would appreciate your comments on the BaseAnalyzer tokenizer and query explanation Ive received so far. Thanks Rahil Erick Erickson wrote: Most of

Performing a like query

2006-10-01 Thread Rahil
a 'contains' query in Java. Will appreciate all help. Thanks a lot Regards Rahil - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: IOException Access Denied errors [ modified]

2006-05-24 Thread Rahil
ned any locking directory so have no clue. Could you please shed some light ??? Thanks Rahil Regards (again) Paul I. Paul.Illingworth@ sa

Re: IOException Access Denied errors [ modified]

2006-05-24 Thread Rahil
Can you or anyone else make any sense of this? I surely cant ! Also the indexing seems to be noticeably slow. For indexing every 1 result sets by allocating 1.4gb of memory at run time, it takes approximately 20 seconds. With a database of a million records the total time in indexi

Re: OutOfMemory and IOException Access Denied errors

2006-05-19 Thread Rahil
Hi Dennis Dennis Watson wrote: Hi Rahil, Your out of memory error is likely due to a mysql bug outlined here: http://bugs.mysql.com/bug.php?id=7698 There is a work around presented in the article. I have been able to select large datasets from mysql while indexing by using the

Re: OutOfMemory and IOException Access Denied errors

2006-05-19 Thread Rahil
NTYPE"))); indexWriter.addDocument(lucDoc); } rs.close(); closeIndexWriter(); //System.out.println("Completed indexing resultset"); } catch (SQLException e) { e.printStackTrace(); } } Thanks for all you

OutOfMemory and IOException Access Denied errors

2006-05-19 Thread Rahil
closeIndexWriter(); If I limit Step 1 to execute 1 records then the program runs fine and theres no problem. However I need to index the entire table either as a single query or an incremental query. Can someone please help me with these problems. Thanks Rahil

OutOfMemory and IOException Access Denied errors

2006-05-19 Thread Rahil
m runs fine and theres no problem. However I need to index the entire table either as a single query or an incremental query. Can someone please help me with these problems. Thanks Rahil