mirror of https://github.com/apache/lucene.git
Fix key to index directory
git-svn-id: https://svn.apache.org/repos/asf/lucene/solr/trunk@688119 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
072e1818cd
commit
088bdde5ac
|
@ -527,7 +527,7 @@
|
|||
<str name="name">file</str>
|
||||
<str name="sourceLocation">spellings.txt</str>
|
||||
<str name="characterEncoding">UTF-8</str>
|
||||
<str name="indexDir">./spellcheckerFile</str>
|
||||
<str name="spellcheckIndexDir">./spellcheckerFile</str>
|
||||
</lst>
|
||||
</searchComponent>
|
||||
|
||||
|
|
Loading…
Reference in New Issue