> locations. There's no reason it wouldn't be *POSSIBLE* ... but doing it > would require a different Lucene Directory implementation -- very low > level custom code.
There's actually FileSwitchDirectory so you could split an index into separate files stored on separate drives... not that it makes much sense, like Shawn said. > If you can add another drive that's twice as big, why don't you just > move the Solr install to the other drive? Or create an extension of your partition on another drive -- these are operating system facilities, not Lucene's and they're way better handled by the operating system than Lucene. Again: not that this makes sense (and you'd be exercising os filesystem synchronization idioms on such spanned volumes). Dawid --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
