Hello all, I have a situation where a field is indexed like this (FAC_NAME(Field.Store.NO, Field.Index.NO_NORMS)) and keyword analyzer is used on this field. Although, I'm aware that NO_NORMS doesn't use any analyzer.
Now, the query +(FAC_NAME:fa*) is failing with 'Too many clause exception' in my application. I tried to query the index directly through 'Luke; and it is coming up with same exception. If I change the query to have three letters like +(FAC_NAME:fai*) then it is returning results. What could be the cause of errror? Is it due to 'NO_NORMS' field?? -- View this message in context: http://www.nabble.com/how-to-deal-with-too-many-clause-error-in-boolean-query.-tp24080152p24080152.html Sent from the Lucene - Java Users mailing list archive at Nabble.com. --------------------------------------------------------------------- To unsubscribe, e-mail: java-user-unsubscr...@lucene.apache.org For additional commands, e-mail: java-user-h...@lucene.apache.org