I'm building a dublin core index plugin, trying to parse, index and query dublin core meta tags.
well parsing and indexing works great, but I cant get the query to recognice the fields. Looking at the query-more plugin, I can see that the TypeQueryFilter gets the correct field (type) when sending type:html <searchterm>.
Looking at my plugin running the fields arent recognized and my querystring DC.author:author <searchterm> ist splitted to two clauses : "DC author author" and searchterm both for the DEFAULT field.
In my plugin.xml I got a field raw-fields with my DC.author .
Any suggestions? thx Konstantin Ott
