Re: Search Test file

2009-01-04 Thread Amin Mohammed-Coleman
Hi Test case passing now. Thanks for your help. I kind of thought it was probably something I was doing wrong! Cheers Amin On 4 Jan 2009, at 16:59, Grant Ingersoll wrote: On Jan 4, 2009, at 2:49 AM, Amin Mohammed-Coleman wrote: Hi Grant Thank you for looking at the test case. I hav

Re: Search Test file

2009-01-04 Thread Grant Ingersoll
On Jan 4, 2009, at 2:49 AM, Amin Mohammed-Coleman wrote: Hi Grant Thank you for looking at the test case. I have updated the IndexWriter to use UNLIMITED for MaxFieldLength. I tried using Integer.MAX_VALUE for Also, TopDocs topDocs = multiSearcher.search(query, BooleanQuery.getMaxC

Re: Search Test file

2009-01-03 Thread Amin Mohammed-Coleman
Hi, Please ignore my last email. Just woke up and wrote the email. After looking at the luke further it looks like the token is being stored at index.amin, that is why "amin" wasn't working. Making those changes that you recommended worked. I will investigate further why "amin" token i

Re: Re: Re: Search Test file

2009-01-03 Thread tom
AUTOMATIC REPLY LUX is closed until 5th January 2009 - To unsubscribe, e-mail: java-user-unsubscr...@lucene.apache.org For additional commands, e-mail: java-user-h...@lucene.apache.org

Re: Re: Search Test file

2009-01-03 Thread tom
AUTOMATIC REPLY LUX is closed until 5th January 2009 - To unsubscribe, e-mail: java-user-unsubscr...@lucene.apache.org For additional commands, e-mail: java-user-h...@lucene.apache.org

Re: Search Test file

2009-01-03 Thread Amin Mohammed-Coleman
Hi Grant Thank you for looking at the test case. I have updated the IndexWriter to use UNLIMITED for MaxFieldLength. I tried using Integer.MAX_VALUE for Also, TopDocs topDocs = multiSearcher.search(query, BooleanQuery.getMaxClauseCount()); strikes me as really odd. Why are you pass