I'm going to take a guess that you are using the StandardAnalyzer or another 
analyzer that removes stop words.   'a' is a stop word so is removed.

On Jan 4, 2010, at 11:55 PM, sqzaman wrote:

> 
> hi
> i am using Java Lucene 2.9.1
> my problem is When i parse the folowing query
> name: zaman AND name:15 name:A
> just last "A" skiped after parsing
> i found
> query = (+name: zaman +name:15)
> 
> why A is missing
> 
> can anybody tell me the reason?
> 
> need quick feedback
> -- 
> View this message in context: 
> http://old.nabble.com/Single-%22A%22-parsing-problem-tp27023764p27023764.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
> 


---------------------------------------------------------------------
To unsubscribe, e-mail: java-user-unsubscr...@lucene.apache.org
For additional commands, e-mail: java-user-h...@lucene.apache.org

Reply via email to