You are viewing a plain text version of this content. The canonical link for it is here.
Posted to solr-user@lucene.apache.org by Jamie Johnson <je...@gmail.com> on 2011/07/19 16:55:44 UTC

Edismax and leading wildcards

My schema.xml currently has a content field and a content_rev field
which is the field run through the reversed wild card filter, my
question is does Edismax support using this field?  Reading through
this jira(https://issues.apache.org/jira/browse/SOLR-1321) it seems to
indicate that SolrQueryParser was updated to support using this field
but it feels like there should be something that I'd need to configure
to let Solr know that if doing wildcard queries on field content
content_rev should be used if it has a lower cost.  Is that not the
case?