Re: [xwiki-users] Lucene and substring search

2009-01-20 Thread Vincent Massol
Thanks a lot Deven for the tip. I've added it to the jira issue to  
remember it when someone will work on this issue.

Thanks again
-Vincent


On Jan 20, 2009, at 8:57 PM, Deven Phillips wrote:

> Vincent,
>
>I would think that the likely solution to this is to replace the
> "StandardAnalyzer" with the "SnowballAnalyzer" which implements Porter
> Stemmers for find root words and indexing the root words instead of  
> the
> stems.
>
> Deven
>
> Reto Hotz wrote:
>> Hi,
>>
>> Vincent Massol wrote:
>>
>>> Hi,
>>>
>>> Please feel free to create a jira issue at http://jira.xwiki.org
>>>
>>
>> Ok, I have created an issue: http://jira.xwiki.org/jira/browse/XPLUCENE-28
>>
>>
>> Thanks
>> Reto
___
users mailing list
users@xwiki.org
http://lists.xwiki.org/mailman/listinfo/users


Re: [xwiki-users] Lucene and substring search

2009-01-20 Thread Deven Phillips
Vincent,

I would think that the likely solution to this is to replace the 
"StandardAnalyzer" with the "SnowballAnalyzer" which implements Porter 
Stemmers for find root words and indexing the root words instead of the 
stems.

Deven

Reto Hotz wrote:
> Hi,
>
> Vincent Massol wrote:
>   
>> Hi,
>>
>> Please feel free to create a jira issue at http://jira.xwiki.org
>> 
>
> Ok, I have created an issue: http://jira.xwiki.org/jira/browse/XPLUCENE-28
>
>
> Thanks
> Reto
> ___
> users mailing list
> users@xwiki.org
> http://lists.xwiki.org/mailman/listinfo/users
>   

___
users mailing list
users@xwiki.org
http://lists.xwiki.org/mailman/listinfo/users


Re: [xwiki-users] Lucene and substring search

2008-10-30 Thread Reto Hotz
Hi,

Vincent Massol wrote:
> Hi,
> 
> Please feel free to create a jira issue at http://jira.xwiki.org

Ok, I have created an issue: http://jira.xwiki.org/jira/browse/XPLUCENE-28


Thanks
Reto
___
users mailing list
users@xwiki.org
http://lists.xwiki.org/mailman/listinfo/users


Re: [xwiki-users] Lucene and substring search

2008-10-29 Thread Vincent Massol
Hi,

On Oct 29, 2008, at 4:54 PM, Reto Hotz wrote:

> Hi,
>
> I have noticed that in the Lucene Search substrings are not found.
>
> E.g. The word 'Wallpapers' is on a page.
> When I search for 'wallpaper', 0 is found. The same when I search for
> 'wall'.
> When I search for 'wall*' or 'wallpaper*', the page is found. But this
> is not very inuitive for the user. The user would never think about
> using an asterisk.

I agree it's not intuitive. So far we've used Lucene as is.

I think using something like Compass could also help.
See http://www.compass-project.org/ and more specifically:
"Compass simplifies common usage patterns of Lucene such as google- 
style search"

Please feel free to create a jira issue at http://jira.xwiki.org

Thanks
-Vincent

> Can this behavior be changed?
>
>
> Thanks
> Reto
___
users mailing list
users@xwiki.org
http://lists.xwiki.org/mailman/listinfo/users


[xwiki-users] Lucene and substring search

2008-10-29 Thread Reto Hotz
Hi,

I have noticed that in the Lucene Search substrings are not found.

E.g. The word 'Wallpapers' is on a page.
When I search for 'wallpaper', 0 is found. The same when I search for 
'wall'.
When I search for 'wall*' or 'wallpaper*', the page is found. But this 
is not very inuitive for the user. The user would never think about 
using an asterisk.

Can this behavior be changed?


Thanks
Reto
___
users mailing list
users@xwiki.org
http://lists.xwiki.org/mailman/listinfo/users