In my Application currently I am indexing object with One Field[ID] to Hold ID of the Object which is stored and attributes of Object into Another Field[Content] to hold attribute information seperated by space and this Field is tokenized. When I search for information related to the Object I get result as ID and using that ID I fetech the information from backend and I show it as search result.
Now there is requirement like for some user of the application who don't have access to attributes in Object and search on that attribute information, then Object should not be included in the result. Can you please help me how to fix my current Indexing such way that when search results hits the attribute which user not suppose see it, then object should be filtered. -- View this message in context: http://www.nabble.com/Indexing-tp24203054p24203054.html Sent from the Lucene - Java Users mailing list archive at Nabble.com. --------------------------------------------------------------------- To unsubscribe, e-mail: java-user-unsubscr...@lucene.apache.org For additional commands, e-mail: java-user-h...@lucene.apache.org