[jira] Commented: (SOLR-1673) Getting the list of terms from more than one field

2009-12-21 Thread Hoss Man (JIRA)

[ 
https://issues.apache.org/jira/browse/SOLR-1673?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12793230#action_12793230
 ] 

Hoss Man commented on SOLR-1673:


bq. It would be better if the syntax can be modified to something like 
terms.fl=field1,field2,field3.

-1

we should be moving away from delimited param lists, not adding more -- special 
syntax like comma seperated lists of fields make it harder for people to use 
special characters in their field names.

> Getting the list of terms from more than one field
> --
>
> Key: SOLR-1673
> URL: https://issues.apache.org/jira/browse/SOLR-1673
> Project: Solr
>  Issue Type: Improvement
>  Components: SearchComponents - other
>Affects Versions: 1.4
> Environment: Operating system - Linux (Archlinux)
> Servlet container - Jetty
>Reporter: Siddhant Goel
>Priority: Minor
> Fix For: 1.5
>
>
> To get the list of terms from more than one field, its currently required to 
> specify the fields as terms.fl=field1&terms.fl=field2&terms.fl=field3, and so 
> on.
> It would be better if the syntax can be modified to something like 
> terms.fl=field1,field2,field3.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.



[jira] Commented: (SOLR-1673) Getting the list of terms from more than one field

2009-12-18 Thread Shalin Shekhar Mangar (JIRA)

[ 
https://issues.apache.org/jira/browse/SOLR-1673?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12792471#action_12792471
 ] 

Shalin Shekhar Mangar commented on SOLR-1673:
-

Why would that be better? The current way is how http params are supposed to be 
if multiple values are not ordered.

> Getting the list of terms from more than one field
> --
>
> Key: SOLR-1673
> URL: https://issues.apache.org/jira/browse/SOLR-1673
> Project: Solr
>  Issue Type: Improvement
>  Components: SearchComponents - other
>Affects Versions: 1.4
> Environment: Operating system - Linux (Archlinux)
> Servlet container - Jetty
>Reporter: Siddhant Goel
>Priority: Minor
> Fix For: 1.5
>
>
> To get the list of terms from more than one field, its currently required to 
> specify the fields as terms.fl=field1&terms.fl=field2&terms.fl=field3, and so 
> on.
> It would be better if the syntax can be modified to something like 
> terms.fl=field1,field2,field3.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.