Re: The correct query syntax for date ?

2011-07-07 Thread duddy67
It works. Thanks. -- View this message in context: http://lucene.472066.n3.nabble.com/The-correct-query-syntax-for-date-tp3147536p3149588.html Sent from the Solr - User mailing list archive at Nabble.com.

Re: The correct query syntax for date ?

2011-07-07 Thread duddy67
I allready tried the format: q=datecreation:2001-10-11T00:00:00Z but I still get the same error message. I use the 1.4.1 version. Is this the reason of my pb ? -- View this message in context: http://lucene.472066.n3.nabble.com/The-correct-query-syntax-for-date-tp3147536p3148384.html Sent fr

Re: The correct query syntax for date ?

2011-07-07 Thread duddy67
Thanks but I'm still lost. I didn't see any green colored comments. Could you show me a concrete example of a date query ? Thanks -- View this message in context: http://lucene.472066.n3.nabble.com/The-correct-query-syntax-for-date-tp3147536p3147890.html Sent from the Solr - User mailing list ar

The correct query syntax for date ?

2011-07-07 Thread duddy67
Hi, I have a syntax problem in my query with the SOLR date format. This is what I type: q=datecreation:2001-10-11 but SOLR returns me an error message: Invalid Date String:'2001-10-11' I tried different combinations but none of them works. Someone could tells me what is the correct syntax ?

Re: The OR operator in a query ?

2011-07-05 Thread duddy67
Thanks for your response. I'll check this. -- View this message in context: http://lucene.472066.n3.nabble.com/The-OR-operator-in-a-query-tp3141843p3141916.html Sent from the Solr - User mailing list archive at Nabble.com.

The OR operator in a query ?

2011-07-05 Thread duddy67
Hi all, Someone could tell me what is the OR syntax in SOLR and how to use it in a search query ? I tried: fq=sometag:1+sometag:5 fq=sometag:[1+5] fq=sometag:[1OR5] fq=sometag:1+5 and many more but impossible to get what I want. Thanks for advance -- View this message in context: http://

Getting a query on an "fl" parameter value ?

2011-06-08 Thread duddy67
Hi all, I'd like to know if it's possible to get a query on an "fl" value. For now my url query looks like that: /solr/select/?q=keyword&version=2.2&start=0&rows=10&indent=on&fl=id+name+title it works but I need request also on a "fl" parameter value. I'd like to add to my initial query a kind o