What is the best "level" to index to. Most of my data is in attributes. I am searching based on tag(i.e. <phone number="1234567"/ >) and then within the tag for the attribute(i.e. number). Should I index on the tag and all of its attributes, some tags have a lot of attributes or just the tag?
Can I create indexes on the fly from within my program or do I have to do it from the command-line? thanks, Mark
