()
| 379 | |
| 380 | public NamedList<?> getConfigSetProperties() { |
| 381 | return configSetProperties; |
| 382 | } |
| 383 | |
| 384 | public String getDataDir() { |
| 385 | return dataDir; |
| 386 | } |
| 387 | |
| 388 | public String getIndexDir() { |
| 389 | synchronized (searcherLock) { |
| 390 | if (_searcher == null) return getNewIndexDir(); |