hello. there is this piece of code in the book "lucene in action" : Directory dir = new FSDirectory(new File(indexDir), null); but class FSDirectory is an abstract class and cannot be instantiated like this. thank you very much for your helping.
- i'm having some trouble with class FSDirectory Mostafa Hadian
- Re: i'm having some trouble with class FSDirectory Simon Willnauer
- RE: i'm having some trouble with class FSDirectory Sendros, Jason