What is your " text_general " type definition in schema.xml?

-----Original Message-----
From: anurag.jain [mailto:anurag.k...@gmail.com] 
Sent: Tuesday, January 15, 2013 12:16 PM
To: solr-user@lucene.apache.org
Subject: Regarding Copyfield

hi

in copy field i am not storing first_name last_name etc. but in dest = "text" 
it is showing first_name .. etc. in auto suggestion mode.

my copy field are ..
   <copyField source="percentage" dest="text"/>
   <copyField source="university_name" dest="text"/>
   <copyField source="course_name" dest="text"/>
   ...

and field are ..
<field name="id" type="text_general" indexed="true" stored="true"
required="true" multiValued="false" /> 
   <field name="first_name" type="text_general" indexed="false"
stored="true"/>
   <field name="last_name" type="text_general" indexed="false"
stored="true"/>
   <field name="date_of_birth" type="text_general" indexed="false"
stored="true"/>
   <field name="state_name" type="text_general" indexed="false"
stored="true"/>
   <field name="mobile_no" type="text_general" indexed="false"
stored="true"/>
   ...


and also i want to make own field like text  named as "autosuggest" then it is 
also not working for autosuggestion. 



please reply urgent





--
View this message in context: 
http://lucene.472066.n3.nabble.com/Regarding-Copyfield-tp4033385.html
Sent from the Solr - User mailing list archive at Nabble.com.

Reply via email to