Rob,

I presume that means that you used backslashes (in the url) rather than
forward slashes (in the path).  I had planned to test that as a workaround
and it's good to know that you've already tested that successfully.

But why is this necessary?  Why doesn't the escape ('\') allow the use of a
backslash?

Regards,

Terry

----- Original Message -----
From: "Rob Outar" <[EMAIL PROTECTED]>
To: "Lucene Users List" <[EMAIL PROTECTED]>
Sent: Monday, November 25, 2002 12:01 PM
Subject: RE: Slash Problem


> I don't know if this helps but I had exact same problem, I then stored the
> URI instead of the path, I was then able to search on the URI.
>
> Thanks,
>
> Rob
>
>
> -----Original Message-----
> From: Terry Steichen [mailto:[EMAIL PROTECTED]]
> Sent: Monday, November 25, 2002 11:53 AM
> To: Lucene Users Group
> Subject: Slash Problem
>
>
> I've got a Text field (tokenized, indexed, stored) called 'path' which
> contains a string in the form of '1102\A3345-12RT.XML'.  When I submit a
> query like "path:1102*" it works fine.  But, when I try to be more
specific
> (such as "path:1102\a*" or "path:1102*a*") it fails.  I've tried escaping
> the slash ("path:1102\\a*") but that also fails.
>
> I'm using the StandardAnalyzer and the default QueryParser.  Could anyone
> suggest what's going wrong here?
>
> Regards,
>
> Terry
>
>
>
> --
> To unsubscribe, e-mail:
<mailto:[EMAIL PROTECTED]>
> For additional commands, e-mail:
<mailto:[EMAIL PROTECTED]>
>
>


--
To unsubscribe, e-mail:   <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>

Reply via email to