Is there a way to include the notion of "private" fields for a text search?
For example, let's say I have three fields:
UserName - text name
UserCity - city the user belongs to
PrivateUserTags - key/value pair of another user's "tags" about that user
I'd like to have a text search on all three fi
I'm trying to find a way to query a "private" field in solr while
using the text fields.
So I want to allow private tags only searchable by an assigned owner.
The private tags will also query along side regular keyword tags.
Here's an example:
Company A (identified by idA) searches and finds com