Wildcard searches - field:aaaa* works but field:a*a does not

2015-12-03 Thread Kelly, Frank
Hello Lucene Folks, Newbie here - I've found how Solr does Wildcard searches of the form field:a* using the EdgeNGramFilterFactory https://wiki.apache.org/solr/AnalyzersTokenizersTokenFilters#solr.EdgeNGramFilterFactory but I can't seem to dig up how to support wildcards in the

Re: Wildcard searches - field:aaaa* works but field:a*a does not

2015-12-03 Thread Erik Hatcher
You don't need to ngram at all if your queries themselves are going to be wildcarded. Erik > On Dec 3, 2015, at 17:21, Kelly, Frank wrote: > > Hello Lucene Folks, > > Newbie here - I've found how Solr does Wildcard searches of the form > field:a* using