FileFloatSource should read file from dataDir, not indexDir -----------------------------------------------------------
Key: SOLR-442 URL: https://issues.apache.org/jira/browse/SOLR-442 Project: Solr Issue Type: Improvement Components: search Affects Versions: 1.3 Reporter: Ryan McKinley Priority: Minor Fix For: 1.3 The FileFloatSource currently loads its file from the indexDir: parser.getReq().getCore().getIndexDir() This is a problem for an empty index since you get a FileNotFoundException. Rather then using indexDir, this should use getDataDir() -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.