No, DocTransformers work on a single document at a time, which is pretty clear if you look at the methods you must implement.
Really, you'd do yourself a favor by doing a little more research before asking questions, you might review: http://wiki.apache.org/solr/UsingMailingLists and consider that most of us are volunteers with limited time. So a little evidence that you're putting forth some effort before pinging the list would be well received. Best Erick On Tue, May 7, 2013 at 4:04 AM, Furkan KAMACI <furkankam...@gmail.com> wrote: > Can I use Transformers for my purpose? > > 2013/5/3 Furkan KAMACI <furkankam...@gmail.com> > >> I think this looks like what I search for: >> https://issues.apache.org/jira/browse/SOLR-4465 >> >> How about post filter for Lucene, can it help me for my purpose? >> >> 2013/5/3 Otis Gospodnetic <otis.gospodne...@gmail.com> >> >>> Hi, >>> >>> You should use search more often :) >>> >>> http://search-lucene.com/?q=scriptable+collector&sort=newestOnTop&fc_project=Solr&fc_type=issue >>> >>> Coincidentally, what you see there happens to be a good example of a >>> Solr component that does something behind the scenes to deliver those >>> search results even though my original query was bad. Kiiiind of >>> similar to what you are after. >>> >>> Otis >>> -- >>> Solr & ElasticSearch Support >>> http://sematext.com/ >>> >>> >>> >>> >>> >>> On Thu, May 2, 2013 at 4:47 PM, Furkan KAMACI <furkankam...@gmail.com> >>> wrote: >>> > I know that I can use boosting at query for a field, for a searching >>> term, >>> > at solrconfig.xml and query elevator so I can arrange the results of a >>> > search. However after I get top documents how can I change the order of >>> a >>> > results? Does Lucene's postfilter stands for that? >>> >> >>