Hi,

 

Using lucene.net we need to perform filtered search on xml files.

Filter should be on xml tags.

 

Example - 

 

If the XML files contains following kind of data - 

 

<?xml version="1.0"?>

<empID>10</empID>

<empName>Sudhanya</empName>

<empDept>Development</empDept>

 

 

For such a collection of XML files if I want to perform a search like-

            Find all employes where empDept = "Development"

 

How can I achieve this?

 

Thanks,

Sudhanya

 


DISCLAIMER
==========
This e-mail may contain privileged and confidential information which is the 
property of Persistent Systems Ltd. It is intended only for the use of the 
individual or entity to which it is addressed. If you are not the intended 
recipient, you are not authorized to read, retain, copy, print, distribute or 
use this message. If you have received this communication in error, please 
notify the sender and delete all copies of this message. Persistent Systems 
Ltd. does not accept any liability for virus infected mails.

Reply via email to