> > Would it be possible to implement an option with a name similar to > "lastUnigramAtPreviousPosition" so that I can optionally get the > behavior I'm after when the input is two or more characters, without > changing current behavior for anyone else? This would completely solve > my current problem. >
This is really not feasible. It sounds like multi-level n-grams in the same field are a bad match for what you are doing (phrase queries etc). This just doesnt work, and wont work, based on the mathematics. Try another approach like removing this filter completely, maybe the word segmentation by ICU is good enough. --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
