[jira] Updated: (SOLR-671) Range queries with 'slong' field type do not retrieve correct results

2008-08-02 Thread Fuad Efendi (JIRA)

 [ 
https://issues.apache.org/jira/browse/SOLR-671?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Fuad Efendi updated SOLR-671:
-

 Priority: Trivial  (was: Major)
   Issue Type: Test  (was: Bug)
Affects Version/s: (was: 1.3)

> Range queries with 'slong' field type do not retrieve correct results
> -
>
> Key: SOLR-671
> URL: https://issues.apache.org/jira/browse/SOLR-671
> Project: Solr
>  Issue Type: Test
> Environment: SOLR-1.3-DEV 
> Schema:
>
>  sortMissingLast="true" omitNorms="true"/>
>  sortMissingLast="true" omitNorms="true"/>
>  sortMissingLast="true" omitNorms="true"/>
>  sortMissingLast="true" omitNorms="true"/>
>
>Reporter: Fuad Efendi
>Priority: Trivial
>   Original Estimate: 168h
>  Remaining Estimate: 168h
>
> Range queries always return all results (do not filter):
> timestamp:[1019386401114 TO 1219386401114]
> 
> timestamp:[1019386401114 TO 1219386401114]
> timestamp:[1019386401114 TO 1219386401114]
> timestamp:[1019386401114 TO 1219386401114]
> timestamp:[#8;#0;εごᅚ TO #8;#0;ѯ刯慚]
> ...
> OldLuceneQParser

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



[jira] Updated: (SOLR-671) Range queries with 'slong' field type do not retrieve correct results

2008-08-02 Thread Fuad Efendi (JIRA)

 [ 
https://issues.apache.org/jira/browse/SOLR-671?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Fuad Efendi updated SOLR-671:
-

  Priority: Major  (was: Trivial)
Issue Type: Bug  (was: Test)

Here is test case, similar to Arrays.sort() bug (unsigned...):

{code}
long time1 = System.currentTimeMillis() - 30*24*3600*1000;
long time2 = 30*24*3600*1000;
System.out.println(time1);
System.out.println(time1-time2);

Output:
1219389000674
1221091967970
{code}

(time1-time2) > time1!

What happens inside SOLR slong for such queries?


> Range queries with 'slong' field type do not retrieve correct results
> -
>
> Key: SOLR-671
> URL: https://issues.apache.org/jira/browse/SOLR-671
> Project: Solr
>  Issue Type: Bug
>Affects Versions: 1.3
> Environment: SOLR-1.3-DEV 
> Schema:
>
>  sortMissingLast="true" omitNorms="true"/>
>  sortMissingLast="true" omitNorms="true"/>
>  sortMissingLast="true" omitNorms="true"/>
>  sortMissingLast="true" omitNorms="true"/>
>
>Reporter: Fuad Efendi
>   Original Estimate: 168h
>  Remaining Estimate: 168h
>
> Range queries always return all results (do not filter):
> timestamp:[1019386401114 TO 1219386401114]
> 
> timestamp:[1019386401114 TO 1219386401114]
> timestamp:[1019386401114 TO 1219386401114]
> timestamp:[1019386401114 TO 1219386401114]
> timestamp:[#8;#0;εごᅚ TO #8;#0;ѯ刯慚]
> ...
> OldLuceneQParser

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



[jira] Updated: (SOLR-671) Range queries with 'slong' field type do not retrieve correct results

2008-08-02 Thread Fuad Efendi (JIRA)

 [ 
https://issues.apache.org/jira/browse/SOLR-671?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Fuad Efendi updated SOLR-671:
-

  Priority: Trivial  (was: Blocker)
Issue Type: Test  (was: Bug)

I executed another query which works fine:
timestamp:[* TO 1000] - 0 results
Finally found it works...

Please close.

> Range queries with 'slong' field type do not retrieve correct results
> -
>
> Key: SOLR-671
> URL: https://issues.apache.org/jira/browse/SOLR-671
> Project: Solr
>  Issue Type: Test
>Affects Versions: 1.3
> Environment: SOLR-1.3-DEV 
> Schema:
>
>  sortMissingLast="true" omitNorms="true"/>
>  sortMissingLast="true" omitNorms="true"/>
>  sortMissingLast="true" omitNorms="true"/>
>  sortMissingLast="true" omitNorms="true"/>
>
>Reporter: Fuad Efendi
>Priority: Trivial
>   Original Estimate: 168h
>  Remaining Estimate: 168h
>
> Range queries always return all results (do not filter):
> timestamp:[1019386401114 TO 1219386401114]
> 
> timestamp:[1019386401114 TO 1219386401114]
> timestamp:[1019386401114 TO 1219386401114]
> timestamp:[1019386401114 TO 1219386401114]
> timestamp:[#8;#0;εごᅚ TO #8;#0;ѯ刯慚]
> ...
> OldLuceneQParser

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



[jira] Updated: (SOLR-671) Range queries with 'slong' field type do not retrieve correct results

2008-08-02 Thread Fuad Efendi (JIRA)

 [ 
https://issues.apache.org/jira/browse/SOLR-671?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Fuad Efendi updated SOLR-671:
-

 Priority: Blocker  (was: Major)
Affects Version/s: 1.3

> Range queries with 'slong' field type do not retrieve correct results
> -
>
> Key: SOLR-671
> URL: https://issues.apache.org/jira/browse/SOLR-671
> Project: Solr
>  Issue Type: Bug
>Affects Versions: 1.3
> Environment: SOLR-1.3-DEV 
> Schema:
>
>  sortMissingLast="true" omitNorms="true"/>
>  sortMissingLast="true" omitNorms="true"/>
>  sortMissingLast="true" omitNorms="true"/>
>  sortMissingLast="true" omitNorms="true"/>
>
>Reporter: Fuad Efendi
>Priority: Blocker
>   Original Estimate: 168h
>  Remaining Estimate: 168h
>
> Range queries always return all results (do not filter):
> timestamp:[1019386401114 TO 1219386401114]
> 
> timestamp:[1019386401114 TO 1219386401114]
> timestamp:[1019386401114 TO 1219386401114]
> timestamp:[1019386401114 TO 1219386401114]
> timestamp:[#8;#0;εごᅚ TO #8;#0;ѯ刯慚]
> ...
> OldLuceneQParser

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