antoine s created KAFKA-1118:
--------------------------------
Summary: /solr/select/ returned fields
Key: KAFKA-1118
URL: https://issues.apache.org/jira/browse/KAFKA-1118
Project: Kafka
Issue Type: Bug
Environment:
solr-spec
4.5.1
solr-impl
4.5.1 1533280 - mark - 2013-10-17 21:44:41
lucene-spec
4.5.1
lucene-impl
4.5.1 1533280 - mark - 2013-10-17 21:40:03
Reporter: antoine s
Priority: Minor
I have a field in schema.xml
<field name="description" type="text_general" indexed="true" stored="true"
multiValued="true"/>
http://localhost:8983/solr/select/?q=video&defType=edismax&qf=name^20.0+text^0.3
does not return the 'description'
http://localhost:8983/solr/select/?q=video&defType=edismax&qf=name^20.0+text^0.3
returns it
--
This message was sent by Atlassian JIRA
(v6.1#6144)