On Sep 8, 2009, at 5:10 AM, Marcin Kuptel wrote:

Hi,

How can I make this kind of query work:

...&fl=Output Channels

where "Output Channels" is the name of a field? Escaping the whitespace in the field's name does not seem to work.

I don't think whitespace in a field name is ever recommended. While Lucene can handle it and Solr might, it is just easier to not do it.

That being said, you might try URL Encoding it as Output%20Channels or whatever the appropriate syntax is.

-Grant


--------------------------
Grant Ingersoll
http://www.lucidimagination.com/

Search the Lucene ecosystem (Lucene/Solr/Nutch/Mahout/Tika/Droids) using Solr/Lucene:
http://www.lucidimagination.com/search

Reply via email to