Querying for an id with a colon in it

2007-10-15 Thread Robert Young
Hi, If my unique identifier is called guid and one of the ids in it is, for example, article:123. How can I query for that article id? I have tried a number of ways but I always either get no results or an error. It seems to be to do with having the colon in the id value. eg. ?q=guid:article:123

Re: Querying for an id with a colon in it

2007-10-15 Thread Brian Carmalt
Robert Young schrieb: Hi, If my unique identifier is called guid and one of the ids in it is, for example, article:123. How can I query for that article id? I have tried a number of ways but I always either get no results or an error. It seems to be to do with having the colon in the id value.

Re: Querying for an id with a colon in it

2007-10-15 Thread Robert Young
Hey, Thanks Brian, that works perfectly. Cheers Rob On 10/15/07, Brian Carmalt [EMAIL PROTECTED] wrote: Robert Young schrieb: Hi, If my unique identifier is called guid and one of the ids in it is, for example, article:123. How can I query for that article id? I have tried a number

Re: Querying for an id with a colon in it

2007-10-15 Thread Chris Hostetter
: ?q=guid:article:123 - error i would really like to know what error you got from that query ... it is not only valid, but it should also get you the same results as back-slash escaping the colon. (both are working for me right now ... which version of Solr are you using?) -Hoss