Re: Leading and trailing wildcard with phrase query and positional ordering

2013-11-22 Thread Dmitry Kan
Hi Ankur, For the leading wildcard you may want to try the ReversedWildcardFilterFactory: https://cwiki.apache.org/confluence/display/solr/Filter+Descriptions#FilterDescriptions-ReversedWildcardFilter in the code of CPQ there is a loop over filters of your text field and a specific check:

Leading and trailing wildcard with phrase query and positional ordering

2013-11-19 Thread GOYAL, ANKUR
Hi, I am using Solr 4.2.1. I have a couple of questions regarding using leading and trailing wildcards with phrase queries and doing positional ordering. * I have a field called text which is defined as the text_general field. I downloaded the ComplexPhraseQuery plugin (https://issues.ap