Sascha thanks for the response, here is the output...

<?xml version="1.0" encoding="UTF-8"?>
<response>
  <lst name="responseHeader">
    <int name="status">0</int>
    <int name="QTime">0</int>
    <lst name="params">
      <str name="wt">xml</str>
      <str name="q">title:*</str>
      <str name="fl">title</str>
    </lst>
  </lst>
  <result name="response" numFound="3" start="0">
    <doc>
      <str name="title">Baseball game</str>
    </doc>
    <doc>
      <str name="title">Soccer game</str>
    </doc>
    <doc>
      <str name="title">Football game</str>
    </doc>
  </result>
</response>


On Mon, May 24, 2010 at 5:39 PM, Sascha Szott <sz...@zib.de> wrote:
> Hi Ilya,
>
> Ilya Sterin wrote:
>>
>> I'm trying to perform a faceted search without any luck.  Result set
>> doesn't return any facet information...
>>
>> http://localhost:8080/solr/select/?q=title:*&facet=on&facet.field=title
>>
>> I'm getting the result set, but no face information present?  Is there
>> something else that needs to happen to turn faceting on?
>
> No.
>
> What does http://localhost:8080/solr/select/?q=title:*&fl=title&wt=xml
> return?
>
> -Sascha
>
>

Reply via email to