Hi Jayendra,
the group field can be kept if the no. of groups are
small... if a user may belong to 1000 groups in that case it would be
difficult to make a query???, if a user changes the groups then we have to
reindex the data again...
ok i will try ur suggestion, if it can fu
In that case, you may want to store the groups as multivalued fields
who would have access to the document.
A filter query on the user group should have the results filtered as
you expect.
you may also check Apache ManifoldCF as suggested by Szott.
Regards,
Jayendra
On Wed, Mar 23, 2011 at 9:46
Hi Jayendra,
I forgot to mention the result also depends on the group of
user too It is some wat complex so i didnt tell it.. now i explain the
exact way..
user1, group1 -> java1, c1,sap1
user2 ,group2-> java2, c2,sap2
user3 ,group1,group3-> java3, c3,sap3
user4 ,group3
Hi,
depending on your needs, take a look at Apache ManifoldCF. It adds
document-level security on top of Solr.
-Sascha
On 23.03.2011 14:20, satya swaroop wrote:
Hi All,
As for my project Requirement i need to keep privacy for search of
files so that i need to modify the code of so
Why not just add an extra field to the document in the Index for the
user, so you can easily filter out the results on the user field and
show only the documents submitted by the User.
Regards,
Jayendra
On Wed, Mar 23, 2011 at 9:20 AM, satya swaroop wrote:
> Hi All,
> As for my project
Hi All,
As for my project Requirement i need to keep privacy for search of
files so that i need to modify the code of solr,
for example if there are 5 users and each user indexes some files as
user1 -> java1, c1,sap1
user2 -> java2, c2,sap2
user3 -> java3, c3,sap3
user4 -> java4,