We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fc71334 commit d4235c8Copy full SHA for d4235c8
install.yaml
@@ -19,7 +19,7 @@ pre_install_actions:
19
if [ -f "$file" ]; then
20
cp "$file" "${file}.bak"
21
sed -i '/<queryResponseWriter name="xslt" class="solr.XSLTResponseWriter">/,/<\/queryResponseWriter>/{/<\/queryResponseWriter>/!d;/<\/queryResponseWriter>/d;}' "$file"
22
- sed -i 's/LRUCache/CaffeineCache/g; s/FastLRUCache/CaffeineCache/g; s/LFUCache/CaffeineCache/g; s/FastLRUCache/CaffeineCache/g' "$file"
+ sed -i 's/FastLRUCache/CaffeineCache/g; s/LRUCache/CaffeineCache/g; s/LFUCache/CaffeineCache/g; s/FastLRUCache/CaffeineCache/g' "$file"
23
fi
24
done
25
echo "Removing solr/docker-entrypoint-initdb.d ..."
0 commit comments