You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@lucene.apache.org by "Earwin Burrfoot (JIRA)" <ji...@apache.org> on 2009/05/10 20:16:45 UTC

[jira] Issue Comment Edited: (LUCENE-1387) Add LocalLucene

    [ https://issues.apache.org/jira/browse/LUCENE-1387?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12707821#action_12707821 ] 

Earwin Burrfoot edited comment on LUCENE-1387 at 5/10/09 11:16 AM:
-------------------------------------------------------------------

LatLonDistanceFilter.java:

  public BitSet bits(IndexReader reader) throws IOException {

    /* Create a BitSet to store the result */
    int maxdocs = reader.numDocs();               <----- probably reader.maxDoc ?
    BitSet bits = new BitSet(maxdocs);


      was (Author: earwin):
    LatLonDistanceFilter.java:

  public BitSet bits(IndexReader reader) throws IOException {

    /* Create a BitSet to store the result */
    int maxdocs = reader.numDocs();               <----- probably reader.maxDocs ?
    BitSet bits = new BitSet(maxdocs);

  
> Add LocalLucene
> ---------------
>
>                 Key: LUCENE-1387
>                 URL: https://issues.apache.org/jira/browse/LUCENE-1387
>             Project: Lucene - Java
>          Issue Type: New Feature
>          Components: contrib/spatial
>            Reporter: Grant Ingersoll
>            Assignee: Ryan McKinley
>            Priority: Minor
>             Fix For: 2.9
>
>         Attachments: spatial-lucene.zip, spatial.tar.gz, spatial.zip
>
>
> Local Lucene (Geo-search) has been donated to the Lucene project, per https://issues.apache.org/jira/browse/INCUBATOR-77.  This issue is to handle the Lucene portion of integration.
> See http://lucene.markmail.org/message/orzro22sqdj3wows?q=LocalLucene

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


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