Exemplo n.º 1
0
 /// <summary>
 /// Resolves a folder for the partition with the given index.
 /// </summary>
 /// <param name="partition"> the partition index. </param>
 /// <returns> the folder where partition's lucene directory should be located. </returns>
 public virtual File GetPartitionFolder(int partition)
 {
     return(_folderLayout.getPartitionFolder(partition));
 }