Hi,-
In my previous post: In summary:
i just cant decide to go with addTerm or addMultiTerm from
PhraseWildCardQuery
which will turn into SingleTerm or MultiTerm respectively where the
latter considers expansions.
Which one should i prefer for "term1 term2FirstChar*" search string?
A few
Hi,-
i hope everyone is doing great.
if i want to do the following search with PhraseWildCardQuery and
thanks to this forum for letting me know about this class (Especially to
David and Bruno)
term1 term2FirstChar*
i need to do two ways: (i found the source code at
https://fossies.org/lin
Thanks Mikhail.
On 2/13/20 5:05 AM, Mikhail Khludnev wrote:
Hello,
I picked two first questions for reply.
does this class offer any Shingling capability embedded to it?
No, it doesn't allow to expand wildcard phrase with shingles.
I could not find any api within this class ComplexPhra
Hello,
I picked two first questions for reply.
> does this class offer any Shingling capability embedded to it?
>
No, it doesn't allow to expand wildcard phrase with shingles.
> I could not find any api within this class ComplexPhraseQueryParser for
> that purpose.
>
There are no one.
> B