You're probably hitting the difference between *nix file
handling and Windows. When you delete a file on a
Unix variant, if some other program has the file open
the file doesn't go away until that other program closes
it.

HTH
Erick

On Mon, Mar 8, 2010 at 9:08 AM, stocki <st...@shopgate.com> wrote:

>
> Hello.
>
> is use 2 cores for solr.
>
> when is restart my tomcat on debian, tomcat delete my index.
>
> is set data.dir to
> <dataDir>${solr.data.dir:./suggest/data}</dataDir>
> and
> <dataDir>${solr.data.dir:./search/data}</dataDir>
>
> <cores adminPath="/admin/cores">
>    <core name="search" instanceDir="search" dataDir="/search/data/index"/>
>    <core name="suggest" instanceDir="suggest"
> dataDir="/suggest/data/index"/>
> </cores>
>
> so. why is my index only temp ?
>
> solr save my index to: /var/lib/tomcat5.5/temp
>
> i test my solr env on XP with tomcat, and all ist okay =(
> --
> View this message in context:
> http://old.nabble.com/Tomcat-save-my-Index-temp-...-tp27819967p27819967.html
> Sent from the Solr - User mailing list archive at Nabble.com.
>
>

Reply via email to