Nik V. Babichev created SOLR-3555:
-------------------------------------
Summary: Lucene DirectoryReader can't find *.frq files created by
solr
Key: SOLR-3555
URL: https://issues.apache.org/jira/browse/SOLR-3555
Project: Solr
Issue Type: Bug
Affects Versions: 4.0
Reporter: Nik V. Babichev
Create index with Solr4
In index directory have such files:
_0_Lucene40_0.frq
_0_Lucene40_0.prx
_0_Lucene40_0.tim
_0_Lucene40_0.tip
When try to open index by Lucene Directory reader got:
java.io.FileNotFoundException:
/opt/solr4/irotor/data/docs/index/_0_Lucene40.frq (No such file)
File idxLocation = new File('path to index');
DirectoryFactory df = new StandardDirectoryFactory();
DirectoryReader.open(df.get(idxLocation.getAbsolutePath(), "native"))
Exception generated in this method:
org.apache.lucene.codecs.lucene40.Lucene40PostingsReader(Directory dir,
FieldInfos fieldInfos, SegmentInfo segmentInfo, IOContext ioContext, String
segmentSuffix);
freqIn = dir.openInput(IndexFileNames.segmentFileName(segmentInfo.name,
segmentSuffix, Lucene40PostingsFormat.FREQ_EXTENSION), ioContext);
When try to open unexisting _0_Lucene40.frq instead of _0_Lucene40_0.frq
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators:
https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]