Re:Re: Re: [Discuss][DSIP] Inverted index

2023-01-08 Thread Mingyu Chen
Thanks for your contribution. Please also update this file `https://github.com/apache/doris-thirdparty/blob/main/README.md ` to add CLucece. -- 此致!Best Regards 陈明雨 Mingyu Chen Email: morning...@apache.org 在 2023-01-09 11:45:29,"Kai Jiang" 写道: >As part of Inverted Index DSIP >

Re: Re: [Discuss][DSIP] Inverted index

2023-01-08 Thread Kai Jiang
As part of Inverted Index DSIP steps, we'd like to contribute our inverted index implementations step by step. First of all we need to introduce clucene to doris thirdparty libs, because inverted

Re: Re: [Discuss][DSIP] Inverted index

2022-10-04 Thread Kang
Thanks Mingyu! I've posted the initial version and will update for comments. On Fri, Sep 30, 2022 at 10:00 PM Mingyu Chen wrote: > Hi Kang, > Glad to see this feature. > I have created a DSIP for it: > https://cwiki.apache.org/confluence/display/DORIS/DSIP-023%3A+Add+inverted+index+for+full+text

Re:Re: [Discuss][DSIP] Inverted index

2022-09-30 Thread Mingyu Chen
Hi Kang, Glad to see this feature. I have created a DSIP for it: https://cwiki.apache.org/confluence/display/DORIS/DSIP-023%3A+Add+inverted+index+for+full+text+search -- 此致!Best Regards 陈明雨 Mingyu Chen Email: morning...@apache.org At 2022-09-30 11:35:50, "Kang" wrote: >Yes, we're worki

Re: [Discuss][DSIP] Inverted index

2022-09-29 Thread Kang
Yes, we're working on the design doc. @morningman, Could you help to create a DSIP wiki page for it? On Thu, Sep 29, 2022 at 11:08 AM Gabriel Lee wrote: > Hi Kang, > > It's a really practical feature. Any design docs for this? > > Best, > Gabriel > > On Thu, 29 Sept 2022 at 10:17, Kang wrote:

Re: [Discuss][DSIP] Inverted index

2022-09-28 Thread Gabriel Lee
Hi Kang, It's a really practical feature. Any design docs for this? Best, Gabriel On Thu, 29 Sept 2022 at 10:17, Kang wrote: > Hi All, > > I'd like to propose adding inverted index for doris. > > Inverted index is important for high performance point queries. It will > support fulltext search

[Discuss][DSIP] Inverted index

2022-09-28 Thread Kang
Hi All, I'd like to propose adding inverted index for doris. Inverted index is important for high performance point queries. It will support fulltext search like elasticsearch, which is especially useful for text logs. -- Best Regards! Kang