On 31-Mar-08, at 10:50 AM, Vinci wrote:
Hi all,I would like to ask, if I want to index word in a URL, which data type andparser should I use?
Depends on how you want to search it. I use WordDelimiterFilter with parts generation on only (no catenation), and an additiona stopwords like that excludes a few tokens like 'http'.
-Mike