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
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
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
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
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
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