You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@lucene.apache.org by Mark Miller <ma...@gmail.com> on 2009/09/02 20:24:45 UTC

Re: svn commit: r810648 - /lucene/java/trunk/contrib/spatial/src/test/org/apache/lucene/spatial/tier/TestCartesian.java

Thanks - sorry about that - was manually selecting files with subclipse
again and missed the test.

mikemccand@apache.org wrote:
> Author: mikemccand
> Date: Wed Sep  2 18:20:13 2009
> New Revision: 810648
>
> URL: http://svn.apache.org/viewvc?rev=810648&view=rev
> Log:
> LUCENE-1878: cutover TestCartesian to DistanceFieldComparatorSource
>
> Modified:
>     lucene/java/trunk/contrib/spatial/src/test/org/apache/lucene/spatial/tier/TestCartesian.java
>
> Modified: lucene/java/trunk/contrib/spatial/src/test/org/apache/lucene/spatial/tier/TestCartesian.java
> URL: http://svn.apache.org/viewvc/lucene/java/trunk/contrib/spatial/src/test/org/apache/lucene/spatial/tier/TestCartesian.java?rev=810648&r1=810647&r2=810648&view=diff
> ==============================================================================
> --- lucene/java/trunk/contrib/spatial/src/test/org/apache/lucene/spatial/tier/TestCartesian.java (original)
> +++ lucene/java/trunk/contrib/spatial/src/test/org/apache/lucene/spatial/tier/TestCartesian.java Wed Sep  2 18:20:13 2009
> @@ -274,7 +274,7 @@
>        // As the radius filter has performed the distance calculations
>        // already, pass in the filter to reuse the results.
>        // 
> -      DistanceSortSource dsort = new DistanceSortSource(dq.distanceFilter);
> +      DistanceFieldComparatorSource dsort = new DistanceFieldComparatorSource(dq.distanceFilter);
>        Sort sort = new Sort(new SortField("foo", dsort));
>  	    
>        // Perform the search, using the term query, the serial chain filter, and the
>
>
>   


-- 
- Mark

http://www.lucidimagination.com




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


Re: svn commit: r810648 - /lucene/java/trunk/contrib/spatial/src/test/org/apache/lucene/spatial/tier/TestCartesian.java

Posted by Michael McCandless <lu...@mikemccandless.com>.
No problem!

Mike

On Wed, Sep 2, 2009 at 2:24 PM, Mark Miller<ma...@gmail.com> wrote:
> Thanks - sorry about that - was manually selecting files with subclipse
> again and missed the test.
>
> mikemccand@apache.org wrote:
>> Author: mikemccand
>> Date: Wed Sep  2 18:20:13 2009
>> New Revision: 810648
>>
>> URL: http://svn.apache.org/viewvc?rev=810648&view=rev
>> Log:
>> LUCENE-1878: cutover TestCartesian to DistanceFieldComparatorSource
>>
>> Modified:
>>     lucene/java/trunk/contrib/spatial/src/test/org/apache/lucene/spatial/tier/TestCartesian.java
>>
>> Modified: lucene/java/trunk/contrib/spatial/src/test/org/apache/lucene/spatial/tier/TestCartesian.java
>> URL: http://svn.apache.org/viewvc/lucene/java/trunk/contrib/spatial/src/test/org/apache/lucene/spatial/tier/TestCartesian.java?rev=810648&r1=810647&r2=810648&view=diff
>> ==============================================================================
>> --- lucene/java/trunk/contrib/spatial/src/test/org/apache/lucene/spatial/tier/TestCartesian.java (original)
>> +++ lucene/java/trunk/contrib/spatial/src/test/org/apache/lucene/spatial/tier/TestCartesian.java Wed Sep  2 18:20:13 2009
>> @@ -274,7 +274,7 @@
>>        // As the radius filter has performed the distance calculations
>>        // already, pass in the filter to reuse the results.
>>        //
>> -      DistanceSortSource dsort = new DistanceSortSource(dq.distanceFilter);
>> +      DistanceFieldComparatorSource dsort = new DistanceFieldComparatorSource(dq.distanceFilter);
>>        Sort sort = new Sort(new SortField("foo", dsort));
>>
>>        // Perform the search, using the term query, the serial chain filter, and the
>>
>>
>>
>
>
> --
> - Mark
>
> http://www.lucidimagination.com
>
>
>
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: java-dev-unsubscribe@lucene.apache.org
> For additional commands, e-mail: java-dev-help@lucene.apache.org
>
>

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