Support Full text search via sql query ?

classic Classic list List threaded Threaded
3 messages Options
Reply | Threaded
Open this post in threaded view
|

Support Full text search via sql query ?

Tâm Nguyễn Mạnh
Hi Igniters,

Can we support full text search via sql query ?


--
Thanks & Best Regards

Tam, Nguyen Manh
Reply | Threaded
Open this post in threaded view
|

Re: Support Full text search via sql query ?

Andrew Mashenkov
Hi,

No, due to H2 limitation.
H2 allow user define Function as a table, but seems an additional support
needed from Ignite side.

AFAIK there is no plan to add such support for now.
Feel free to create a ticket for this.

On Wed, Mar 20, 2019 at 9:16 AM Tâm Nguyễn Mạnh <[hidden email]>
wrote:

> Hi Igniters,
>
> Can we support full text search via sql query ?
>
>
> --
> Thanks & Best Regards
>
> Tam, Nguyen Manh
>


--
Best regards,
Andrey V. Mashenkov
Reply | Threaded
Open this post in threaded view
|

Re: Support Full text search via sql query ?

dmagda
Hi, is there any reason why you can't use ElastiSearch or similar products
designed for full-text search use cases?

-
Denis


On Wed, Mar 20, 2019 at 2:51 AM Andrey Mashenkov <[hidden email]>
wrote:

> Hi,
>
> No, due to H2 limitation.
> H2 allow user define Function as a table, but seems an additional support
> needed from Ignite side.
>
> AFAIK there is no plan to add such support for now.
> Feel free to create a ticket for this.
>
> On Wed, Mar 20, 2019 at 9:16 AM Tâm Nguyễn Mạnh <
> [hidden email]>
> wrote:
>
> > Hi Igniters,
> >
> > Can we support full text search via sql query ?
> >
> >
> > --
> > Thanks & Best Regards
> >
> > Tam, Nguyen Manh
> >
>
>
> --
> Best regards,
> Andrey V. Mashenkov
>