You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@lucene.apache.org by "Mariusz Dubielecki (Created) (JIRA)" <ji...@apache.org> on 2011/12/22 11:06:30 UTC

[jira] [Created] (SOLR-2985) Sort by defined custom Collator

Sort by defined custom Collator
-------------------------------

                 Key: SOLR-2985
                 URL: https://issues.apache.org/jira/browse/SOLR-2985
             Project: Solr
          Issue Type: Improvement
          Components: search
    Affects Versions: 3.5
            Reporter: Mariusz Dubielecki
            Priority: Minor


Hi,
Is it possible to sort fields or facets using custom Collator ? I found only one solution for fields solr.CollationKeyFilterFactory filter but there are some problems with this solution. First problem is, the solution doesn't work with facet sorting. Second problem is that it is additional field so index size is increased.
My solution for facets is to develop own facet component with Collator parameter. For other non facet fields I need implement my own field type with Collator.
Problem is that solr Facet component isn't easy extensible because it has private embedded classes.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

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


[jira] [Commented] (SOLR-2985) Sort by defined custom Collator

Posted by "Otis Gospodnetic (Commented) (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/SOLR-2985?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13174883#comment-13174883 ] 

Otis Gospodnetic commented on SOLR-2985:
----------------------------------------

Could you please post questions to the mailing list instead?

                
> Sort by defined custom Collator
> -------------------------------
>
>                 Key: SOLR-2985
>                 URL: https://issues.apache.org/jira/browse/SOLR-2985
>             Project: Solr
>          Issue Type: Improvement
>          Components: search
>    Affects Versions: 3.5
>            Reporter: Mariusz Dubielecki
>            Priority: Minor
>              Labels: collator, facet, sorting
>   Original Estimate: 96h
>  Remaining Estimate: 96h
>
> Hi,
> Is it possible to sort fields or facets using custom Collator ? I found only one solution for fields solr.CollationKeyFilterFactory filter but there are some problems with this solution. First problem is, the solution doesn't work with facet sorting. Second problem is that it is additional field so index size is increased.
> My solution for facets is to develop own facet component with Collator parameter. For other non facet fields I need implement my own field type with Collator.
> Problem is that solr Facet component isn't easy extensible because it has private embedded classes.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

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


[jira] [Resolved] (SOLR-2985) Sort by defined custom Collator

Posted by "Otis Gospodnetic (Resolved) (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/SOLR-2985?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Otis Gospodnetic resolved SOLR-2985.
------------------------------------

    Resolution: Invalid
    
> Sort by defined custom Collator
> -------------------------------
>
>                 Key: SOLR-2985
>                 URL: https://issues.apache.org/jira/browse/SOLR-2985
>             Project: Solr
>          Issue Type: Improvement
>          Components: search
>    Affects Versions: 3.5
>            Reporter: Mariusz Dubielecki
>            Priority: Minor
>              Labels: collator, facet, sorting
>   Original Estimate: 96h
>  Remaining Estimate: 96h
>
> Hi,
> Is it possible to sort fields or facets using custom Collator ? I found only one solution for fields solr.CollationKeyFilterFactory filter but there are some problems with this solution. First problem is, the solution doesn't work with facet sorting. Second problem is that it is additional field so index size is increased.
> My solution for facets is to develop own facet component with Collator parameter. For other non facet fields I need implement my own field type with Collator.
> Problem is that solr Facet component isn't easy extensible because it has private embedded classes.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

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