[
https://issues.apache.org/jira/browse/SOLR-3916?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15381397#comment-15381397
]
Erick Erickson commented on SOLR-3916:
--------------------------------------
Scott:
Whether or not the @Test annotation is used is pretty arbitrary, JUnit picks up
any method that starts with 'test' so this test gets run. Personally I prefer
the annotation, but there's no standard....
> fl parsing is sensitive to newlines at the end of field names
> -------------------------------------------------------------
>
> Key: SOLR-3916
> URL: https://issues.apache.org/jira/browse/SOLR-3916
> Project: Solr
> Issue Type: Bug
> Affects Versions: 4.0-BETA
> Reporter: Hoss Man
> Assignee: Hoss Man
> Fix For: 4.0, 4.1, 6.0
>
> Attachments: SOLR-3916.patch
>
>
> As reported by giovanni.bricconi on the user list, there is a bug in "fl"
> parsing that causes solr to get confused when a field name is followed by a
> newline character -- eg: in a requestHandler default like...
> {noformat}
> <!-- newlines showing using "$" -->$
> <str name="fl">$
> sku,store_slug$
> </str>$
> {noformat}
> ...this results in solr assuming it should use function parsing to evaluate
> the field name, which can cause missleading errors if the field name can't be
> used in a function (eg: "can not use FieldCache on multivalued field:
> store_slug")
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]