Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Aleksandra Tsys
Suggester
Commits
4896f69a
Commit
4896f69a
authored
Jul 27, 2020
by
Aleksandra Tsys
Browse files
Update solrconfig.xml
parent
bd27b01e
Changes
1
Hide whitespace changes
Inline
Side-by-side
demo/conf/solrconfig.xml
View file @
4896f69a
...
...
@@ -940,15 +940,16 @@
<str name="storeDir">suggester_fuzzy_dir</str> -->
<!-- Substitute these for the two above for another "flavor" -->
<str
name=
"lookupImpl"
>
AnalyzingInfixLookupFactory
</str>
<str
name=
"indexPath"
>
suggester_infix_dir
</str>
<str
name=
"lookupImpl"
>
AnalyzingInfixLookupFactory
</str>
<str
name=
"indexPath"
>
suggester_infix_dir
</str>
<str
name=
"dictionaryImpl"
>
DocumentDictionaryFactory
</str>
<str
name=
"field"
>
name
</str>
<str
name=
"suggestAnalyzerFieldType"
>
textSuggest
</str>
<str
name=
"buildOnStartup"
>
false
</str>
<str
name=
"buildOnCommit"
>
false
</str>
<str
name=
"contextField"
>
tags
</str>
<str
name=
"buildOnStartup"
>
true
</str>
<str
name=
"buildOnCommit"
>
true
</str>
</lst>
</searchComponent>
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment