Re: definition of field types?

2008-05-04 Thread Otis Gospodnetic
A good place to look is the Wiki. Look for "Analyzer" substring on the main Solr wiki page. Otis -- Sematext -- http://sematext.com/ -- Lucene - Solr - Nutch - Original Message > From: JLIST <[EMAIL PROTECTED]> > To: solr-user@lucene.apache.org > Sent: Sunday, May 4, 2008 8:17:50 PM >

definition of field types?

2008-05-04 Thread JLIST
I must be overlooking ... where can I find definitions of the built-in types such as textTight, text_ws, etc?

IOException: Mark invalid while analyzing HTML

2008-05-04 Thread James Brady
Hi, I'm seeing a problem mentioned in Solr-42, Highlighting problems with HTMLStripWhitespaceTokenizerFactory: https://issues.apache.org/jira/browse/SOLR-42 I'm indexing HTML documents, and am getting reams of "Mark invalid" IOExceptions: SEVERE: java.io.IOException: Mark invalid at

Re: Tokenize integers?

2008-05-04 Thread solr
Ok, thanks. However I am still abit confused. Since I know that these are only integers, can't I somehow make solr to use solr.IntField or solr.SortableIntField, but still tokenize like this? I tried the configuration below but changed TextField to IntField and indexed the document again, b