Re: Solr Deserialize/Read .fdt file

2016-03-07 Thread Bin Wang
Hi Jack, Thanks a lot for your response. I agree the question is too much into Lucene which is outside the scope of Solr. However, for those of you who is interested in understanding the Solr Index more, here are a few resources to help: (1) Luke : a local app

Re: Solr Deserialize/Read .fdt file

2016-03-06 Thread Jack Krupansky
Solr itself doesn't directly access index files - that is the responsibility of Lucene. That's why you see "lucene" in the class names, not "solr". To be clear, no Solr user will ever have to read or deserialize a .fdt file. Or any Lucene index file for that matter. If you actually do want to wor