Re: Seraching in Keyword Field

2004-09-30 Thread Morus Walter
Bernhard Messer wrote Hi, try that query: MyKeywordField:ABC Why should that help? foo:(bla) and foo:bla create the same query: java -classpath lucene-1.4.1/lucene-1.4.1.jar org.apache.lucene.queryParser.QueryParser 'foo:(bla)' foo:bla java -classpath lucene-1.4.1/lucene-1.4.1.jar

Seraching in Keyword Field

2004-09-29 Thread Rosen Marinov
Hi all, I have a Keyword field in my Lucene docs. And i am tring to execure some queries on this field. 1. MyKeywordField:([ABC TO ABC]) - this query is OK and returns expecting result 2. MyKeywordField:(ABC) - but this returning nothing I am using SimpleAnalyzer - is the problem in

Re: Seraching in Keyword Field

2004-09-29 Thread Bernhard Messer
Hi, try that query: MyKeywordField:ABC regards bernhard Rosen Marinov wrote: Hi all, I have a Keyword field in my Lucene docs. And i am tring to execure some queries on this field. 1. MyKeywordField:([ABC TO ABC]) - this query is OK and returns expecting result 2. MyKeywordField:(ABC) - but