Hi Robert, All,
I have a similar problem, here is my fieldType,
http://paste.pocoo.org/show/289910/
I want to include stopword removal and lowercase the incoming terms. The idea
being to take, "Foo Bar Baz Ltd" and turn it into "foobarbaz" for the EdgeNgram
filter factory.
If anyone can tell me
t;EdgeNGram relevancy).
>
>
> best
>
>
> -robert
>
>
>
>
> See
> On Nov 11, 2010, at 5:27 PM, Nick Martin wrote:
>
>> Hi Robert, All,
>>
>> I have a similar problem, here is my fieldType,
>> http://paste.pocoo.org/show/289910/
On 12 Nov 2010, at 01:46, Ahmet Arslan wrote:
>> This setup now makes troubles regarding StopWords, here's
>> an example:
>>
>> Let's say the index contains 2 Strings: "Mr Martin
>> Scorsese" and "Martin Scorsese". "Mr" is in the stopword
>> list.
>>
>> Query: edgytext:Mr Scorsese OR edgytext2
Hi,
You could use a copyField against all fields and then AND the query terms
given. Quite restrictive but all terms would then have to be present to match.
I'm still a relative newbie to Solr so perhaps I'm horribly wrong.
Cheers
Nick
On 13 May 2010, at 18:18, surajit wrote:
>
> Understood