Is there a guide available for getting Nutch 1.10 AJAX content to be associated with its parent page when sending data to SOLR? I've been trying to set up the urlnormalizer-ajax plugin to no avail. The AJAX links (using #!) are indexed, but as their own separate pages and not associated with the parent page that the AJAX link is on.
I've set up my site configuration for the plugin: <configuration> <property> <name>plugin.includes</name> <value>protocol-http|urlfilter-regex|parse-(html|tika)|index-(basic|anchor|metadata)|indexer-solr|scoring-opic|urlnormalizer-(pass|regex|basic|ajax)</value> </property> </configuration> Any direction is appreciated. Thanks,

