Re: ComplexPhraseQueryParser performance question

2020-02-12 Thread baris . kazar
org.apache.lucene.search.PhraseWildcardQuery looks very good, i hope this makes into Lucene build soon. Thanks > On Feb 12, 2020, at 10:01 PM, baris.ka...@oracle.com wrote: > > Thanks David, can i look at the source code? > i think ComplexPhraseQueryParser uses > something similar. > i will che

Re: ComplexPhraseQueryParser performance question

2020-02-12 Thread baris . kazar
Thanks David, can i look at the source code? i think ComplexPhraseQueryParser uses something similar. i will check the differences but do You know the differences for quick reference? Thanks > On Feb 12, 2020, at 6:41 PM, David Smiley wrote: > >  > Hi, > > See org.apache.lucene.search.Phra

Re: ComplexPhraseQueryParser performance question

2020-02-12 Thread David Smiley
Hi, See org.apache.lucene.search.PhraseWildcardQuery in Lucene's sandbox module. It was recently added by my amazing colleague Bruno. At this time there is no query parser that uses it in Lucene unfortunately but you can rectify this for your own purposes. I hope this query "graduates" to Lucen

Re: ComplexPhraseQueryParser performance question

2020-02-12 Thread baris . kazar
Hi,- Regarding this mechanisms below i mentioned, does this class offer any Shingling capability embedded to it? I could not find any api within this class ComplexPhraseQueryParser for that purpose. For instance does this class offer the most commonly used words api? i can then use one of

[Announce] Lucene Logo Contest

2020-02-12 Thread Ryan Ernst
The Lucene PMC would like to have a contest to replace the Lucene logo. You can find details at: https://issues.apache.org/jira/browse/LUCENE-9221