10/31/06, Patrick Turcotte <[EMAIL PROTECTED]> wrote:
Should both results be returned in both cases?
If so, take a look at the IsoLatin1Filter class, it will remove those
accents for indexing and searching if needed.
Patrick
On 10/31/06, Valerio Schiavoni <[EMAIL PROTECTED]> wrot
hello,
i use lucene to index documents in Italian. many terms end with accented
letters: società, fedeltà, etc
What happen now is that if a user search for : societa' (note the a and the
' character), it doesn't get the same results as he would when searching for
società.
What is the best practi
2 project
> (http://www.carrot2.org/website/xml/index.xml).
>
> It does clustering and has support for Lucene.
>
> Valerio Schiavoni wrote:
> > Hello,
> > not sure if the term 'cluster' is the correct one, but here what i would
> > like to do:
> > given
Hello,
not sure if the term 'cluster' is the correct one, but here what i would
like to do:
given I have a small set of categories; i manually defined some keywords for
each category.
ie:
-spielberg: ET, munich, indiana jones;
-sport: football, basket, volley, etc etc;
then, i have a quite large
it seems like the problem is from here:
java.security.AccessControlException: access denied
(java.util.PropertyPermission org.apache.lucene.writeLockTimeout read)
try to use this properly:
System.setProperty("disableLuceneLocks", "true");
2005/11/5, Gaston <[EMAIL PROTECTED]>:
>
> Hallo,
>
> I