: Subject: ExternalFileField with whitespaces
...
: I think it is a bug, therefore I opened issue SOLR-2335.
:
: To handle this problem we now have to decide if we implement a
: workaround in our application to replace whitespaces or if we try to
: patch solr to work with whitepaces in
Hi,
we use an external file field configured as dynamic field. The dynamic
field name (and so the name of the provided file) may contain spaces.
But currently it is not possible to query for such fields. The
following query results in a ParseException:
q=val:(experience_foo\ bar)
org.apache.lucen