Questions about PhraseWildCardQuery- Part 2

2020-02-13 Thread baris . kazar
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

SingleTerm vs MultiTerm in PhraseWildCardQuery class in the sandbox Lucene

2020-02-13 Thread baris . kazar
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

Re: ComplexPhraseQueryParser performance question

2020-02-13 Thread baris . kazar
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

Re: ComplexPhraseQueryParser performance question

2020-02-13 Thread Mikhail Khludnev
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