You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@lucene.apache.org by "Jeff Wartes (JIRA)" <ji...@apache.org> on 2014/03/26 19:19:21 UTC

[jira] [Created] (SOLR-5917) Allow dismax wildcard field specifications

Jeff Wartes created SOLR-5917:
---------------------------------

             Summary: Allow dismax wildcard field specifications
                 Key: SOLR-5917
                 URL: https://issues.apache.org/jira/browse/SOLR-5917
             Project: Solr
          Issue Type: Improvement
          Components: query parsers
            Reporter: Jeff Wartes
            Priority: Minor


The dynamic field schema specification is handy for when you want a bunch of fields of a given type, but don't know how many there will be.

You do currently need to know how many there will be (and the exact names) if you want to query them, however.

If edismax supported a similar wildcard specification like qf="dynfield_*", this would allow easy search across a given field type. It would also provide a convenient alternative to multi-value fields without the fieldNorm implications of having multiple values in a single field.



--
This message was sent by Atlassian JIRA
(v6.2#6252)

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@lucene.apache.org
For additional commands, e-mail: dev-help@lucene.apache.org