Thanks a lot! You did save me a lot of time! All the solutions you provided are
working perfectly fine!
-Original Message-
From: Chris Hostetter [mailto:hossman_luc...@fucit.org]
Sent: 2012年4月11日 11:41
To: solr-user@lucene.apache.org
Subject: Re: fq doesn't return any results
: 1. &fq=path%3AE%3A%5Cmy_project%5Cecmkit%5Cinfotouch
: (org.apache.lucene.queryParser.ParseException: Cannot parse
: 'path:E:\my_project\ecmkit\infotouch': Encountered " ":" ": "" )
:
: 2. &fq=path:"E:\my_project\ecmkit\test" (return 0 result)
the problem in the first example is that evne t
Hi,
I had field defined to store the location of a file:
And the return value is something like:
E:\my_project\ecmkit\test
...
But when I try to filter the result by using fq, None of the following return
any results:
1. &fq=path%3AE%3A%5Cmy_project%5Cecmkit%5Cinfotouch
(org