[ https://issues.apache.org/jira/browse/LUCENE-1387?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12657865#action_12657865 ]
Ryan McKinley commented on LUCENE-1387: --------------------------------------- Just noticed something... The TestCartesian creates a temp index like this: {code:java} File luceneDirectory = new File("/tmp/example-lucene"); if (! luceneDirectory.exists()) luceneDirectory.mkdir(); directory = FSDirectory.getDirectory(luceneDirectory); {code} For simplicity, we should probably just use: {code:java} directory = new RAMDirectory(); {code} > Add LocalLucene > --------------- > > Key: LUCENE-1387 > URL: https://issues.apache.org/jira/browse/LUCENE-1387 > Project: Lucene - Java > Issue Type: New Feature > Components: contrib/* > Reporter: Grant Ingersoll > Priority: Minor > Attachments: spatial-lucene.zip, 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-unsubscr...@lucene.apache.org For additional commands, e-mail: java-dev-h...@lucene.apache.org