You are viewing a plain text version of this content. The canonical link for it is here.
Posted to solr-commits@lucene.apache.org by Apache Wiki <wi...@apache.org> on 2010/02/26 05:38:12 UTC

[Solr Wiki] Update of "FieldAliasesAndGlobsInParams" by FrankWesemann

Dear Wiki user,

You have subscribed to a wiki page or wiki category on "Solr Wiki" for change notification.

The "FieldAliasesAndGlobsInParams" page has been changed by FrankWesemann.
http://wiki.apache.org/solr/FieldAliasesAndGlobsInParams?action=diff&rev1=5&rev2=6

--------------------------------------------------

  
  The best way to do this may be to have a Component which can be configured with all of these rules (and reused by multiple handlers).  The component would parse the input params, error if neccessary, and construct an object put into the request context that subsequent Components can call methods on to get field name Sets (or iterators) based on the param name being processed, the schema, the rules defined, the context of operation (ie: dealing with stored fields, dealing with indexed indexed fields, a specific document for returned fields, etc...)
  
+ It should not be too difficult if one uses the "new" queryParser mechanism from Lucene contrib. The Processor/Builder chain is suited for these changes.
+