Hello all, I am trying to reuse fields to create new search queries.
Let me explain 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). This will allow me to use those keywords to find other documents related to that document. Is the possible and if so where should I start. Thanks in advance