Closed (fixed)
Project:
Apache Solr Search
Version:
6.x-1.x-dev
Component:
Code
Priority:
Critical
Category:
Task
Assigned:
Reporter:
Created:
17 Feb 2009 at 23:18 UTC
Updated:
4 Mar 2009 at 00:30 UTC
Jump to comment: Most recent file
We previously rolled-back a slrconfig.xml command to generate the spelling index on commit. However, since we are going for Solr 1.4 we can use the new
<str name="buildOnOptimize">true</str>
feature.
| Comment | File | Size | Author |
|---|---|---|---|
| #1 | spell-optimize-375991-1.patch | 929 bytes | pwolanin |
Comments
Comment #1
pwolanin commentedCurrently, I don't think our code is building the spell index except when you submit the admin form.
Comment #2
pwolanin commentedseems to work - spellchecker is kind of broken now without this. Committing to 6.x.