Just follow the http://wiki.apache.org/solr/DisMaxQParserPlugin dismax wiki
You just need to: 1. Duplicate the dismax request handler entry in your solrconfig.xml 2. change the name to some other unique name for e.g. "notLoggedDismax" 3. set the /qf /fields to you /content_dup/ field (or other common fields) 4. Then from your front-end app you have to make sure for not-logged-in users use use the notLoggedDismax for your searches otherwise use the default dismax >and as another idea, if i use different indexes, is it possible to make search on them? or is it possible to define the index which i will be making a search in, in query time? Then you are just duplicating the index and you might stuck-up in maintenance issues Thanx Pravesh -- View this message in context: http://lucene.472066.n3.nabble.com/searching-documents-partially-tp3408429p3411743.html Sent from the Solr - User mailing list archive at Nabble.com.