[jira] [Commented] (SOLR-4490) add support for multivalued docvalues

2013-03-22 Thread Commit Tag Bot (JIRA)

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

Commit Tag Bot commented on SOLR-4490:
--

[branch_4x commit] Robert Muir
http://svn.apache.org/viewvc?view=revision&revision=1450264

SOLR-4490: multi-valued dv support


> add support  for multivalued docvalues
> --
>
> Key: SOLR-4490
> URL: https://issues.apache.org/jira/browse/SOLR-4490
> Project: Solr
>  Issue Type: New Feature
>Reporter: Robert Muir
> Fix For: 4.2, 5.0
>
> Attachments: SOLR-4490.patch, SOLR-4490.patch
>
>
> exposing LUCENE-4765 essentially. 
> I think we don't need any new options, it just means doing the right thing 
> when someone has docValues=true and multivalued=true.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira

-
To unsubscribe, e-mail: dev-unsubscr...@lucene.apache.org
For additional commands, e-mail: dev-h...@lucene.apache.org



[jira] [Commented] (SOLR-4490) add support for multivalued docvalues

2013-03-14 Thread Robert Muir (JIRA)

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

Robert Muir commented on SOLR-4490:
---

Because its not truly per-segment. It describes this in the header of its 
javadoc.

> add support  for multivalued docvalues
> --
>
> Key: SOLR-4490
> URL: https://issues.apache.org/jira/browse/SOLR-4490
> Project: Solr
>  Issue Type: New Feature
>Reporter: Robert Muir
> Fix For: 4.2, 5.0
>
> Attachments: SOLR-4490.patch, SOLR-4490.patch
>
>
> exposing LUCENE-4765 essentially. 
> I think we don't need any new options, it just means doing the right thing 
> when someone has docValues=true and multivalued=true.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira

-
To unsubscribe, e-mail: dev-unsubscr...@lucene.apache.org
For additional commands, e-mail: dev-h...@lucene.apache.org



[jira] [Commented] (SOLR-4490) add support for multivalued docvalues

2013-03-14 Thread David Smiley (JIRA)

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

David Smiley commented on SOLR-4490:


Is there a reason why DocValuesFacets, which is a per-segment algorithm, is 
activated under the facet.method=fc logic instead of 'fcs', since that final 
's' means per-segment?

> add support  for multivalued docvalues
> --
>
> Key: SOLR-4490
> URL: https://issues.apache.org/jira/browse/SOLR-4490
> Project: Solr
>  Issue Type: New Feature
>Reporter: Robert Muir
> Fix For: 4.2, 5.0
>
> Attachments: SOLR-4490.patch, SOLR-4490.patch
>
>
> exposing LUCENE-4765 essentially. 
> I think we don't need any new options, it just means doing the right thing 
> when someone has docValues=true and multivalued=true.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira

-
To unsubscribe, e-mail: dev-unsubscr...@lucene.apache.org
For additional commands, e-mail: dev-h...@lucene.apache.org



[jira] [Commented] (SOLR-4490) add support for multivalued docvalues

2013-02-26 Thread Commit Tag Bot (JIRA)

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

Commit Tag Bot commented on SOLR-4490:
--

[trunk commit] Robert Muir
http://svn.apache.org/viewvc?view=revision&revision=1450239

SOLR-4490: multi-valued dv support


> add support  for multivalued docvalues
> --
>
> Key: SOLR-4490
> URL: https://issues.apache.org/jira/browse/SOLR-4490
> Project: Solr
>  Issue Type: New Feature
>Reporter: Robert Muir
> Attachments: SOLR-4490.patch, SOLR-4490.patch
>
>
> exposing LUCENE-4765 essentially. 
> I think we don't need any new options, it just means doing the right thing 
> when someone has docValues=true and multivalued=true.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira

-
To unsubscribe, e-mail: dev-unsubscr...@lucene.apache.org
For additional commands, e-mail: dev-h...@lucene.apache.org



[jira] [Commented] (SOLR-4490) add support for multivalued docvalues

2013-02-25 Thread Adrien Grand (JIRA)

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

Adrien Grand commented on SOLR-4490:


+1 

> add support  for multivalued docvalues
> --
>
> Key: SOLR-4490
> URL: https://issues.apache.org/jira/browse/SOLR-4490
> Project: Solr
>  Issue Type: New Feature
>Reporter: Robert Muir
> Attachments: SOLR-4490.patch, SOLR-4490.patch
>
>
> exposing LUCENE-4765 essentially. 
> I think we don't need any new options, it just means doing the right thing 
> when someone has docValues=true and multivalued=true.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira

-
To unsubscribe, e-mail: dev-unsubscr...@lucene.apache.org
For additional commands, e-mail: dev-h...@lucene.apache.org