Re: Proximity(tilde) combined with wildcard, AutomatonQuery ?

2012-10-05 Thread Vadim Kisselmann
Hi Ahmet,
thank you, it sounds great:)
I will test it in the next days and give feedback.
Best regards
Vadim



2012/10/5 Ahmet Arslan :
> Hi Vadim,
>
> I attached a zip (solr plugin) file to SOLR-1604. This not a patch. This is 
> supposed to work with solr 4.0. Some tests fails but it should  work with 
> "pol* tel*"~5 types of queries.
>
> Ahmet
>
> --- On Thu, 9/27/12, Vadim Kisselmann  wrote:
>
>> From: Vadim Kisselmann 
>> Subject: Re: Proximity(tilde) combined with wildcard, AutomatonQuery ?
>> To: solr-user@lucene.apache.org
>> Date: Thursday, September 27, 2012, 10:38 AM
>> Hi Ahmet,
>> thanks for your reply:)
>> I see that it does not come with the 4.0 release, because
>> the given
>> patches do not work with this version.
>> Right?
>> Best regards
>> Vadim
>>
>>
>> 2012/9/26 Ahmet Arslan :
>> >
>> >> we assume i have a simple query like this with
>> wildcard and
>> >> tilde:
>> >>
>> >> "japa* fukushima"~10
>> >>
>> >> instead of "japan fukushima"~10 OR "japanese
>> fukushima"~10,
>> >> etc.
>> >>
>> >> Do we have a solution in Solr 4.0 to work with
>> these kind of
>> >> queries?
>> >
>> > Vadim, two open jira issues:
>> >
>> > https://issues.apache.org/jira/browse/SOLR-1604
>> > https://issues.apache.org/jira/browse/LUCENE-1486
>> >
>>


Re: Proximity(tilde) combined with wildcard, AutomatonQuery ?

2012-10-05 Thread Ahmet Arslan
Hi Vadim,

I attached a zip (solr plugin) file to SOLR-1604. This not a patch. This is 
supposed to work with solr 4.0. Some tests fails but it should  work with "pol* 
tel*"~5 types of queries.

Ahmet

--- On Thu, 9/27/12, Vadim Kisselmann  wrote:

> From: Vadim Kisselmann 
> Subject: Re: Proximity(tilde) combined with wildcard, AutomatonQuery ?
> To: solr-user@lucene.apache.org
> Date: Thursday, September 27, 2012, 10:38 AM
> Hi Ahmet,
> thanks for your reply:)
> I see that it does not come with the 4.0 release, because
> the given
> patches do not work with this version.
> Right?
> Best regards
> Vadim
> 
> 
> 2012/9/26 Ahmet Arslan :
> >
> >> we assume i have a simple query like this with
> wildcard and
> >> tilde:
> >>
> >> "japa* fukushima"~10
> >>
> >> instead of "japan fukushima"~10 OR "japanese
> fukushima"~10,
> >> etc.
> >>
> >> Do we have a solution in Solr 4.0 to work with
> these kind of
> >> queries?
> >
> > Vadim, two open jira issues:
> >
> > https://issues.apache.org/jira/browse/SOLR-1604
> > https://issues.apache.org/jira/browse/LUCENE-1486
> >
> 


Re: Proximity(tilde) combined with wildcard, AutomatonQuery ?

2012-09-27 Thread Vadim Kisselmann
Hi Ahmet,
thanks for your reply:)
I see that it does not come with the 4.0 release, because the given
patches do not work with this version.
Right?
Best regards
Vadim


2012/9/26 Ahmet Arslan :
>
>> we assume i have a simple query like this with wildcard and
>> tilde:
>>
>> "japa* fukushima"~10
>>
>> instead of "japan fukushima"~10 OR "japanese fukushima"~10,
>> etc.
>>
>> Do we have a solution in Solr 4.0 to work with these kind of
>> queries?
>
> Vadim, two open jira issues:
>
> https://issues.apache.org/jira/browse/SOLR-1604
> https://issues.apache.org/jira/browse/LUCENE-1486
>


Re: Proximity(tilde) combined with wildcard, AutomatonQuery ?

2012-09-26 Thread Ahmet Arslan

> we assume i have a simple query like this with wildcard and
> tilde:
> 
> "japa* fukushima"~10
> 
> instead of "japan fukushima"~10 OR "japanese fukushima"~10,
> etc.
> 
> Do we have a solution in Solr 4.0 to work with these kind of
> queries?

Vadim, two open jira issues:

https://issues.apache.org/jira/browse/SOLR-1604
https://issues.apache.org/jira/browse/LUCENE-1486



Proximity(tilde) combined with wildcard, AutomatonQuery ?

2012-09-26 Thread Vadim Kisselmann
Hi guys,

we assume i have a simple query like this with wildcard and tilde:

"japa* fukushima"~10

instead of "japan fukushima"~10 OR "japanese fukushima"~10, etc.

Do we have a solution in Solr 4.0 to work with these kind of queries?
Does the AutomatonQuery/Filter cover this case?

Best regards
Vadim