Mikhail,

Yes, both the Index-based and File-based spell checkers reference the same index location. My understanding is they were supposed to. I didn't realize this was for writing indexes. Rather, I thought this was for reading the main index. So, I need to make 3 separate locations for indexes (main, index-based and File-based)?? Can I make them subdirs of the main index (in /localapps/dev/EventLog/index)? Or would that mess up the main index?

Thanks for raising my awareness of these errors!
Mark

On 9/21/2015 5:07 PM, Mikhail Khludnev wrote:
Both of these guys below try to write spell index into the same dir. Don't they?

To make it clear, it's not possible so far.

  <lst name="spellchecker">
       <str name="classname">solr.IndexBasedSpellChecker</str>
       <str name="spellcheckIndexDir">/localapps/dev/EventLog/index</str>


        <lst name="spellchecker">
          <str name="classname">solr.FileBasedSpellChecker</str>
          <str name="spellcheckIndexDir">/localapps/dev/EventLog/index</str>

Also, can you make sure that this path doesn't lead to main index dir.


On Mon, Sep 21, 2015 at 5:13 PM, Mark Fenbers <mark.fenb...@noaa.gov> wrote:



Reply via email to