Are you looking for Luwak? https://github.com/flaxsearch/luwak

Regards,
   Alex.
----
Solr Analyzers, Tokenizers, Filters, URPs and even a newsletter:
http://www.solr-start.com/


On 6 March 2015 at 09:19, Robert Stewart <b...@kasisto.com> wrote:
> 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