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.