public PropertySetIndexRandomAccessorImpl(IndexManager index, DocumentMapper mapper)
     throws IOException {
   this.mapper = mapper;
   this.index = index;
   this.searcher = index.getIndexSearcher();
 }