: when solr is processing the fields to figure out where to put the doc in the : tree, it proccesses the indexable fields and removes the stops words. This : stripped down set of keyword is passed to some other function which places : it in the correct part of the search tree. : : I would like to have solr sort those keywords (i.e. with stop words removed) : and store them as another field (keywords).
i'm not sure i understand your question ... you have some field A, you have it configured to be indexed, with a tokenizer, and a Stop words filter, so you add some docs with values for field A, and they get indexed ... what do you mean "I would like to have solr sort those keywords and store them as another field" ... they're already in a field, how do you want this other field to be differnet? -Hoss