If I have SOLR document with field value such as:

"a ? c ? e"

And I want a phrase query such as "a b c d e" to match that document.

So:

q:"a b c d e"  --> return doc with "a ? c ? e" as field value for "q" field.

Is this possible, or is there a way it can be done with a plug-in using
lower level Lucene SDK?  Maybe some custom implementation of TermQuery
where value of "?" always matches any term in the query?

Thanks!
Robert Stewart

Reply via email to