solr-schema Questions
2
Solved
I am getting this error
collection1:
org.apache.solr.common.SolrException:org.apache.solr.common.SolrException:
Could not load conf for core collection1: Plugin init failure for
[schema.xml]...
Inca asked 12/5, 2015 at 12:16
3
I have an index named LocationIndex in solr with fields as follows:
<fields>
<field name="solr_id" type="string" stored="true" required="true" indexed="true"/>
<field name="solr_v...
Iglesias asked 23/7, 2013 at 9:49
1
Solved
I have these fields in my solr schema :
<fields>
<field name="Id" type="string" indexed="true" stored="true" multiValued="false" required="true" />
<field name="IdCategory" type="...
Alexiaalexin asked 27/6, 2014 at 14:49
1
I am using the solr suggestion component with the following configuration:
schema.xml
<fieldType name="textSpell" class="solr.TextField">
<analyzer>
<tokenizer class="solr.Stan...
Skit asked 16/8, 2012 at 11:39
2
Solved
I want to apply case-insensitive search for field myfield in solr.
I googled a bit for that , and i found that , i need to apply LowerCaseFilterFactory to Field Type and field should be of solr.Te...
Batman asked 22/8, 2012 at 10:29
1
For example I have synonyms
laptop,netbook,notebook
in index_synonyms.txt
When user search for netbook I want to boost original text more then expanded by synonyms?
Is there way to specify this i...
Alinaaline asked 18/5, 2012 at 22:44
1
© 2022 - 2024 — McMap. All rights reserved.