[jira] [Commented] (SOLR-9568) case-insensitive sorting not working as intended.

2016-09-26 Thread satish chennupati (JIRA)

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

satish chennupati commented on SOLR-9568:
-

hi [~erickerickson] i already posted by issue on the solr distribution list few 
days back.

the solr version i am using is : 4.10

the exact query that get posted to solr is : 
q=*:*=bp_urn:"urn:cms:bp:Movie"=state:*+AND+!state:deleted=sort_str_attr_name+asc

> case-insensitive sorting not working as intended.
> -
>
> Key: SOLR-9568
> URL: https://issues.apache.org/jira/browse/SOLR-9568
> Project: Solr
>  Issue Type: Bug
>  Security Level: Public(Default Security Level. Issues are Public) 
>Reporter: satish chennupati
>  Labels: dynamic, sorting
>
> Hi,
> Right now when I perform a sort I  am getting result as following:
> "[\"18 hotfix3\"]"
> "[\"Godzilla\"]"
> "[\"Godzilla, King of the Monsters!\"]"
> "[\"Harry Potter and the Sorcerers Stone\"]"
> "[\"How to Train Your Dragon\"]"
> "[\"Jurassic Park\"]"
> "[\"My Big Fat Greek Wedding\"]"
> "[\"National Treasure\"]"
> "[\"Palmer\"]"
> "[\"Patch Adams\"]"
> "[\"Rajan\"]"
> "[\"Sanity\"]"
> "[\"Stardust\"]"
> "[\"Superman\"]"
> "[\"The Amazing Spider-Man 2\"]"
> "[\"The Godfather\"]"
> "[\"The Lord of the Rings: The Fellowship of the Ring\"]"
> "[\"The Matrix\"]"
> "[\"V for Vendetta\"]"
> "[\"abcdefgh\"]"
> "[\"autoui1466571231695\"]"
> "[\"autoui1466605339320\"]"
> "[\"name\"]"
> "[\"test\"]"
> "[\"test2\"]"
> The field type has been defined as follows :
> sortMissingLast="true">
> 
> 
> 
> 
> 
> 
> 
>  pattern="(\d+)" replacement="0$1" replace="all"/>
>  pattern="0*([0-9]{6,})" replacement="$1" 
> replace="all" />
> 
> 
> 
> And for sorting purpose we have a dynamic field in place that used the above 
> field type
> 
>  stored="false" type="SortTextField"/>



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)

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



[jira] [Commented] (SOLR-9568) case-insensitive sorting not working as intended.

2016-09-26 Thread satish chennupati (JIRA)

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

satish chennupati commented on SOLR-9568:
-

update :

i also tried the following

   







 





   



 
 

> case-insensitive sorting not working as intended.
> -
>
> Key: SOLR-9568
> URL: https://issues.apache.org/jira/browse/SOLR-9568
> Project: Solr
>  Issue Type: Bug
>  Security Level: Public(Default Security Level. Issues are Public) 
>Reporter: satish chennupati
>  Labels: dynamic, sorting
>
> Hi,
> Right now when I perform a sort I  am getting result as following:
> "[\"18 hotfix3\"]"
> "[\"Godzilla\"]"
> "[\"Godzilla, King of the Monsters!\"]"
> "[\"Harry Potter and the Sorcerers Stone\"]"
> "[\"How to Train Your Dragon\"]"
> "[\"Jurassic Park\"]"
> "[\"My Big Fat Greek Wedding\"]"
> "[\"National Treasure\"]"
> "[\"Palmer\"]"
> "[\"Patch Adams\"]"
> "[\"Rajan\"]"
> "[\"Sanity\"]"
> "[\"Stardust\"]"
> "[\"Superman\"]"
> "[\"The Amazing Spider-Man 2\"]"
> "[\"The Godfather\"]"
> "[\"The Lord of the Rings: The Fellowship of the Ring\"]"
> "[\"The Matrix\"]"
> "[\"V for Vendetta\"]"
> "[\"abcdefgh\"]"
> "[\"autoui1466571231695\"]"
> "[\"autoui1466605339320\"]"
> "[\"name\"]"
> "[\"test\"]"
> "[\"test2\"]"
> The field type has been defined as follows :
> sortMissingLast="true">
> 
> 
> 
> 
> 
> 
> 
>  pattern="(\d+)" replacement="0$1" replace="all"/>
>  pattern="0*([0-9]{6,})" replacement="$1" 
> replace="all" />
> 
> 
> 
> And for sorting purpose we have a dynamic field in place that used the above 
> field type
> 
>  stored="false" type="SortTextField"/>



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)

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



[jira] [Commented] (SOLR-9568) case-insensitive sorting not working as intended.

2016-09-26 Thread satish chennupati (JIRA)

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

satish chennupati commented on SOLR-9568:
-

update :

i also tried the following

   







 





   



 
 

> case-insensitive sorting not working as intended.
> -
>
> Key: SOLR-9568
> URL: https://issues.apache.org/jira/browse/SOLR-9568
> Project: Solr
>  Issue Type: Bug
>  Security Level: Public(Default Security Level. Issues are Public) 
>Reporter: satish chennupati
>  Labels: dynamic, sorting
>
> Hi,
> Right now when I perform a sort I  am getting result as following:
> "[\"18 hotfix3\"]"
> "[\"Godzilla\"]"
> "[\"Godzilla, King of the Monsters!\"]"
> "[\"Harry Potter and the Sorcerers Stone\"]"
> "[\"How to Train Your Dragon\"]"
> "[\"Jurassic Park\"]"
> "[\"My Big Fat Greek Wedding\"]"
> "[\"National Treasure\"]"
> "[\"Palmer\"]"
> "[\"Patch Adams\"]"
> "[\"Rajan\"]"
> "[\"Sanity\"]"
> "[\"Stardust\"]"
> "[\"Superman\"]"
> "[\"The Amazing Spider-Man 2\"]"
> "[\"The Godfather\"]"
> "[\"The Lord of the Rings: The Fellowship of the Ring\"]"
> "[\"The Matrix\"]"
> "[\"V for Vendetta\"]"
> "[\"abcdefgh\"]"
> "[\"autoui1466571231695\"]"
> "[\"autoui1466605339320\"]"
> "[\"name\"]"
> "[\"test\"]"
> "[\"test2\"]"
> The field type has been defined as follows :
> sortMissingLast="true">
> 
> 
> 
> 
> 
> 
> 
>  pattern="(\d+)" replacement="0$1" replace="all"/>
>  pattern="0*([0-9]{6,})" replacement="$1" 
> replace="all" />
> 
> 
> 
> And for sorting purpose we have a dynamic field in place that used the above 
> field type
> 
>  stored="false" type="SortTextField"/>



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)

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