Lucene ignoring query to a field containing single character values

2008-06-02 Thread ryan catambing
Hi All, I am using Lucene-core-2.3.2. One of the fields that I have indexed with Lucene contains a single character value which stands for a code. When I make queries using a StandardAnalyzer lucene is ignoring queries against the said field when using the required operator (+), however when tr

Re: Lucene ignoring query to a field containing single character values

2008-06-03 Thread ryan catambing
analyzer with second query will result in the same query > like above. Just businessName:toys is used for searching. So the result must > be the same. > > I hope this helps you. > > Greetings Stephan > > -Ursprüngliche Nachricht- > Von: ryan catambi