Paul wrote:

Hi,
how yould you restrict the search results for a certain user? I'm
indexing all the existing data in my application but there are certain
access levels so some users should see more results then an other.
Each lucene document has a field with an internal id and I want to
restrict on that basis. I tried it with adding a long concatenation of
my ids ("+locationId:1 +locationId:3 + ...") but this throws a "More
than 32 required/prohibited clauses in query." exception.
Any suggestions?
thx!
Paul


What about indexing security levels with the documents, as numeric value and adding the constrains you need on this field?

I asume that the search will be faster in this case.

 Sergiu


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]






--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]



Reply via email to