Re: partial match

2019-08-05 Thread Atri Sharma
- Original Message - > > From: a...@apache.org > > To: java-user@lucene.apache.org > > Sent: Sunday, August 4, 2019 11:41:55 PM GMT -05:00 US/Canada Eastern > > Subject: Re: partial match > > > > It is not very clear as to what is it that you are trying to achie

Re: partial match

2019-08-05 Thread baris . kazar
have not tested it yet. Best - Original Message - From: a...@apache.org To: java-user@lucene.apache.org Sent: Sunday, August 4, 2019 11:41:55 PM GMT -05:00 US/Canada Eastern Subject: Re: partial match It is not very clear as to what is it that you are trying to achieve here. If you want to

Re: partial match

2019-08-05 Thread Baris Kazar
Eastern Subject: Re: partial match It is not very clear as to what is it that you are trying to achieve here. If you want to match similar terms as the one you specify in the query (test, tesk, lest etc), then a fuzzy query (~) should suffice. Note that you cannot specify a mandatory part of the

Re: partial match

2019-08-04 Thread Atri Sharma
It is not very clear as to what is it that you are trying to achieve here. If you want to match similar terms as the one you specify in the query (test, tesk, lest etc), then a fuzzy query (~) should suffice. Note that you cannot specify a mandatory part of the text that has to match in every resul

Re: partial match

2019-08-03 Thread Baris Kazar
le.com To: java-user@lucene.apache.org Cc: baris.ka...@oracle.com Sent: Saturday, August 3, 2019 12:00:48 PM GMT -05:00 US/Canada Eastern Subject: Re: partial match *test~* will also find tesk too and many more combinations, which is ok. but is this possible with Lucene? Best regards - Or

Re: partial match

2019-08-03 Thread Baris Kazar
*test~* will also find tesk too and many more combinations, which is ok. but is this possible with Lucene? Best regards - Original Message - From: baris.ka...@oracle.com To: java-user@lucene.apache.org Cc: baris.ka...@oracle.com Sent: Saturday, August 3, 2019 11:57:37 AM GMT -05:00 US/Cana