If you haven't tried Swish3 yet, here's a few recent features that have been
added to the daily builds that you might want to take for a spin:
2013-02-12
* add new value 'autoall' for UndefinedMetaTags. The 'autoall' value
will automatically create both MetaNames and PropertyNames for
newly discovered tags. The 'auto' value continues to create
MetaNames.
2012-12-08
* add default parser mapping for text/xml -> XML parser.
application/xml (W3C official mime) was already mapped.
* port Swish-e support for noindex/index comment tags.
2012-09-05
* add support for TagAlias for entire DOM tree, so that (e.g.) you can now
alias something like:
<TagAlias><foo>doc.bar.baz</foo></TagAlias>
<MetaNames><foo /></MetaNames>
in order to pinpoint precise DOM relatioships for MetaNames or
PropertyNames. The config above would match:
<doc>
<bar>
<baz>some content</baz>
</bar>
<baz>other stuff</baz>
</doc>
and the terms "some" and "content" would be indexed under the MetaName
"foo" while "other" and "stuff" would be in "swishdefault".
--
Peter Karman . http://peknet.com/ . peter(at)not-real.peknet.com
_______________________________________________
Users mailing list
Users(at)not-real.lists.swish-e.org
http://lists.swish-e.org/listinfo/users
Received on Thu Feb 14 2013 - 02:09:09 GMT