Sure, it's possible. It's just that you have to do the work yourself <G>...

You could define a series of request handlers for various classes of
user and route the request to the correct handler based on that
user's attributes. You could construct the query manually based on the
user's attributes. You could create a page with drop-downs for various
fields based on the user's attributes...

But the common thread  here is that you have to do all the logic in the app,
outside Solr, that routes the query to the "correct" place in Solr based on
user attributes that are also outside solr.

If this is irrelevant, perhaps you could  explain the use case in a bit more
depth?

Best
Erick

On Mon, Aug 1, 2011 at 2:36 AM, deniz <denizdurmu...@gmail.com> wrote:
> Hi All,
>
> here comes the problem... Let's say that I have a document having different
> fields. Is it possible to let some users to query the documents partially?
>
> Like this:
>
> Document  has name, age, occupation, country fields.
>
> UserA can make search within name and country fields while UserB can make a
> search in the whole document...
>
> is this possible?
>
> -----
> Zeki ama calismiyor... Calissa yapar...
> --
> View this message in context: 
> http://lucene.472066.n3.nabble.com/Different-Access-Permissions-tp3215190p3215190.html
> Sent from the Solr - User mailing list archive at Nabble.com.
>

Reply via email to