Robert Duenger created SOLR-3586:
------------------------------------
Summary: spellchecker directory/files not deleted
Key: SOLR-3586
URL: https://issues.apache.org/jira/browse/SOLR-3586
Project: Solr
Issue Type: Bug
Components: spellchecker
Affects Versions: 3.6
Environment: win7, tomcat6
Reporter: Robert Duenger
After unloading (incl. delete flag) a core, some files of the
spellchecker-directory remain and have a lock. I have to shutdown solr to get
them released and to be able to delete them manually.
files which remain in spellchecker1-directory:
_0.fdt, .fdx, .frq, .nrm, .tis
used config:
- <lockType>simple</lockType>
<lst name="spellchecker">
<str name="name">default</str>
<str name="field">_spell</str>
<str name="spellcheckIndexDir">./spellchecker1</str>
</lst>
<lst name="spellchecker">
<str name="classname">solr.FileBasedSpellChecker</str>
<str name="name">file</str>
<str name="sourceLocation">spellings.txt</str>
<str name="characterEncoding">UTF-8</str>
<str name="spellcheckIndexDir">./spellcheckerFile</str>
</lst>
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators:
https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]