on 2018 Dec 12 4:01 PM
<fieldType name="dtTireSize_string" class="solr.TextField" positionIncrementGap="100">
<analyzer>
<charFilter class="solr.PatternReplaceCharFilterFactory"
pattern="(\d+)(\.?\d*)[\s](\d+)[\s](\d+)" replacement="/$1"/>
<tokenizer class="solr.WhitespaceTokenizerFactory"/>
<filter class="solr.LowerCaseFilterFactory"/>
</analyzer>
</fieldType>
This is the schema.xml declaration. Went to the solr admin console to check if this is working by search with dtTireSize_string. Its doesn't seem to be activated or triggered?. Is there a way to debug this problem and root down what is missing? Please help
Request clarification before answering.
| User | Count |
|---|---|
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 |
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.