RE: searching documents partially

2011-10-10 Thread pravesh
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 c

RE: searching documents partially

2011-10-10 Thread deniz
t; > -Original Message- > From: pravesh [mailto:suyalpravesh@] > Sent: Monday, October 10, 2011 5:32 AM > To: solr-user@.apache > Subject: Re: searching documents partially > > Can you clarify following: > > 1) Is it that: You want to hide some documents fro

RE: searching documents partially

2011-10-10 Thread Brandon Ramirez
: Monday, October 10, 2011 5:32 AM To: solr-user@lucene.apache.org Subject: Re: searching documents partially Can you clarify following: 1) Is it that: You want to hide some documents from search when user is not logged-in? OR 2) Is it that: You want to hide some fields of some documents from

Re: searching documents partially

2011-10-10 Thread pravesh
Can you clarify following: 1) Is it that: You want to hide some documents from search when user is not logged-in? OR 2) Is it that: You want to hide some fields of some documents from search when user is not logged-in? For Point 2; one solution can be that while indexing the documents, you can