if this is my schema

<field name="id" type="string" indexed="true" stored="true" required="true"
/> 
<field name="title" type="string" indexed="true" stored="true" /> 
<field name="owner" type="string" indexed="true" stored="true" /> 
<field name="status" type="string" indexed="true" stored="true" /> 
<field name="category" type="string" indexed="true" stored="true" /> 

with this one being the catch all field
<field name="content" type="text" indexed="true" stored="false"
multiValued="true"/>

and I am copying all fields into the content field

my question is .. what if instead of that I change the title field to be
text as well and dont copy that into content field but still copy everything
else (all string fields) to content field .. exactly what difference will
that make .. 
        
-- 
View this message in context: 
http://old.nabble.com/schema-design---catch-all-field-question-tp27588936p27588936.html
Sent from the Solr - User mailing list archive at Nabble.com.

Reply via email to