Re: how to handle words with accent?

2006-10-31 Thread Valerio Schiavoni
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

how to handle words with accent?

2006-10-31 Thread Valerio Schiavoni
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

Re: how to cluster documents

2006-03-21 Thread Valerio Schiavoni
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

how to cluster documents

2006-03-21 Thread Valerio Schiavoni
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

Re: lucene and jsp

2005-11-06 Thread Valerio Schiavoni
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