Question regarding solr workflow

2011-07-04 Thread Engy Morsy
Hi,

What is the workflow of solr starting from submitting an xml document to be 
indexed? Is there any default analyzer that is called before the analyzer 
specified in my solr schema for the text field. I have a situation where the 
words of the text field that will be analyzed if somehow splitted.

For example if I have a text field ABC DEF, I can get it like AB C D EF.

Thanks
engy


Re: Question regarding solr workflow

2011-07-04 Thread Shalin Shekhar Mangar
On Mon, Jul 4, 2011 at 5:47 PM, Engy Morsy engy.mo...@bibalex.org wrote:


 What is the workflow of solr starting from submitting an xml document to be
 indexed? Is there any default analyzer that is called before the analyzer
 specified in my solr schema for the text field. I have a situation where the
 words of the text field that will be analyzed if somehow splitted.


Only the analyzer specified in solr schema are applied. You can try the
Analysis link on the Solr dashboard to see how the analysis is being done
for a particular field.

-- 
Regards,
Shalin Shekhar Mangar.