antoine s created SOLR-5424:
-------------------------------
Summary: /solr/select/ returned fields
Key: SOLR-5424
URL: https://issues.apache.org/jira/browse/SOLR-5424
Project: Solr
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
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)
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]