Re: Question about StandardTokenizer in Solr 4.9

2014-11-02 Thread Jack Krupansky
Subject: Question about StandardTokenizer in Solr 4.9 Hi all: From the description of the StandardTokenizer, it should Recognizes Internet domain names and email addresses and preserves them as a single token, which works great, but I've detected that in cases like this: socks25.domain.c

Question about StandardTokenizer in Solr 4.9

2014-11-02 Thread Jorge Luis Betancourt González
Hi all: >From the description of the StandardTokenizer, it should Recognizes Internet >domain names and email addresses and preserves them as a single token, which >works great, but I've detected that in cases like this: socks25.domain.com it outputs 2 tokens: socks25 | domain.com if the URL d